#!/bin/csh -f while ( "1" == "1" ) echo -n `date` echo -n " " psgrep httpd | wc -l sleep 1 end