Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am running Fedora Core 6 (fully patched). Ever since I installed Fedora, I noticed my CPU idle is ~65-70% via top command. I am puzzled why it would be so low. Ususally, it is 99% idle when not being used. I noticed that 28.6% is being used by si. I don't know what si represents. I man'd top. And, I couldn't find si. (I guess I might have missed it).
Below is a capture of the output of my top command:
I believe si stands for 'swap in', the amount of memory swapped in from disk. But, I thought that was part of the vmstat output, not top. If you're using top, it should tell you what is using your CPU and memory. The bottom half of the top output has a list of processes:
Code:
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
8532 weibullguy 16 0 1156 1156 912 R 0.5 0.4 0:11 top
Below is the `top` command that was completed after a reboot. I waited 5 minutes just to make sure services finished running.
As you can see, my idle is 73.9% with a si of 24.1%. The top command does not show %CPU usage that will cause the idle to be lower than usuall and how do I find what is using si?
Below I also listed my free -m and vmstat outputs.
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 328 8140 4276 577636 0 0 2243 68 1067 441 18 23 50 8 0
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.