To be more specific:
- In task counters, the CPU spent is from proc/stat's utime + stime, so it means things like IOWait will not be counted. Is that right?
- Elapsed time for the whole task are a lot longer than CPU time spent counter, does it mean the node is very busy and the container not getting CPU or waiting for IO for very long time?
- How can I tell if a task is CPU bound or IO count just from counter?