You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Left side is the code of procstat and the right side is where these fields are from. Why keep these empty values?
What's the meaning of cpu_time_idle for a single process?
This struct TimesStat is defined in "cpu.go". Obviously some fields like Idle and Irq are only for CPU context.
But procstat plugin took them all. It's really confusing.
The text was updated successfully, but these errors were encountered:
procstat
and the right side is where these fields are from. Why keep these empty values?cpu_time_idle
for a single process?This struct
TimesStat
is defined in "cpu.go". Obviously some fields likeIdle
andIrq
are only for CPU context.But
procstat
plugin took them all. It's really confusing.The text was updated successfully, but these errors were encountered: