NetPing
Check network connectivity fast. Ping, port check, DNS lookup in one tool.
Commands
ping <host>— Ping a host (3 packets)port <host> <port>— Check if a port is opendns <domain>— DNS lookupinternet— Quick internet connectivity checklatency <host>— Measure latency
Usage Examples
netping ping google.com
netping port example.com 443
netping dns github.com
netping internet
Powered by BytesAgain | bytesagain.com
- Run
netping helpfor all commands
When to Use
- as part of a larger automation pipeline
- when you need quick netping from the command line
Output
Returns structured data to stdout. Redirect to a file with netping run > output.txt.
Configuration
Set NETPING_DIR environment variable to change the data directory. Default: ~/.local/share/netping/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback