HPE 9000 and HPE e3000 Servers
1754021 Members
7464 Online
108811 Solutions
New Discussion юеВ

Re: monitor performent

 
SOLVED
Go to solution
Nguyen Anh Tien
Honored Contributor

monitor performent

Now i am using a HP9000 (RP5470), I had many transaction a day, but number of transaction is different at each hour, I want to monitor performet (Memory, swap, disk, CPU..) in a week or 5 day.., but I don't know what tool i should use (except for OVO)
HP is simple
4 REPLIES 4
Naveej.K.A
Honored Contributor
Solution

Re: monitor performent

Hi,

SAR or system activity reporter will do your job in the simplest way.
set up the following in crontab

login as root
#crontab -e
0 * * * * /usr/lbin/sa/sa1
0,10,20,30,40,50 8-18 * * 1-5 / usr/lbin/sa/sa1
5 18 * * * /usr/lbin/sa2 -A

and the reporter will store the data in /var/adm/sa/sadd where dd is the date or day of the month.

with best wishes
naveej
practice makes a man perfect!!!
Nguyen Anh Tien
Honored Contributor

Re: monitor performent

sa1 generates log file in binary format. pls let me know how to read it?
HP is simple
Naveej.K.A
Honored Contributor

Re: monitor performent

hi,

man sar for details

#sar -f /var/adm/sa/sa01

to read the file use the -f option

here 01 refers to the date
suppose you want to get data of 3rd
sar -f /var/adm/sa/sa03

don't forget to create the sa directory under /var/adm, otherwise the data won't be collected.

with besst wishes
Naveej
practice makes a man perfect!!!
John Carr_2
Honored Contributor

Re: monitor performent

Hi
HP have tools specially for this type of activity glance, perfview and measureware and are available on 30 day trial.

http://www.software.hp.com/

John.