
- 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.
procstatand the right side is where these fields are from. Why keep these empty values?cpu_time_idlefor a single process?This struct
TimesStatis defined in "cpu.go". Obviously some fields likeIdleandIrqare only for CPU context.But
procstatplugin took them all. It's really confusing.