{ "info": { "author": "Youfou", "author_email": "youfou@qq.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: System :: Networking :: Monitoring", "Topic :: Utilities" ], "description": "`\u4e2d\u6587\u8bf4\u660e `__\n\nmping\n=====\n\nPing multiple hosts concurrently and find the fastest to you.\n\nInstallation\n------------\n\n::\n\n pip3 install -U mping\n\nUsages\n------\n\nJust tell which host is the fastest:\n\n.. code:: shell\n\n mping host1.com host2.com host3.com\n\nGet hosts from a file, and ping them:\n\n.. code:: shell\n\n mping -p PATH/TO/THE/FILE.txt\n\n Read **Input File** section below for more details.\n\nThe results will be like this:\n\n::\n\n host | count, loss%, min/avg/max\n ----------|--------------------------\n host1.com | 99, 0.0%, 5.4/6.8/14.1\n host2.com | 90, 0.0%, 23.8/33.5/39.5\n host3.com | 77, 0.4%, 37.4/39.1/43.6\n\n The ``count`` number represents how many replies returned from each\n host.\n\nAlso check out the help stuff for more instructions:\n\n.. code:: shell\n\n mping -h\n\nInput File\n----------\n\nYou can use either a plain text file or a Json file as the ``-p`` /\n``--path`` argument.\n\n**Plain Text File**\n\nWhen use a plain text file, just place each host in a line.\n\nFor example:\n\n::\n\n host1.com\n host2.com\n host3.com\n\n**Json File**\n\nYou can also use a json file as the input hosts, and below is the 2\nmodes:\n\nPut hosts in a list:\n\n``json [ \"host1.com\", \"host2.com\", \"host3.com\" ]``\n\nOr in an object (dict) with names:\n\n``json { \"S1\": \"host1.com\", \"S2\": \"host3.com\", \"S3\": \"host3.com\" }``\n\n The names will be printed in the results.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/youfou/mping", "keywords": "ping", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "mping", "package_url": "https://pypi.org/project/mping/", "platform": "", "project_url": "https://pypi.org/project/mping/", "project_urls": { "Homepage": "https://github.com/youfou/mping" }, "release_url": "https://pypi.org/project/mping/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Ping multiple hosts concurrently and find the fastest to you.", "version": "0.1.2" }, "last_serial": 2587119, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "cb31f57195cd494263ffc201e63db94c", "sha256": "7e9131668d46b0999b022c927ed7de9c38b3bbe4a748ac0b866535d3525f9825" }, "downloads": -1, "filename": "mping-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cb31f57195cd494263ffc201e63db94c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5969, "upload_time": "2017-01-17T10:15:49", "url": "https://files.pythonhosted.org/packages/b2/1a/4d17763884a98387b6f87f6530b4220f4edc65a01d5c20f1a850cf7702f4/mping-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a871b42be8d36188657388c864c2e57f", "sha256": "5659462b1342df1ef02931b43fc978344bef58ac6d46db5e5d4941073c8b0cbe" }, "downloads": -1, "filename": "mping-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a871b42be8d36188657388c864c2e57f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5950, "upload_time": "2017-01-17T10:34:29", "url": "https://files.pythonhosted.org/packages/c0/62/d5059f66202b84785ce88a818ed12797d82851dab0cb28009fd78a083ebf/mping-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "09de3efea9438fdba6d5762ab0a023dc", "sha256": "92ce924e4f65e453eb3118b11c5244a0bd4d33dcfda5204f13339b0f1340ccab" }, "downloads": -1, "filename": "mping-0.1.2.tar.gz", "has_sig": false, "md5_digest": "09de3efea9438fdba6d5762ab0a023dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6161, "upload_time": "2017-01-20T08:54:38", "url": "https://files.pythonhosted.org/packages/fa/8b/2a884632a6c12342ba268a938c021df5d98b470ef40b236129fc76287b89/mping-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "09de3efea9438fdba6d5762ab0a023dc", "sha256": "92ce924e4f65e453eb3118b11c5244a0bd4d33dcfda5204f13339b0f1340ccab" }, "downloads": -1, "filename": "mping-0.1.2.tar.gz", "has_sig": false, "md5_digest": "09de3efea9438fdba6d5762ab0a023dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6161, "upload_time": "2017-01-20T08:54:38", "url": "https://files.pythonhosted.org/packages/fa/8b/2a884632a6c12342ba268a938c021df5d98b470ef40b236129fc76287b89/mping-0.1.2.tar.gz" } ] }