{ "info": { "author": "Tom Gross", "author_email": "itconsense@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: System Administrators", "License :: OSI Approved :: Zope Public License", "Programming Language :: Python", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "================\nMonitcall README\n================\n\nMonitcall is a small script to run executeables and\nwatch for deadlocks in the process.\n\nUsage: ::\n\n monitcall [-h] [-a ARGS] [-t CYCLES] [-l LIMIT] [-s SIGNAL]\n [-d DEBUGLOG] [-v] cmd\n\nThe script will call the given command (CMD) together with the\ngiven arguments (ARGS). If the CPU usage of the command is higher\nthan the given limit (LIMIT) for more than CYCLES cycles\nthe command is killed with the signal SIGNAL.\n\nExample:\n========\n\nTo extract the contents of a MS-Word document `mydocument.doc` to\nan utf-8 text printed on stdout call: ::\n\n monitcall wvWare -a '-c utf-8 --nographics mydocument.doc'\n\nKnown issues:\n=============\n\n - The argument string must not start with `-a`. Like this: ::\n\n ... -a '-a 4 -c utf-8 ...'\n\n This seems to be a bug in the argparse module\n\nChange history\n==============\n\n0.3.1 (2010-08-27)\n------------------\n\n - fixed binary\n\n0.3 (2010-08-27)\n----------------\n\n - fixed nameerror\n - added some tests\n\n0.2 (2010-08-26)\n----------------\n\n - first public release", "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/tomgross/monitcall", "keywords": null, "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "monitcall", "package_url": "https://pypi.org/project/monitcall/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/monitcall/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/tomgross/monitcall" }, "release_url": "https://pypi.org/project/monitcall/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Call and monitor executables", "version": "0.3.1" }, "last_serial": 794964, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "86ab28be4c45204fee05cfd673137676", "sha256": "44762e1be307c6d00827b88c696574b4fe12c53ed2c104eadd54d3fff9cedc8c" }, "downloads": -1, "filename": "monitcall-0.2.tar.gz", "has_sig": false, "md5_digest": "86ab28be4c45204fee05cfd673137676", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3304, "upload_time": "2010-08-26T11:12:18", "url": "https://files.pythonhosted.org/packages/03/8a/b3de087286a01765ab9d28b288dbc5de9558a739d3498f18ecd945e1a88e/monitcall-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "70bfb3820d9feafbc4c721f6d14db183", "sha256": "f02bb800ea0f21f88485a5a98d5484b2ca6697a3292e13f11affc0d40ae55df8" }, "downloads": -1, "filename": "monitcall-0.3.tar.gz", "has_sig": false, "md5_digest": "70bfb3820d9feafbc4c721f6d14db183", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4014, "upload_time": "2010-08-27T10:51:35", "url": "https://files.pythonhosted.org/packages/89/36/f720040fb6ad7ede2e28c6851b6ffdc4603c125d6d094e74da62493eac6a/monitcall-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "15c3faa87cf6188e4f281ba8ada5ca55", "sha256": "0fe4b54d9df57f4fe323ac6a7d3306b3ff0b3a92dec480ae34582473a53505aa" }, "downloads": -1, "filename": "monitcall-0.3.1.tar.gz", "has_sig": false, "md5_digest": "15c3faa87cf6188e4f281ba8ada5ca55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4156, "upload_time": "2010-08-27T11:06:58", "url": "https://files.pythonhosted.org/packages/86/a0/6adcdd7dd73eebb68ab70ef74708b95b8adbabf06e219db422613fef8b9e/monitcall-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15c3faa87cf6188e4f281ba8ada5ca55", "sha256": "0fe4b54d9df57f4fe323ac6a7d3306b3ff0b3a92dec480ae34582473a53505aa" }, "downloads": -1, "filename": "monitcall-0.3.1.tar.gz", "has_sig": false, "md5_digest": "15c3faa87cf6188e4f281ba8ada5ca55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4156, "upload_time": "2010-08-27T11:06:58", "url": "https://files.pythonhosted.org/packages/86/a0/6adcdd7dd73eebb68ab70ef74708b95b8adbabf06e219db422613fef8b9e/monitcall-0.3.1.tar.gz" } ] }