SkillAgentSearch skills...

Tcping

Tcping measures the latency of a tcp-connection. It connects and then disconnects. This measures the time it takes to get a SYN, SYN+ACK, ACK+FIN and FIN packet accross the network.

Install / Use

/learn @Mattraks/Tcping
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Installation:

make install

Usage tcping [timeout] <destination>

Options: <destination> dns name or ip address -c <count> count how many times to connect -f flood connect (no delays) -h print help and exit -i <interval> interval delay between each connect (e.g. 1) -p <port> portnr portnumber (e.g. 80) -q quiet, only returncode -t <timeout> time to wait for response (e.g. 3)

tcping Return code: 0 means can connect (at least once) 2 if the host or service could not be resolved 3 No hostname given or ip 127 means unable to connect at all

examples: tcping -p 8080 127.0.0.1

Please support my opensource development: http://www.vanheusden.com/wishlist.php

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks5

Languages

C

Security Score

70/100

Audited on Apr 6, 2024

No findings