2024年10月24日 星期四

測試TCP延遲工具paping

paping 工具,檢測端口狀態

★快速安裝使用

wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/paping/paping_1.5.5_x86-64_linux.tar.gz #下載軟體

tar -zvxf paping_1.5.5_x86-64_linux.tar.gz #解壓縮
chmod +x paping  #給予執行權限
./paping -p 81 -c 10 {IP地址} #測試81端口10次





安裝流程

1.到papping官網下載對應版本,跨平台支援各種系統。



2.我系統是x86-x64,下載該版本,並解壓縮。
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/paping/paping_1.5.5_x86-64_linux.tar.gz
tar -zvxf paping_1.5.5_x86-64_linux.tar.gz



3.加入文件到指令集,就可以指令使用了。
chmod +x paping #開啟權限
mv paping /bin #加入到bin指令集
paping -p 80 -c 10 google.com #測試80端口,10次



4.如果64位元系統,下載成32位元就會出現 No such file or directory。



5.下載位元與系統不符會出現No such file or directory,解決方法。
apt-get install lib32stdc++6 #Ubuntu需要安裝,因為工具是32位元的

yum install libstdc++.i686  #Centos需要安裝,因為工具是32位元的
yum install libstdc++-devel.i686  #Centos需要安裝,因為工具是32位元的



沒有留言:

張貼留言