Useful scripts to parse and visualize MongoDB log files, launch test environments, and reproduce issues.
Project description
mtools is a collection of helper scripts to parse, filter, and visualize MongoDB log files (mongod, mongos). mtools also includes mlaunch, a utility to quickly set up complex MongoDB test environments on a local machine, and mtransfer, a tool for transferring databases between MongoDB instances.
What’s in the box?
The following tools are in the mtools collection:
- mlogfilter
slices log files by time, merges log files, filters slow queries, finds table scans, shortens log lines, filters by other attributes, convert to JSON
- mloginfo
returns info about log file, like start and end time, version, binary, special sections like restarts, connections, distinct view
- mplotqueries
visualize log files with different types of plots (requires matplotlib)
- mlaunch
a script to quickly spin up local test environments, including replica sets and sharded systems (requires pymongo)
- mtransfer
an experimental script to transfer databases between MongoDB instances by copying WiredTiger data files (requires pymongo and wiredtiger)
For more information, see the mtools documentation.
Requirements and Installation Instructions
The mtools collection is written in Python, and most of the tools only use the standard packages shipped with Python. The tools are currently tested with Python 3.7, 3.8, and 3.9.
Some of the tools have additional dependencies, which are listed under the specific tool’s section. See the installation instructions for more information.
The mtools suite is only tested with actively supported (non End-of-Life) versions of the MongoDB server. As of December 2021, that includes MongoDB 4.0 or newer.
Recent Changes
See Changes to mtools for a list of changes from previous versions of mtools.
Contribute to mtools
If you’d like to contribute to mtools, please read the contributor page for instructions.
Disclaimer
This software is not supported by MongoDB, Inc. under any of their commercial support subscriptions or otherwise. Any usage of mtools is at your own risk. Bug reports, feature requests and questions can be posted in the Issues section on GitHub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mtools-legacy-1.7.0.1.tar.gz
.
File metadata
- Download URL: mtools-legacy-1.7.0.1.tar.gz
- Upload date:
- Size: 2.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb12b4aa963840dda9ed9245dc045e5b44db8ac872327aad2ef7a13726d1b9c6 |
|
MD5 | ae277582980852474c0cdbf0e2534edb |
|
BLAKE2b-256 | 57bdd30e74ad1b556429b0410f7bde0fc4ae783bfee245c20e7f0c82313f9a01 |