Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amio/node-pingrace
A ping race program.
https://github.com/amio/node-pingrace
cli npm ping
Last synced: 3 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T02:57:42.000Z (over 6 years ago)
- Last Synced: 2024-10-08T04:02:48.710Z (3 months 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 [![npm version](https://img.shields.io/npm/v/pingrace.svg)](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
```