![]() |
![]() |
Click here for the latest version of the code
Code Compilation on various platforms
Linux: gcc -o synack synack.c -lpthread
SunOS: gcc -o synack synack.c -lpthread -lsocket -lnsl
Usage: synack [-options] host
Common options:
-p ## port number to send to (default 22)
-k ## no. of connections to be made
-i ## Time interval between connections in secs (default 1 sec)
-u ## Time interval between connections in microsecs (minimum 20000 microsecs)
-z ## Percentile 1 (default 25)
-Z ## Percentile 2 (default 75)
-S ## Timout in secs (default 1 Sec)
-s ## Timeout in millisecs
Sample output of synack (from nereus.slac.stanford.edu to nocdev1-qos.es.net)
***** Round Trip Statistics of SYNACK to nocdev1-qos.es.net (Port =
22) ******
100 packets transmitted, 100 packets received, 0.00 percent packet
loss
round-trip (ms) min/avg/max = 4.780/7.843/10.034 (std = 1.176)
(median = 7.830) (interquartile
range = 1.685)
(25 percentile = 7.060)
(75 percentile = 8.745)
Revised
URL: http://www-iepm.slac.stanford.edu/
Comments to iepm-l@slac.stanford.edu