-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Prerequisites
- I have searched all issues/PRs to ensure it has not already been reported or fixed.
Criteria
- Reasonably well-known and widely used (e.g. if it's a GitHub project, it should have at least 100 stars and/or 50 forks)
- English interface (or at least English documentation)
- Latest stable version
- Full version (i.e. not a trial version)
- Fairly standard install (e.g. uses a version-specific download URL, no elaborate pre/post install scripts)
Name
Nping
Description
Nping is a Ping tool developed in Rust. It supports concurrent Ping for multiple addresses, visual chart display, real-time data updates, and other features.
Homepage
https://github.com/hanshuaikang/Nping
Download Link(s)
https://github.com/hanshuaikang/Nping/releases
Some Indication of Popularity/Repute
nping www.baidu.com www.google.com www.apple.com www.sina.com -c 20 -i 2
nping --help
🏎 Nping mean NB Ping, A Ping Tool in Rust with Real-Time Data and Visualizations
Usage: nping [OPTIONS] ...
Arguments:
... target IP address or hostname to ping
Options:
-c, --count Number of pings to send [default: 65535]
-i, --interval Interval in seconds between pings [default: 0]
-6, --force_ipv6 Force using IPv6
-m, --multiple Specify the maximum number of target addresses, Only works on one target address [default: 0]
-v, --view-type <VIEW_TYPE> View mode graph/table/point/sparkline [default: graph]
-o, --output Output file to save ping results
-h, --help Print help
-V, --version Print version
