https://github.com/amio/node-pingrace
A ping race program.
https://github.com/amio/node-pingrace
cli npm ping
Last synced: 9 months ago
JSON representation
A ping race program.
- Host: GitHub
- URL: https://github.com/amio/node-pingrace
- Owner: amio
- License: mit
- Created: 2016-05-10T03:53:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T02:57:42.000Z (about 8 years ago)
- Last Synced: 2024-10-16T01:24:00.455Z (over 1 year ago)
- Topics: cli, npm, ping
- Language: JavaScript
- Size: 63.5 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pingrace [](https://www.npmjs.com/package/pingrace)
Ping hosts to compare which one is faster, A Ping Race Program.

> NOTE: Mac & Linux only.
### Install
```
npm install -g pingrace
```
### Usage
```
Usage
$ pingrace [...]
Options
-c, --count Ping every host a specific number of times (default: 10)
Examples
$ pingrace a.example.com b.example.com c.example.com
$ pingrace -c 10 a.example.com b.example.com c.example.com
```