May I know the What is CPU utilisation? How can I find out?
The CPU Usage graph depicts how your machine's CPUs (real or virtual) are used. A single CPU refers to a single (potentially virtualised) hardware hyper-thread in this sense.
The capacity and type of managed computing jobs influence actual CPU use. Certain jobs necessitate a lot of CPU time, whereas others necessitate a lot less due to non-CPU resource requirements.
The user CPU and Nice CPU are both high, indicating that the user-mode process takes up more CPU, thus you should pay attention to the process's performance.
If the system CPU is high, it means the kernel mode is using a lot of it, so you should pay attention to the performance of kernel threads and system calls.
Comment