CentOS 如何安装使用 Tcping 命令?Linux下使用TCPing的方法? 2022/03/13 07:24 技术文章 人气:726 CentOS 如何安装使用 Tcping 命令?Linux下使用TCPing的方法? 1、安装 git clone https://github.com/jlyo/tcping.git cd tcping make install 2、命令行使用 tcping -p 端口 服务器地址 tcping -p 端口 服务器地址 -c ping次数 tcping -p 端口 服务器地址 -i 间隔(秒)