Operating System - HP-UX
1822936 Members
3968 Online
109645 Solutions
New Discussion

How to setup the monitoring to capture the IO bandwidth?

 
SOLVED
Go to solution
praveen..
Super Advisor

How to setup the monitoring to capture the IO bandwidth?

I have 8 CPUs in my server. When I was watching TOP for a while, it would fluctuate; sometimes all CPU’s were active at 60+% used then it would go down to 1 or 2 cpu’s then back up to all 8 over a period of a couple of minutes.

What IO was happening.

Can I setup the monitoring to capture the IO bandwidth?

I want to get in on my email.

Please suggest
4 REPLIES 4
spex
Honored Contributor

Re: How to setup the monitoring to capture the IO bandwidth?

Hi,

sar will do this. 'man 1m sadc' for more information.

PCS
Asif Sharif
Honored Contributor
Solution

Re: How to setup the monitoring to capture the IO bandwidth?

sar -M 5 10
sar -b 5 10
sar -d 5 10
sar -v 5 10
iostat 5 10
vmstat 5 10
Regards,
Asif Sharif
Raj D.
Honored Contributor

Re: How to setup the monitoring to capture the IO bandwidth?

Praveen,
you can use iostat , and sar within a script and run that script through cron ,


HTH,
Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
praveen..
Super Advisor

Re: How to setup the monitoring to capture the IO bandwidth?

Thanks, I will implement it and let u know