Last active
March 25, 2019 07:56
-
-
Save 1a57danc3/614bd5a525ab9f1f037c9ae71f77586a to your computer and use it in GitHub Desktop.
tcping in py3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#tcping Installation | |
pip3 install tcping | |
#tcping Server IP | |
tcping z.cn -c 1 -p 80 --report >> tcpingLog.txt | |
tcping g.cn -c 1 -p 80 --report >> tcpingLog.txt | |
cat tcpingLog.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment