Skip to content

oneclickvirt/pingtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pingtest

Hits

三网ICMP的PING值测试模块

说明

使用

下载及安装

curl https://raw.githubusercontent.com/oneclickvirt/pingtest/main/pt_install.sh -sSf | bash

curl https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/pingtest/main/pt_install.sh -sSf | bash

使用

pt

./pt

进行测试

无环境依赖,理论上适配所有系统和主流架构,更多架构请查看 https://github.com/oneclickvirt/pingtest/releases/tag/output

Usage: pt [options]
  -h    Show help information
  -log
        Enable logging
  -v    Show version

卸载

rm -rf /root/pt
rm -rf /usr/bin/pt

在Golang中使用

go get github.com/oneclickvirt/pingtest@latest