{ "info": { "author": "Ian Wienand", "author_email": "ian@wienand.org", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "afsmon\n======\n\nPython library and utilities for monitoring AFS file-systems using\n`OpenAFS `__ tools.\n\nMany of the details are inspired by\n``__\n\nCommand-line\n------------\n\nThe ``afsmon`` tool provides\n\n* ``show`` : produce tabular output of key statistics for a cell,\n such as threads on file-servers, partition usage, volume usage and\n quotas.\n\n* ``statsd`` : report similar results to a `statsd\n `__ host.\n\nConfiguration is minimal, see the ``sample.cfg``.\n\nLibrary\n-------\n\nThe core of ``afsmon`` should suitable for use in other contexts.\n\n.. code-block:: python\n\n import afsmon\n fs = afsmon.FileServerStats('hostname')\n fs.get_stats()\n\nThe ``fs`` object now contains a ``FileServerStats`` with all\navailable information for the server, partitions and volumes.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ianw/pyafsmon", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "afsmon", "package_url": "https://pypi.org/project/afsmon/", "platform": "", "project_url": "https://pypi.org/project/afsmon/", "project_urls": { "Homepage": "https://github.com/ianw/pyafsmon" }, "release_url": "https://pypi.org/project/afsmon/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "Helpers for AFS monitoring in Python", "version": "1.1.0" }, "last_serial": 3932008, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "670a9c89e200460d53f26ad45600fe6a", "sha256": "31595681588356776c1453b5589515a7f9752c235709eb9ec04e531a148329d5" }, "downloads": -1, "filename": "afsmon-1.0.0.tar.gz", "has_sig": false, "md5_digest": "670a9c89e200460d53f26ad45600fe6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12017, "upload_time": "2018-06-01T05:12:35", "url": "https://files.pythonhosted.org/packages/b6/44/56f1460b3ce0852140beb91d9806844d4f7f802cb84e74ea1a12ea7c80c7/afsmon-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "b49544e5f78513acff42df71940c1f19", "sha256": "e7f710b699675c596b0b0c31a2e645a4dd2f7eb400df22410175d961b2a14d9e" }, "downloads": -1, "filename": "afsmon-1.0.1.tar.gz", "has_sig": false, "md5_digest": "b49544e5f78513acff42df71940c1f19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12495, "upload_time": "2018-06-01T05:32:14", "url": "https://files.pythonhosted.org/packages/51/1c/d53dbebb70ad43d5798acb5107071a8443412dbd60c80f3cbd277afb40e7/afsmon-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "486538718136303d9e9a6dcc2f8d44af", "sha256": "482d8d5026bfd05d4a37d55ad68996af07605debc0e8dbd8e5195f7d403878f7" }, "downloads": -1, "filename": "afsmon-1.1.0.tar.gz", "has_sig": false, "md5_digest": "486538718136303d9e9a6dcc2f8d44af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13125, "upload_time": "2018-06-05T09:21:27", "url": "https://files.pythonhosted.org/packages/91/a9/5ac2369854a08274de94a5276c2a993e2cd806afb8d46f98eca87dc4c33d/afsmon-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "486538718136303d9e9a6dcc2f8d44af", "sha256": "482d8d5026bfd05d4a37d55ad68996af07605debc0e8dbd8e5195f7d403878f7" }, "downloads": -1, "filename": "afsmon-1.1.0.tar.gz", "has_sig": false, "md5_digest": "486538718136303d9e9a6dcc2f8d44af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13125, "upload_time": "2018-06-05T09:21:27", "url": "https://files.pythonhosted.org/packages/91/a9/5ac2369854a08274de94a5276c2a993e2cd806afb8d46f98eca87dc4c33d/afsmon-1.1.0.tar.gz" } ] }