Understanding CPU Stats
Your Linux box is slow and you are running top command. Well, you are seeing a lot of metrics, what does these values means.
Major CPU Status Idle, the percentage of idle CPU Running a user space program, a User application running. It could be a compiler, Email client Running the kernel, Handling an interrupts, managing resources The above said meta states can be divided. User space programs can be categorized as those running under their initial priority level or those running with a nice priority.
[Read More]