Does anyone have suggestions on how to monitor cpu usage per user?
It would be great to get something like a plot of CPU cores on a system on the X axis and time on the Y axis. Then a line graph showing who the user is and how many cores they are using on the server at any given time.
Can this be done?
If not, what will get me closest to that goal? Looking to set this up on both Linux and Windows clients.
I am messing with system.cpu.util[0,user,avg5] on Linux now but I don't know if I am on the right track. It is showing per user but cannot break them out by specific users.
Any pointers are greatly appreciated
It would be great to get something like a plot of CPU cores on a system on the X axis and time on the Y axis. Then a line graph showing who the user is and how many cores they are using on the server at any given time.
Can this be done?
If not, what will get me closest to that goal? Looking to set this up on both Linux and Windows clients.
I am messing with system.cpu.util[0,user,avg5] on Linux now but I don't know if I am on the right track. It is showing per user but cannot break them out by specific users.
Any pointers are greatly appreciated
Comment