mtools
mtools copied to clipboard
A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.
### 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...
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
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...
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...
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...
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...
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
`mplotqueries --storagestats` was planned as part of #711, but apparently not implemented. I reverted the existing stub via 2432473