← 返回
未分类 中文

Ping Tool

Test network connectivity to remote hosts by sending ICMP echo requests. Use for network diagnostics and latency measurement.
使用ICMP回显请求测试网络连通性,适用于网络诊断和延迟测量。
dinghaibin dinghaibin 来源
未分类 clawhub v1.0.0 1 版本 99654 Key: 无需
★ 0
Stars
📥 288
下载
💾 0
安装
1
版本
#latest

概述

Network Connectivity Tester

Send ICMP echo request packets to network hosts and measure response times. Essential tool for diagnosing network connectivity issues.

Usage

ping-tool [options] <hostname>

Options

  • -c N: Send N packets then stop
  • -i N: Wait N seconds between packets
  • -s N: Set packet size
  • -t N: Set timeout in seconds

Examples

# Ping 4 times
ping-tool -c 4 google.com

# Continuous ping
ping-tool 8.8.8.8

# With interval
ping-tool -i 2 -c 10 example.com

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 02:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Datetime Tool

dinghaibin
全面的日期时间操作工具包,支持多种格式、时区转换、日历计算、自然语言解析以及日期...
★ 0 📥 413

Schedule Task

dinghaibin
在 Linux/Unix 系统上调度和运行周期性任务。适用于设置 cron 作业、定时备份、周期性数据同步、自动报告等场景。
★ 0 📥 407

Unexpand Tool

dinghaibin
将文本文件中的空格转为制表符,保持统一缩进并减小文件大小。
★ 0 📥 389