{ "info": { "author": "Youenn Boussard [ingeniweb]", "author_email": "y.boussard@ingeniweb.com", "bugtrack_url": null, "classifiers": [ "Framework :: Zope2", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Monitoring", "Topic :: Utilities" ], "description": "Introduction\n============\n\nMemoryProfiler provides memory profiling support for Zope.\nIt use heapy (http://guppy-pe.sourceforge.net/#Heapy) in internal. It's just an interface to this tool.\n\nInstallation\n============\n\nAs zope profiler, the tool is automatic created in control panel of your zope instance\n\nUse\n===\n\n- You start profiling by a click to the start button, you take an snapshot of the memory at instant t.\n \n- When you click to updateSnapshot, you will see what objects are added between the start and the click to updateSnashot. It will be usefull to detect Memory Leak. \n \n- Each snapshot is store (as string) results to be consult later (link to the date).\n \n- The button *clear db cache* clear all zeo cache of all mounting point so you can see the impact of the memory of those cache.\n \n- You can see reference of a particular class in memory with the button reference detail. \n \n * Index is the index of the table of the last snapshot\n * depth is the depth in the tree of reference and \n * limit is the number of results that the reference method should be return.\n\nFor windows users, you must compile guppy. There is an egg for python 2.6 but\nno for python 2.4. I have fatal error with Mingw to compile guppy. I hope that we have soon a binary egg to for python 2.4.\n\nI hope that this tool give to us usefull informations to the memory consume by zope.\n\n\n\nChangelog\n=========\n\n0.1 - Unreleased\n----------------\n\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://svn.plone.org/svn/collective/Products.MemoryProfiler/", "keywords": "Memory Profiler Zope", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "Products.MemoryProfiler", "package_url": "https://pypi.org/project/Products.MemoryProfiler/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.MemoryProfiler/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://svn.plone.org/svn/collective/Products.MemoryProfiler/" }, "release_url": "https://pypi.org/project/Products.MemoryProfiler/0.1/", "requires_dist": null, "requires_python": null, "summary": "A memory profiler for zope", "version": "0.1" }, "last_serial": 758173, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "dce722de60af8c1e93df2259a3c77f8f", "sha256": "ef85b63e481d6d016c376eabf56da6e91b2e2a3a4e63502d0e2dd5e0a85496cd" }, "downloads": -1, "filename": "Products.MemoryProfiler-0.1.tar.gz", "has_sig": false, "md5_digest": "dce722de60af8c1e93df2259a3c77f8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5744, "upload_time": "2009-11-13T11:42:44", "url": "https://files.pythonhosted.org/packages/fa/e5/53291a91aef17bfa1c3c26350b2e3f1e926c3975270d05b465c8d5a548c3/Products.MemoryProfiler-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dce722de60af8c1e93df2259a3c77f8f", "sha256": "ef85b63e481d6d016c376eabf56da6e91b2e2a3a4e63502d0e2dd5e0a85496cd" }, "downloads": -1, "filename": "Products.MemoryProfiler-0.1.tar.gz", "has_sig": false, "md5_digest": "dce722de60af8c1e93df2259a3c77f8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5744, "upload_time": "2009-11-13T11:42:44", "url": "https://files.pythonhosted.org/packages/fa/e5/53291a91aef17bfa1c3c26350b2e3f1e926c3975270d05b465c8d5a548c3/Products.MemoryProfiler-0.1.tar.gz" } ] }