mtools icon indicating copy to clipboard operation
mtools copied to clipboard

A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.

Results 79 mtools issues
Sort by recently updated
recently updated
newest added

### Expected behavior If I pass `--dbpath foo` I'd expect this to be passed through as is. ### Actual/current behavior I end up with this: ``` mlaunch init --single --dbpath...

bug
mlaunch

Pytest 7.2 (released Oct 25, 2022) deprecates running tests written for Nose: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose

improvement
tests

Starting in the MongoDB 4.4 release, `mongod` and `mongos` output all log messages in a new [structured JSON format](https://docs.mongodb.com/master/reference/log-messages/#structured-logging) which is designed to be parseable using standard JSON libraries. JSON...

improvement
util/other

This is exactly what #127 requested, and even though that issue is closed as far as I can tell the requested functionality, specifically generating certificates, is not in mtools master...

improvement
mlaunch

mloginfo, mlogvis, and mplotqueries don't seem to handle logs containing queries containing strings with newlines in them. For example, the WRITE log in this example reports on an update operation...

bug
util/other

Currently the initial view (zoom and pan) are determined by the first/last timestamps in the log file. When `--optime-start` is used and the operations take a long time, the view...

bug
mplotqueries

The tutorial: https://github.com/rueckstiess/mtools/blob/master/tutorials/mplotqueries.md makes use of a _mongod.log_ file. Can we add the file to the repository as: https://github.com/rueckstiess/mtools/blob/master/tutorials/mongod.log

task

Depends on #546 Part of EPIC #542

tests

`mplotqueries --storagestats` was planned as part of #711, but apparently not implemented. I reverted the existing stub via 2432473

improvement
mplotqueries