ganglia / ganglia-web

Ganglia Web Frontend
BSD 3-Clause "New" or "Revised" License
316 stars 168 forks source link

Add support for Guest CPU values #281

Closed afbjorklund closed 8 years ago

afbjorklund commented 8 years ago

See https://github.com/ganglia/monitor-core/pull/254

afbjorklund commented 8 years ago

Fixed an issue where the "before" graphs did not look OK, even if the "after" ones did...

afbjorklund commented 8 years ago

@vvuksan : are you able to review the gui for cpu guest too, perhaps ? (The tests appear to be broken, or at least to be unrelated to my changes.)

Here is an example, showing the additional detail when enabling guest cpu: cpu_guest_report_graph

In the first part, you can see if the sample loop is running in a VM or not. But in the last part of the graph (i.e. the previous default), it is "hidden"...

(guest is included in the usr value, and gnice is included in the nice value. this is so that the CPU values shown are compatible with older software)