{ "info": { "author": "Patrick Gerken", "author_email": "gerken@patrick-gerken.de", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide_addons.html\n This text does not appear on pypi or github. It is a comment.\n\n==============================================================================\ncollective.argv0spy\n==============================================================================\n\nThis package manipulates the process title to show the urls your threads are currently serving.\n\nIt is quite simplistic, it does not show you for how long it is working on the request and it will not show idle threads as idle.\n\nThis gives you information when running ps or top, these tools show the up to date process name.\n\nSee it in action::\n\n $ ps auxwwww | grep zope | grep -v grep\n do3cc 48824 83.5 1.0 2634876 159628 s004 R+ 12:17AM 0:14.15 yo zope /Plone/less-variables.js /Plone/less-variables.js /Plone/less-variables.js /Plone/less-variables.js /Plone/less-variables.js\n\nI used the a configuration option to shorten the long zope name to `yo zope`. This makes it a bit more readable.\n\nYou see 5 times the request for the Resource /Plone/less-variables.js, A resource a chose by random and hammered my Zope instance with ab.\nInteresting Tidbit: This is a standard Plone instance, it runs with 4 threads but you see 5 requests here. This happens because we log Requests when they get received from the main thread, that does not count as one of the four zserver-threads. Think of it as the queue.\n\nFeatures\n--------\n\n- shows url in the process name.\n- Make process name overall shorter.\n\n\nDocumentation\n-------------\n\nThis is the full documentation\n\nInstallation\n------------\n\nInstall collective.arg0spy by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n collective.argv0spy\n zcml =\n collective.argv0spy\n\n\nand then running \"bin/buildout\"\nYou do not need to activate your plugin. The plugin will be active for all Plone instances of your zope process.\n\nNothing gets installed in the Database, so removing the pcakge from your buildout and rerunning buildout will remove this package without leaving a trace.\n\nConfiguration\n-------------\n\nThe full zope process name is quite long. When starting with an environment variable `ZOPE_SHORT_NAME`,\nthe value of this variable becomes the new zope name, after the first request has been received.\n\nFor example, I ran my zope instance like that to produce the output from above::\n\n $ ZOPE_SHORT_NAME=\"yo zope\" ./bin/instance fg\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.argv0spy/issues\n- Source Code: https://github.com/collective/collective.argv0spy\n- Documentation: https://github.com/collective/collective.argv0spy\n\nLicense\n-------\n\nThis package is MIT licensed\n\n\nChangelog\n=========\n\n0.1.3 (2016-05-04)\n------------------\n\n- Remove embarrassing yo zope from package.\n\n\n0.1.2 (2016-05-03)\n------------------\n\n- Fix another unfound issue in egg/wheel.\n\n\n0.1.1 (2016-05-02)\n------------------\n\n- Fix broken egg.\n\n\n0.1.0 (2016-04-30)\n------------------\n\n- Add posibility to define an overall shorter name for the zope process.\n\n\n0.0.1 (2016-04-30)\n------------------\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/collective.argv0spy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "collective.argv0spy", "package_url": "https://pypi.org/project/collective.argv0spy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.argv0spy/", "project_urls": { "Homepage": "https://github.com/collective/collective.argv0spy" }, "release_url": "https://pypi.org/project/collective.argv0spy/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "Change process title to show current urls being processed", "version": "0.1.3" }, "last_serial": 2098324, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c4a7015afbd32ac3caf29c3c7b007565", "sha256": "e0517d377db22a96d1b290e0caae3676a068c437226100c1dc5dad75a9154301" }, "downloads": -1, "filename": "collective.argv0spy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c4a7015afbd32ac3caf29c3c7b007565", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3777, "upload_time": "2016-04-29T22:28:28", "url": "https://files.pythonhosted.org/packages/dd/3a/2a69bccd5cbd4aef6b4d1744e002a2fb16376b11146360c99aac58681dc9/collective.argv0spy-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "d70d1abc85905d3bc4fc3127703f9965", "sha256": "f3b0aab53e34ee429d7643b28ab977a7c13a51ca236b30e2dee36d76da9e1570" }, "downloads": -1, "filename": "collective.argv0spy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d70d1abc85905d3bc4fc3127703f9965", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4032, "upload_time": "2016-04-29T22:45:29", "url": "https://files.pythonhosted.org/packages/ec/cf/acf2f566843c1985c8d5505ad1883e45e24d41f60b890e355b25feeb9bab/collective.argv0spy-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a7282aa85fc652e0cff96bdcc31067fc", "sha256": "0c23b9ef0bb99858b80ed47cfc5da2643e7baf98438a97d02850bf376113870d" }, "downloads": -1, "filename": "collective.argv0spy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a7282aa85fc652e0cff96bdcc31067fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4071, "upload_time": "2016-05-02T15:44:39", "url": "https://files.pythonhosted.org/packages/36/03/6705c63d77da9fd7e325c9b7d40df6a818e5a2fd98ab6aa2497400dfc043/collective.argv0spy-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "29cc41f31e13c2db8125144b2b2ac5dd", "sha256": "940eb92aec2cdef2f26223644834fccd7c0b92a098bf83707c49881f17d479c9" }, "downloads": -1, "filename": "collective.argv0spy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "29cc41f31e13c2db8125144b2b2ac5dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4140, "upload_time": "2016-05-03T10:28:37", "url": "https://files.pythonhosted.org/packages/7d/90/c1b5a0a48795d2efa8927504a5d960d089feef5a7ed822268d1f19df5f7e/collective.argv0spy-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "0d897ae6eccafd00e1ce65b31af8c531", "sha256": "5e47ad4a987efe2f71b5d942c02372057039f1d899befe7468cd34046239e547" }, "downloads": -1, "filename": "collective.argv0spy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "0d897ae6eccafd00e1ce65b31af8c531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4167, "upload_time": "2016-05-04T07:49:54", "url": "https://files.pythonhosted.org/packages/c5/12/8b76173caff846449fffa0974ec06b1ab2e96fdd996e5b1356a3c2158644/collective.argv0spy-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d897ae6eccafd00e1ce65b31af8c531", "sha256": "5e47ad4a987efe2f71b5d942c02372057039f1d899befe7468cd34046239e547" }, "downloads": -1, "filename": "collective.argv0spy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "0d897ae6eccafd00e1ce65b31af8c531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4167, "upload_time": "2016-05-04T07:49:54", "url": "https://files.pythonhosted.org/packages/c5/12/8b76173caff846449fffa0974ec06b1ab2e96fdd996e5b1356a3c2158644/collective.argv0spy-0.1.3.tar.gz" } ] }