{ "info": { "author": "Arjun Pandey", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "================\nCAPACITY REPORT\n================\n\nGenerates report about the account and server utilisation\n\n-----------\n\nA MultiThreaded program to fetch the data by SSH to remote machines and executing commands.\nThe number of threads are configurable and the program is optimize to use the best system resources.\nThis is more like of template, I can't post exact content of the script as it may have some confidential information.\nIn the version 2.0 I will be providing a working script with some demo use case.\n\nPre-requisite\n===============\n\nPlease get the below files with the content as specified:\n\n* commands.ini: ssh#-o#UserKnownHostsFile=/dev/null#-o#StrictHostKeyChecking=no#-o#ConnectTimeout=25#root@192.168.2.101#free -g | awk '/Mem:/ {print $2}'\n\n* inventory.ini: In the below format\n\n[clustername2]\n\ncustomer:Pandey\n\nhost:cluster02\n\n\nExecution & Output\n-------------------\n\narjun$ python capacity.py\n\nIt generates CSV, JSON intermediates file and final HTML report.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "SSHMultiThread", "package_url": "https://pypi.org/project/SSHMultiThread/", "platform": "", "project_url": "https://pypi.org/project/SSHMultiThread/", "project_urls": null, "release_url": "https://pypi.org/project/SSHMultiThread/1.0/", "requires_dist": null, "requires_python": "", "summary": "MultiThread program to fetch dtata from multiple remote servers via SSH", "version": "1.0" }, "last_serial": 3024973, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d0dabbfc00ab7315a076fc0273905bcf", "sha256": "9b22639881ce3c8ce101120455eca0c59e525a08fb5e764f170bf0c82bc4446e" }, "downloads": -1, "filename": "SSHMultiThread-1.0.tar.gz", "has_sig": false, "md5_digest": "d0dabbfc00ab7315a076fc0273905bcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2457, "upload_time": "2017-07-15T13:00:34", "url": "https://files.pythonhosted.org/packages/4f/2f/a93e9ee1664f227585c38250991441a9ada370c3d7d84f191846a96b2348/SSHMultiThread-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d0dabbfc00ab7315a076fc0273905bcf", "sha256": "9b22639881ce3c8ce101120455eca0c59e525a08fb5e764f170bf0c82bc4446e" }, "downloads": -1, "filename": "SSHMultiThread-1.0.tar.gz", "has_sig": false, "md5_digest": "d0dabbfc00ab7315a076fc0273905bcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2457, "upload_time": "2017-07-15T13:00:34", "url": "https://files.pythonhosted.org/packages/4f/2f/a93e9ee1664f227585c38250991441a9ada370c3d7d84f191846a96b2348/SSHMultiThread-1.0.tar.gz" } ] }