Operating System - HP-UX
1833568 Members
4304 Online
110061 Solutions
New Discussion

report from sar -u and sar -d

 
baraadv
New Member

report from sar -u and sar -d

how to create montly report from sar -u and sar -d
3 REPLIES 3
Luk Vandenbussche
Honored Contributor

Re: report from sar -u and sar -d

Emil Velez
Honored Contributor

Re: report from sar -u and sar -d

do a man sa1

what you need is background jobs (root crontabs) that collect the data. If I remember right the sa1 man page shows you all of the cron jobs you need to collect sar data.

Do you have measureware (OVPA) on the box. why not just extract and summarize the data that is already collected. IT is much more accruate.
skt_skt
Honored Contributor

Re: report from sar -u and sar -d

i take extract outputs for my disk performance to get the averagae service time for each process.I need to calculate the average service time by using a script and a formula.(for CPU/MEM/swap perfview is OK)

In extract i dont see the process owner.I can see the pid,process name, time,cpu/MEM utlization.

Any one have an idea about how to get the process owner from extract.I am not able to understand who is the owner of the process, if it is a strange process.