i want to see the HTTP traffic alone coming to the server. i mean we use TOP command to see all the process. But i am looking to see the http traffic(processess) alone to the server. please let me know how i can see that.
phranque
8:09 am on Feb 21, 2007 (gmt 0)
you could try something like
top -Uwww
where "www" is the name of the user that owns the http processes.
rajeshk98
12:15 pm on Mar 5, 2007 (gmt 0)
The thing is i want to see the whole http load on the server. so please let me know how i can see that.