Sampling Profiler for Mongo DB - see what the DB spends time on
Project description
Mongotime is a sampling-based performance analysis tool for MongoDB that aims to give you a deep view into how Mongo is spending its time by showing % utilization of various activity types, and allowing you to add custom grouping and filtering.
This approach is particularly useful if your DB is strained by a high volume of fast queries, rather than a few slow ones. Besides optimizing slow queries, you might want to understand and change general access patterns. For example, maybe your DB is spending way too much time looking up a user’s last login time, even if each lookup is very fast because of indexing.
See the project page on github: https://github.com/heewa/mongotime
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
Built Distribution
File details
Details for the file mongotime-0.1.0.tar.gz
.
File metadata
- Download URL: mongotime-0.1.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dccb511df66678b237f0d33069da92504449231dd730683362cdc305aec7825 |
|
MD5 | f0fde6d50eab7dcc4d9560b5daea346b |
|
BLAKE2b-256 | e7d547a0e4d7a771f26db5241931b415fa52fd5d70948d629084c836615f1e30 |
File details
Details for the file mongotime-0.1.0-py2-none-any.whl
.
File metadata
- Download URL: mongotime-0.1.0-py2-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbffb309a5950392f01961d81cca26802ed7b1ac5756b10205bd87b30e44102c |
|
MD5 | b3cf1b195ca0e26c667583d5d1e42578 |
|
BLAKE2b-256 | 179baf9283db5352442ed989cd63fde47ee450393604d0d599beb99f2d856871 |