{ "info": { "author": "Heewa Barfchin", "author_email": "heewa.b@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Database", "Topic :: System", "Topic :: System :: Benchmark", "Topic :: System :: Monitoring" ], "description": "Mongotime is a sampling-based performance analysis tool for MongoDB that aims\nto give you a deep view into how Mongo is spending its time by showing %\nutilization of various activity types, and allowing you to add custom grouping\nand filtering.\n\nThis approach is particularly useful if your DB is strained by a high volume of\nfast queries, rather than a few slow ones. Besides optimizing slow queries, you\nmight want to understand and change general access patterns. For example, maybe\nyour DB is spending way too much time looking up a user's last login time, even\nif each lookup is very fast because of indexing.\n\nSee the project page on github: https://github.com/heewa/mongotime\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/heewa/mongotime/archive/v0.1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/heewa/mongotime", "keywords": "mongo mongodb database db perf performance profile profiler", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mongotime", "package_url": "https://pypi.org/project/mongotime/", "platform": "", "project_url": "https://pypi.org/project/mongotime/", "project_urls": { "Download": "https://github.com/heewa/mongotime/archive/v0.1.0.tar.gz", "Homepage": "http://github.com/heewa/mongotime" }, "release_url": "https://pypi.org/project/mongotime/0.1.0/", "requires_dist": [ "click (<7,>=6.7)", "pymongo (<4,>=3.6.0)" ], "requires_python": "", "summary": "Sampling Profiler for Mongo DB - see what the DB spends time on", "version": "0.1.0" }, "last_serial": 3554542, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b3cf1b195ca0e26c667583d5d1e42578", "sha256": "dbffb309a5950392f01961d81cca26802ed7b1ac5756b10205bd87b30e44102c" }, "downloads": -1, "filename": "mongotime-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "b3cf1b195ca0e26c667583d5d1e42578", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10789, "upload_time": "2018-02-05T20:32:04", "url": "https://files.pythonhosted.org/packages/17/9b/af9283db5352442ed989cd63fde47ee450393604d0d599beb99f2d856871/mongotime-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0fde6d50eab7dcc4d9560b5daea346b", "sha256": "7dccb511df66678b237f0d33069da92504449231dd730683362cdc305aec7825" }, "downloads": -1, "filename": "mongotime-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f0fde6d50eab7dcc4d9560b5daea346b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9313, "upload_time": "2018-02-05T20:32:05", "url": "https://files.pythonhosted.org/packages/e7/d5/47a0e4d7a771f26db5241931b415fa52fd5d70948d629084c836615f1e30/mongotime-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b3cf1b195ca0e26c667583d5d1e42578", "sha256": "dbffb309a5950392f01961d81cca26802ed7b1ac5756b10205bd87b30e44102c" }, "downloads": -1, "filename": "mongotime-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "b3cf1b195ca0e26c667583d5d1e42578", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10789, "upload_time": "2018-02-05T20:32:04", "url": "https://files.pythonhosted.org/packages/17/9b/af9283db5352442ed989cd63fde47ee450393604d0d599beb99f2d856871/mongotime-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0fde6d50eab7dcc4d9560b5daea346b", "sha256": "7dccb511df66678b237f0d33069da92504449231dd730683362cdc305aec7825" }, "downloads": -1, "filename": "mongotime-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f0fde6d50eab7dcc4d9560b5daea346b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9313, "upload_time": "2018-02-05T20:32:05", "url": "https://files.pythonhosted.org/packages/e7/d5/47a0e4d7a771f26db5241931b415fa52fd5d70948d629084c836615f1e30/mongotime-0.1.0.tar.gz" } ] }