https://github.com/oioki/tcpping
TCP ping
https://github.com/oioki/tcpping
Last synced: about 1 year ago
JSON representation
TCP ping
- Host: GitHub
- URL: https://github.com/oioki/tcpping
- Owner: oioki
- Created: 2013-04-22T21:36:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-03T12:30:38.000Z (almost 13 years ago)
- Last Synced: 2025-04-02T02:11:16.168Z (about 1 year ago)
- Language: C
- Size: 117 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tcpping
=======
Sequentially creates tcp connections to the specified host and measures the latency.
Usage:
$ tcpping oioki.ru
OK Connected to 78.47.82.174:22, seq=1, time=44.004 ms
OK Connected to 78.47.82.174:22, seq=2, time=44.307 ms
OK Connected to 78.47.82.174:22, seq=3, time=44.165 ms
OK Connected to 78.47.82.174:22, seq=4, time=44.077 ms
^C
--- oioki.ru tcpping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3240ms
rtt min/avg/max/mdev = 44.004/44.138/44.307/0.186 ms