A CLI tool to check network stats.
npm install -g netcheck-cli
netcheck [options]
Options:
-v, --verbose Show detailed output
--server <url> Specify a test server URL
--help Show help
netcheck
# Runs a basic network check for speed, latency, jitter, and packet loss.
netcheck -v
# Runs a detailed network check with verbose output.