{ "info": { "author": "Riccardo Magliocchetti", "author_email": "riccardo.magliocchetti@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "=============\npyuwsgimemhog\n=============\n\n\n.. image:: https://img.shields.io/pypi/v/pyuwsgimemhog.svg\n :target: https://pypi.python.org/pypi/pyuwsgimemhog\n\n.. image:: https://img.shields.io/travis/xrmx/pyuwsgimemhog.svg\n :target: https://travis-ci.org/xrmx/pyuwsgimemhog\n\n.. image:: https://readthedocs.org/projects/pyuwsgimemhog/badge/?version=latest\n :target: https://pyuwsgimemhog.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\nDo you want to find out which path of your application run under uWSGI\nis leaking memory? you can use *pyuwsgimemhog* to find it out.\n*pyuwsgimemhog* parses uWSGI logs to point out which paths contributes to\nuWSGI processes RSS memory increase.\n\nInstallation\n------------\n\n::\n\n pip install pyuwsgimemhog\n\n\nRequirements\n------------\n\nIn order to have the needed information you have to run uWSGI with the \n*memory-report* enabled.\n\n\nUsage\n-----\n\nYou need to pass a single uWSGI log file to *pyuwsgimemhog*:\n\n::\n\n pyuwsgimemhog --logfile /path/to/log\n /api 975\n /another-api 502\n\n\nThat means that */api* contributed to increase the memory usage by 975 MB\nand */another-api* by 502 MB.\n\n\nLicense\n-------\n\nMIT license\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2019-04-12)\n------------------\n\n* First release on PyPI.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xrmx/pyuwsgimemhog", "keywords": "pyuwsgimemhog", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "pyuwsgimemhog", "package_url": "https://pypi.org/project/pyuwsgimemhog/", "platform": "", "project_url": "https://pypi.org/project/pyuwsgimemhog/", "project_urls": { "Homepage": "https://github.com/xrmx/pyuwsgimemhog" }, "release_url": "https://pypi.org/project/pyuwsgimemhog/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "uWSGI log parser to find memory hogs", "version": "0.1.0" }, "last_serial": 5170865, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "fc39d1a50d51caddf36cc0efb89b484a", "sha256": "56f9b62b8f5a199a2d963462a25e02f88c22baf59b36bce0651bdf799e0b0d1a" }, "downloads": -1, "filename": "pyuwsgimemhog-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fc39d1a50d51caddf36cc0efb89b484a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5458, "upload_time": "2019-04-21T22:58:21", "url": "https://files.pythonhosted.org/packages/b9/ca/30bdc329989aaf9f6d355d4831082763704f22aa07bbb5a617a921ee3e44/pyuwsgimemhog-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fc39d1a50d51caddf36cc0efb89b484a", "sha256": "56f9b62b8f5a199a2d963462a25e02f88c22baf59b36bce0651bdf799e0b0d1a" }, "downloads": -1, "filename": "pyuwsgimemhog-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fc39d1a50d51caddf36cc0efb89b484a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5458, "upload_time": "2019-04-21T22:58:21", "url": "https://files.pythonhosted.org/packages/b9/ca/30bdc329989aaf9f6d355d4831082763704f22aa07bbb5a617a921ee3e44/pyuwsgimemhog-0.1.0.tar.gz" } ] }