{ "info": { "author": "David Carter", "author_email": "dcarter@arm4.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing", "Topic :: System :: Distributed Computing", "Topic :: System :: Monitoring" ], "description": "Python language bindings for the Application Response Measurement (ARM) Version 4.0 standard.\n\nThis module provides a Python language implementation of the ARM 4.0\nstandard. At it's simplest, it's a straight exposure of the C language\nbindings with enough concessions to make it fit the Python language.\n\nUsage:\n\n import arm4\n\n # Register\n app_id = arm4.register_application (\"Python test\")\n tran_id = arm4.register_transaction (app_id, \"Python hello world\")\n\n # Start our application and transaction measurements\n app_handle = arm4.start_application (app_id, \"Example\")\n tran_handle = arm4.start_transaction (app_handle, tran_id)\n\n # Do our work\n print 'Hello, world!'\n\n # Stop our measurements\n arm4.stop_transaction (tran_handle) # Default status is arm4.ARM_STATUS_GOOD\n arm4.stop_application (app_handle)\n\n # Finish up\n arm4.destroy_application (app_id)\n\nThis is a simple example that doesn't make use of ARM's advanced\ncorrelators or metrics. More examples can be found at http://www.arm4.org\n\nThis module is based on the ARM Issue 4.0, Version 2 - C Binding standard. More information\ncan be found at http://www.opengroup.org/management/arm.htm", "description_content_type": null, "docs_url": null, "download_url": "http://sourceforge.net/projects/arm4/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.arm4.org/", "keywords": null, "license": "Eclipse Public License v1.0", "maintainer": null, "maintainer_email": null, "name": "Arm4", "package_url": "https://pypi.org/project/Arm4/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Arm4/", "project_urls": { "Download": "http://sourceforge.net/projects/arm4/", "Homepage": "http://www.arm4.org/" }, "release_url": "https://pypi.org/project/Arm4/1.2/", "requires_dist": null, "requires_python": null, "summary": "Application Response Measurement (ARM) Version 4.0", "version": "1.2" }, "last_serial": 783785, "releases": { "0.1": [], "1.0": [], "1.1": [ { "comment_text": "", "digests": { "md5": "7d116d026fee92bfa2f01032928b8ecd", "sha256": "41631d79f6409bc12def8bda18f394822e48fb005c735a592e5079f5038a3976" }, "downloads": -1, "filename": "Arm4-1.1.tar.gz", "has_sig": false, "md5_digest": "7d116d026fee92bfa2f01032928b8ecd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32964, "upload_time": "2008-12-07T01:48:45", "url": "https://files.pythonhosted.org/packages/18/20/8ea7d6257a261ae513c8c866e381f840c8df71f0194fb844bfc054441e55/Arm4-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "c9260ce2a9cfb1d56f9a9452d365ac36", "sha256": "d4ed1a55521a765875ccaeacc23299f2f457e2807e74ed97a2a9f4b910d9449b" }, "downloads": -1, "filename": "Arm4-1.2.tar.gz", "has_sig": false, "md5_digest": "c9260ce2a9cfb1d56f9a9452d365ac36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31618, "upload_time": "2009-04-29T17:30:47", "url": "https://files.pythonhosted.org/packages/17/a1/ab0fbef467ec5fff2010303f39f88ac27e682d0e9fddfa485244b9d2a892/Arm4-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c9260ce2a9cfb1d56f9a9452d365ac36", "sha256": "d4ed1a55521a765875ccaeacc23299f2f457e2807e74ed97a2a9f4b910d9449b" }, "downloads": -1, "filename": "Arm4-1.2.tar.gz", "has_sig": false, "md5_digest": "c9260ce2a9cfb1d56f9a9452d365ac36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31618, "upload_time": "2009-04-29T17:30:47", "url": "https://files.pythonhosted.org/packages/17/a1/ab0fbef467ec5fff2010303f39f88ac27e682d0e9fddfa485244b9d2a892/Arm4-1.2.tar.gz" } ] }