Monday, January 27, 2014

echo ping

Echoping


"echoping" is a small program to test (approximatively) performances of a remote host by sending it requests such as HTTP requests.

echoping -s 100 -n 10 -w 20 -u 10.4.4.8

where -s 100 indicates 100kbs packet size,
-n 10 indicates 10 times,
-w 20 indicates after 20 seconds,
-u 10.4.4.8 means udp packets to 10.4.4.8  ip address.

No comments:

Post a Comment