Your ads will be inserted here by
Easy AdSense Lite.
Please go to the plugin admin page to paste your ad code.
Found this cool little piece while searching for log parsers for a project.
ping -n 15 www.yahoo.com | logparser "SELECT TO_INT(REPLACE_STR(EXTRACT_VALUE(Text,'time',' '),'ms','')) AS Response INTO Ping.gif FROM stdin WHERE Text LIKE '%%Reply%%' GROUP BY Response" -i textline -legend off -chartTitle "Ping Times" -view
This is from Ken Shaefer’s blog from 2005!