Newbie asks for help: tracking server usage
Hi,I just found this great place and I'm impressed how many professionals are here. May I ask for some help, please?
We (I and a few my friends) got a dedicated server. Sometimes server load is very high and I need to know WHO overloads it. I know it's needed to login to shell and type this command - "top". It shows process list and CPU/memory usage.
Most of time there are many httpd processes which use about 15% CPU.
But how could I know who causes this overload? Top command doesn't display users, it displays just processes. Is there any way to know who is overloading server by httpd requests?