1829398 Members
1410 Online
109991 Solutions
New Discussion

Linux utilisation report

 
SOLVED
Go to solution
Abhijeet_3
Frequent Advisor

Linux utilisation report

In HP-UX , I use sar command to generate a report over a period of time , then it can analyse later on.

What is the equivalent command in Red Hat Linux 8.

Regards

Abhijeet
4 REPLIES 4
Sergejs Svitnevs
Honored Contributor
Solution

Re: Linux utilisation report

SYSTAT package provides the sar and iostat commands for Linux.

http://fr2.rpmfind.net//linux/RPM/redhat/8.0/i386/sysstat-4.0.5-3.i386.html

Regards,
Sergejs
Vipulinux
Respected Contributor

Re: Linux utilisation report

Hi

Other commands that you can use to see performance on linux are:

vmstat
free
top

and you can use sar as well on linux.
ftp://fr2.rpmfind.net/linux/redhat/updates/9/en/os/i386/sysstat-4.0.7-4.rhl9.1.i386.rpm

Regards
Abhijeet_3
Frequent Advisor

Re: Linux utilisation report

Thanks for your help.
Abhijeet_3
Frequent Advisor

Re: Linux utilisation report

Thanks