Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
My OS is RHEL ES 4.0. we are runnning Oracle EBS on the same.. we have initially only few users connected to that..As am monitoring the OS, I came across this output :
*******************************************************************
Linux 2.6.9-42.ELsmp (alioracle.ali.com.kw) 10/30/2007
10:07:46 AM CPU %user %nice %system %iowait %idle
10:07:47 AM all 100.00 0.00 0.00 0.00 0.00
10:07:48 AM all 54.55 0.00 45.45 0.00 0.00
10:07:49 AM all 0.00 0.00 50.00 50.00 0.00
10:07:50 AM all 100.00 0.00 0.00 0.00 0.00
10:07:51 AM all 50.00 0.00 50.00 0.00 0.00
Average: all 52.94 0.00 41.18 5.88 0.00
******************************************************************
we have only 4 users connected to the machine.. so, the output of top command as follows :
The top and sar outputs where run at the same point in time?
What do you get with:
Code:
sar 3 5
which sar
rpm -q sysstat
I'm assuming responses are fine and thats what is causing you to doubt the output from sar.
Thanks friend for ur answer..
***********************************************
Linux 2.6.9-42.ELsmp (alioracle.ali.com.kw) 11/03/2007
09:00:29 AM CPU %user %nice %system %iowait %idle
09:00:32 AM all 78.57 0.00 21.43 0.00 0.00
09:00:35 AM all 60.00 0.00 20.00 20.00 0.00
09:00:38 AM all 66.67 0.00 33.33 0.00 0.00
09:00:41 AM all 46.15 0.00 53.85 0.00 0.00
09:00:44 AM all 50.00 0.00 8.82 41.18 0.00
Average: all 60.24 0.00 21.69 18.07 0.00
[oraprod@alioracle bdump]$ which sar
/usr/bin/sar
[oraprod@alioracle bdump]$ rpm -q sysstat
sysstat-5.0.5-11.rhel4
********************************************************************
You might want to start by upgrading your sysstat package.
On Centos 4.5 the sysstat RPM I have is sysstat-5.0.5015.0.1.el4
Centos is a redhat clone and as such I would expect the package numbers to be pretty much the same (appart from the renaming to remove the 'rh' from rhel4)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.