Monitor TCP/IP Connections to Solaris

Hello SysAdmins.

Can anyone tell me how to know the number of open connections or requests (or users) from remote sites to the Http server. I am using the Apache web server on Solaris 8. I can see the open ESTABLISHED status of the 80 port number, default for http from the netstat program.

Can please tell me how to look for the # of requests and # of connected users to my web server. Urs help is highly appreciated. Thanks in advance.

[466 byte] By [amitsontakey] at [2007-11-25 23:18:05]
# 1
You can look in the /usr/local/apache/logs/access_log file for unique IP addresses to see established connections.You can use:<pre>netstat -P tcp</pre> to check connections as well.HTH.Dwai.
dwlahiri at 2007-7-5 18:06:33 > top of Java-index,General,Talk to the Sysop...
# 2
Thanks Dwai. That helps.
amitsontakey at 2007-7-5 18:06:33 > top of Java-index,General,Talk to the Sysop...