Forum Moderators: DixonJones
ie:
tail access ¦ grep "googlebot"
Or, again under Linux, if you just want to know how many connections are currently active use netstat.
ie:
netstat -na ¦ grep ^tcp ¦ wc -l
Check the man pages for further information on what these commands do.
Matt