https://github.com/Thann/pingg
Ping latency graphing CLI
https://github.com/Thann/pingg
blessed graph ping terminal tui
Last synced: about 1 year ago
JSON representation
Ping latency graphing CLI
- Host: GitHub
- URL: https://github.com/Thann/pingg
- Owner: Thann
- License: unlicense
- Created: 2019-04-04T23:48:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T07:14:44.000Z (about 4 years ago)
- Last Synced: 2024-11-01T13:35:49.425Z (over 1 year ago)
- Topics: blessed, graph, ping, terminal, tui
- Language: JavaScript
- Homepage: https://gitlab.com/thann/pingg/-/releases
- Size: 225 KB
- Stars: 45
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pingg
Ping latency graphing CLI
`npm install thann/pingg`
`pingg google.com yahoo.com`
OR `docker run --rm -it thann/pingg`

By default will ping your router, google-dns (8.8.8.8), & cloudflare-dns (1.1.1.1)
## options
`--trace` `-t` executes traceroute and graphs pings to every target
`--interval 1` `-i` set time between each ping
`--flood` `-f` `-A` pings as fast as possible
`--color` `-c` list of colors to use. default: `green,blue,red,white,yellow,magenta`
`--prune 1000` `-p` set number of pings between each graph simplification. disable with `0`, run with `Ctrl-p`
`--max 1000` `-m` set max number of data-points for a sliding window graph instead of pruning
`--maxy 1000` `-Y` set max graph value so spikes dont mess the scaling up
`--gateway` `g` also pings the default gateway (router)
#### TCP
Adding a port to a hostname will use TCP intead of ICMP. i.e. `pingg google.com:443`