Link to echoping at Netaktiv fixed

Initial
Stephane Bortzmeyer 22 years ago
parent cfd583491a
commit c20472596e

@ -0,0 +1,17 @@
#!/bin/sh
PATH=/bin:/usr/bin:/usr/local/bin
DELAY=`echoping -n 3 -h /tests/bidon www.netaktiv.com | \
grep Median | \
awk '{print int ($3 * 1000)}' `
echo $DELAY
echo $DELAY
UPTIME=`wget -O - -q http://www.netaktiv.com/server-status | \
grep uptime | \
awk -F: '{print $2}' | sed 's/<br>//' `
echo $UPTIME
echo Web server

@ -83,9 +83,11 @@ Elapsed time: 0.686792 seconds
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>.
HREF="https://monitor.netaktiv.com/MRTG/web.html">at Netaktiv</A> (see
the <A HREF="echoping-web.sh">shell script</A> which runs echoping).
<P>To do for a future version: see the TODO file.

Loading…
Cancel
Save