{ "info": { "author": "Richard Jones", "author_email": "product-developers@lists.plone.org", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": ".. contents::\n\nCall Profiler Documentation\n===========================\n\nPurpose\n-------\n\nTo monitor the chain of DTML, ZSQL, ZPT, PythonMethod, PythonScript, ...\ncalls in a Zope request and gather timing information, for the purpose of\nidentifying hot-spots for potential optimisation.\n\n\nUsage\n-----\n\nOnce the product is installed in your Products directory and Zope has\nbeen restarted, visit the Call Profiler link in your Control Panel.\n\nIn the configuration tab, check the types of documents you wish to\nobtain the timing information for. You may also clear any previously\ngathered timing information using the \"clear\" buttons.\n\nOnce you have selected the documents to monitor and have clicked\n\"Monitor selected calls\", load up the pages you wish to profile. Once\nthey're loaded (or even as they're loading :) you should visit the results\ntab. There you will find a list of the requests made by browsers with some\ntiming information:\n\n* clicking the url will load the page requested\n* clicking on the time of the request will bring up a blow-by-blow\n breakdown of the documents called to form the request.\n\nYou may also see the requests aggregated by URL on the \"Requests By URL\"\ntab - giving the minimum, average and maximum times for the responses. You\nmay:\n\n* click the url to load the page requested\n* click the session times to see the detailed breakdown of the request\n\nThe detailed view is set to highlight calls that broach 3% (yellow), 5%\n(orange) and 10% (red) of the total request time.\n\nIf a given document call has sub-calls:\n\n* the '...' times indicate the time spent in the call (between sub-calls)\n \n* the (end) time gives two timings:\n \n * the first is the time spent in the call not including sub-calls\n * the second time is the total time of the call including sub-calls\n\n\nNote:\n\nAll profiling information is lost when either:\n\n1. Zope is restarted, or\n2. the Call Profiler product's code is re-loaded.\n\nAlso, don't leave the profiler on for too long - it uses a boundless\nmemory-based store for the timing values. It will use up all your memory\neventually (though we haven't done any testing to determine how long that\nmight be).\n\n\nLicense\n=======\nCopyright (c) ekit.com Inc (http://www.ekit-inc.com/)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions::\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nThis product includes software developed by Digital Creations for use in\nthe Z Object Publishing Environment (http://www.zope.org/).\n(specifically, we use the control panel installation code from LeakFinder in\nthe __init__.py module)\n\n\nContributors\n============\n\nNote: place names and roles of the people who contribute to this package\n in this file, one to a line, like so:\n\n- Joe Schmoe, Original Author\n- Bob Slob, contributed monkey patches\n- Jane Main, wrote flibberty module\n\nChangelog\n=========\n\n1.5.2 (2011-11-23)\n------------------\n\n- really fix initialize on Zope2.13. Note: it only happens with released package\n [toutpt]\n\n1.5.1 (2011-11-23)\n------------------\n\n- Fix initialize on Zope2.13, use bobo_application instead of context._ProductContext__app\n [toutpt]\n\n1.5 (2011-11-16)\n----------------\n\n- Package created using zopeskel with the 1.4-fixed release from plone.org\n [toutpt]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/collective/Products.CallProfiler", "keywords": "", "license": "gpl", "maintainer": null, "maintainer_email": null, "name": "Products.CallProfiler", "package_url": "https://pypi.org/project/Products.CallProfiler/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.CallProfiler/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/collective/Products.CallProfiler" }, "release_url": "https://pypi.org/project/Products.CallProfiler/1.5.2/", "requires_dist": null, "requires_python": null, "summary": "Call Profiler monitors the chain of DTML, ZSQL, ZPT, Python method and Python Script", "version": "1.5.2" }, "last_serial": 784997, "releases": { "1.5": [ { "comment_text": "", "digests": { "md5": "0ac676ec81edee11d0cb6f7174e132a6", "sha256": "e857196476cdbad7138362095f74f73bb9d3b7c586f71ca3977097b1782f9319" }, "downloads": -1, "filename": "Products.CallProfiler-1.5.tar.gz", "has_sig": false, "md5_digest": "0ac676ec81edee11d0cb6f7174e132a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25957, "upload_time": "2011-11-16T14:18:32", "url": "https://files.pythonhosted.org/packages/1e/ad/caa1209de81a45091fe6c3e5ade41afb4e504bd767fc6f361c8c39c9b23a/Products.CallProfiler-1.5.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "ac040527f83c4924582333dcc923dc3d", "sha256": "ffcbc2700fd45288ad96c15c396742908c2d07f6daf47a21cb4e41c4b7884c4e" }, "downloads": -1, "filename": "Products.CallProfiler-1.5.1.tar.gz", "has_sig": false, "md5_digest": "ac040527f83c4924582333dcc923dc3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26046, "upload_time": "2011-11-23T11:14:22", "url": "https://files.pythonhosted.org/packages/e4/79/008b5d99e95adf1beb54658fac62fabfd9736eec99d31856dcb0e0be4c69/Products.CallProfiler-1.5.1.tar.gz" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "232bb35c9aecd07db1320f75543951be", "sha256": "02934a58fcba6a5a0af081a8d06d811ee6d1770d21711d54f86d4e9137f9b00d" }, "downloads": -1, "filename": "Products.CallProfiler-1.5.2.tar.gz", "has_sig": false, "md5_digest": "232bb35c9aecd07db1320f75543951be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26083, "upload_time": "2011-11-23T11:33:53", "url": "https://files.pythonhosted.org/packages/6e/c7/7a8bec4ee352bf862294d36ed0e0e92cf222212db4d224a80775ce056d7e/Products.CallProfiler-1.5.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "232bb35c9aecd07db1320f75543951be", "sha256": "02934a58fcba6a5a0af081a8d06d811ee6d1770d21711d54f86d4e9137f9b00d" }, "downloads": -1, "filename": "Products.CallProfiler-1.5.2.tar.gz", "has_sig": false, "md5_digest": "232bb35c9aecd07db1320f75543951be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26083, "upload_time": "2011-11-23T11:33:53", "url": "https://files.pythonhosted.org/packages/6e/c7/7a8bec4ee352bf862294d36ed0e0e92cf222212db4d224a80775ce056d7e/Products.CallProfiler-1.5.2.tar.gz" } ] }