1836579 Members
1559 Online
110102 Solutions
New Discussion

Hyperfabric statistics

 
Thomas J. Harrold
Trusted Contributor

Hyperfabric statistics

How can I determine the %utilization, or even the raw byte traffic through my hyperfabric card(s)?

I learn something new everyday. (usually because I break something new everyday)
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Hyperfabric statistics

fcmsutil /dev/td0 stat

This is not great but its the only way I know to get any stats off a fiber card.

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
Thomas J. Harrold
Trusted Contributor

Re: Hyperfabric statistics

I'm looking for utilization of hyperfabric, not fibre channel. Thanks, though.

-tjh
I learn something new everyday. (usually because I break something new everyday)
George Petrides_1
Honored Contributor

Re: Hyperfabric statistics

/opt/clic/bin/clic_stat -dALL
or if you are looking for TCP/IP (assuming you are running it over hyper fabric, then look for netstat -an).
George