| 129 | } |
| 130 | |
| 131 | type CPUStats struct { |
| 132 | TotalUsage int64 |
| 133 | } |
| 134 | |
| 135 | // ResourceStats holds on-demand stastistics from various cgroup subsystems |
| 136 | type ResourceStats struct { |
nothing calls this directly
no outgoing calls
no test coverage detected