Operating System - HP-UX
1832275 Members
1964 Online
110041 Solutions
New Discussion

HBA throughput monitoring

 
SOLVED
Go to solution
Ra Jose
Regular Advisor

HBA throughput monitoring

I have 2 HBAs on my rp7420 running HP-UX 11iv1 with up-to-date patches. They use LVM with powerpath. Are there any HP tools to measure the throughput of HBAs (preferably real time).
I can check the sar -d /iostat to see disk I/O.
But, wondering any such tools to measure how much IO is going thru each HBA.

Thank you all for your replies.

Rajos
8 REPLIES 8
Dave Hutton
Honored Contributor
Solution

Re: HBA throughput monitoring

I know you can see it from the switch level. We have HP branded Brocade switches and you can watch the throughput.

It might be easier then trying to see it from the host side.
gigiz
Valued Contributor

Re: HBA throughput monitoring

you can try :
gpm (glance)
It's a graphic performance monitor ..

REGARDS
Bill Hassell
Honored Contributor

Re: HBA throughput monitoring

Use the switch statistics. Glance is a great tool but it looks at the endpoint (ie, LUNs or disks) and not the intermediate HBA. Multiple HBAs (alternate paths) make this type of measurement just about impossible.


Bill Hassell, sysadmin
Steven E. Protter
Exalted Contributor

Re: HBA throughput monitoring

Shalom,

Must agree with Bill on this.

fcmsutil

provides precious little data, but its good for snapshots.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ra Jose
Regular Advisor

Re: HBA throughput monitoring

I believe, fcmsutil is closest we can get
from server to measure HBA performance.

There may be tools available from EMC. We use connectrix (fiber switch) that has 64 ports. Our server HBAs connect to one of these ports. We have 2 switches. Each HBA connects to one port on each switch. These switches connect to symmetrix (dmx2000).

Thank you all for your responses.
Rajos
Ra Jose
Regular Advisor

Re: HBA throughput monitoring

Thank you all.
Tim Nelson
Honored Contributor

Re: HBA throughput monitoring

FYI,

you can also use "powermt display -i 10"

this will give you io and kb /s ..

man powermt or powermt -? for details.

Ra Jose
Regular Advisor

Re: HBA throughput monitoring

What version of powermt is this? I have powerpath version HP.4.1.0_b155.
I can do powermt display every=10
But I could find -i option.

Rajos