[软件服务] Nping 是一个基于 Rust 开发使用 ICMP 协议的 Ping 工具, 支持多地址并发 Ping, 可视化图表展示, 数据实时更新等特性

date
Jan 4, 2025
slug
newsoftware-nping
status
Published
summary
新软件-
tags
software
service
type
Post
URL
 
notion image
notion image

Summary

安装过程

brew tap hanshuaikang/nping
brew install nping

nping --help

截图

Raw

nping www.baidu.com www.google.com www.apple.com www.sina.com -c 20 -i 2

🏎 Nping with concurrent,chart,multiple addresses,real-time data update

Usage: nping [OPTIONS] <TARGET>...

Arguments:
  <TARGET>...  target IP address or hostname to ping

Options:
  -c, --count <COUNT>        Number of pings to send [default: 65535]
  -i, --interval <INTERVAL>  Interval in seconds between pings [default: 0]
  -6, --force_ipv6           Force using IPv6
  -h, --help                 Print help
  -V, --version              Print version
 

© Ying Bun 2021 - 2025