command is as followsm,...
date >>/var/adm/logs/ping.log
ping [hostname] -n [count] >>/var/adm/logs/ping.log
where hostname is the host to ping, and count is the number of packets to send.
crontab entry,...
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /tmp/script
where /tmp/script is the script with the ping command.
Or else you can just enter the ping command straight on the cron line, instead of /tmp/script.
Hope this helps! Are you having problems with network connectivity or response time?
Building a dumber user