User CPU vs. System CPU vs. I/O Wait CPU
CPU utilization is typically separated in system CPU, user CPU and I/O wait CPU consumption:
CPU utilization type | Description |
User CPU: | CPU consumption originating from coding outside of the operating system kernel, e.g.:
|
System CPU: | CPU consumption originating from the operating system kernel, e.g.:
|
I/O Wait CPU: | CPUs waiting for I/O requests to complete, can usually be considered as idle time. |