Ad Widget

Collapse

Monitoring CPU usage per user

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • renb00
    Junior Member
    • Dec 2021
    • 2

    #1

    Monitoring CPU usage per user

    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
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    This is not something that you can do with just one query. There is changing number of users etc. You probably need to create item per user (discovery?) and try to go from there... Google probably helps you to find some ways to record "cpu usage per user"

    Comment

    Working...