* SmokePing
* No more TODO
Initial
Stephane Bortzmeyer 22 years ago
parent a33249588b
commit d583a4861c

@ -31,6 +31,7 @@ test hosts which aren't yours.
<P>Current features:
<UL>
<LI>Supports IPv6 as well as IPv4,
<LI>uses the protocols echo, discard, chargen or HTTP,
<LI>uses UDP instead of TCP for the protocols which accept it (like echo),
<LI>can repeat the test and display various measures about it,
@ -46,22 +47,28 @@ test hosts which aren't yours.
<LI>(Simple test with 1000 bytes echo TCP packets)
<PRE>
% echoping -v -s 1000 mycisco
This is echoping, version 2.0.
Trying to connect to internet address 10.99.64.1 to transmit 256 bytes...
This is echoping, version 5.0.0.
Trying to connect to internet address 172.21.0.14 7 to transmit 1000 bytes...
Connected...
TCP Latency: 0.003165 seconds
Sent (1000 bytes)...
Application Latency: 0.322183 seconds
1000 bytes read from server.
Checked
Elapsed time: 0.059597 seconds
Elapsed time: 0.326960 seconds
</PRE>
<LI>(Repeated tests with average and median displayed.)
<PRE>
% echoping -n 10 mymachine
% echoping -n 10 faraway-machine
[...]
Minimum time: 0.170719 seconds (1500 bytes per sec.)
Maximum time: 0.211176 seconds (1212 bytes per sec.)
Average time: 0.184577 seconds (1387 bytes per sec.)
Median time: 0.181332 seconds (1412 bytes per sec.)
Minimum time: 6.722336 seconds (38 bytes per sec.)
Maximum time: 17.975060 seconds (14 bytes per sec.)
Average time: 10.873267 seconds (24 bytes per sec.)
Standard deviation: 3.102793
Median time: 9.218506 seconds (28 bytes per sec.)
</PRE>
<LI>(Testing a Web server with an HTTP request for its home page.)
@ -72,13 +79,13 @@ Elapsed time: 0.686792 seconds
</OL>
<P>The exit status is set if there is any problem, so you can use echoping
to test repeatedly a Web server, to be sure it runs fine. Or you can
display statistics like <A HREF="http://monitor.internatif.org/web.html">at Internatif</A>.
<P>The exit status is set if there is any problem, so you can use
echoping to test repeatedly a Web server, to be sure it runs fine (<A
HREF="http://people.ee.ethz.ch/~oetiker/webtools/smokeping/">SmokePing</A>
does it). Or you can display statistics like <A
HREF="http://monitor.internatif.org/web.html">at Internatif</A>.
<P>To do for a future version: see the TODO file.
<P>To do for a future version:
<UL>
<LI>display other calculations such as standard deviation
<LI>fix the bugs (everlasting aim)
</UL>

Loading…
Cancel
Save