How to find out who is using the most CPU resources?
At one time, when I checked top, the CPU state is almost at 0% idle. Load average is also very high.
I know that the top will show the PID with the CPU usage. But how can I use the PID from top to find out the user that is actually using that much resource given that I do have five different databases. Is the OS PID the same as those PID stored in the database? Please advice. Thank you very much.