Results 1 to 8 of 8
I've been going insane trying to find out how to monitor the kernel usage in Linux.. I had a look in the system monitor but it didn't seem to show ...
- 09-20-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 4
Monitoring kernel usage??
I've been going insane trying to find out how to monitor the kernel usage in Linux.. I had a look in the system monitor but it didn't seem to show this information. Googled and also checked out the' top' and 'ps' commands and still no joy!
Please help..
Thanks
- 09-20-2005 #2Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
...
tail -f /var/log/messages for kernel messages, and tail -f /var/log/syslog for system log...
you can run this command on a transparent console fixed on the background...
When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)
- 09-20-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 4
and this will give me the memory usage details of the kernel?
- 09-21-2005 #4Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
opss...
no...
I was wrong about your question...
However using any system monitor (like top), System CPU usage is not enought for you?When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)
- 09-22-2005 #5Just Joined!
- Join Date
- Aug 2005
- Posts
- 4
Unfortunately I need the kernel memory usage as well..
Anyone have any idea on how to obtain this info?
- 09-25-2005 #6Just Joined!
- Join Date
- Sep 2005
- Posts
- 1
In Unix everything is a file :-)
You can get almost any information imaginable from /proc on most nix'es.
Sometimes you have to abstract the information but it is all their.
Regdards,
Ted
- 10-02-2005 #7Just Joined!
- Join Date
- Oct 2005
- Posts
- 1
Ive been wondering about that... isn't it the system cpu usage?
im not sure about that though...
- 09-21-2008 #8Just Joined!
- Join Date
- Sep 2008
- Location
- Cupertino
- Posts
- 1
free tool gives the usage.
$ free -l -t
total used free shared buffers cached
Mem: 1823824 1657156 166668 0 524288 266756
Low: 898128 732080 166048
High: 925696 925076 620
-/+ buffers/cache: 866112 957712
Swap: 0 0 0
Total: 1823824 1657156 166668



