Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

pingrace screenshot

> 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
```