- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IO Performance
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2007 12:19 AM
тАО06-05-2007 12:19 AM
IO Performance
Guys, I'm using HPUX 11 and Storage Hitachi.
Please I need a help.
How can I to monitor the performance of IO of my all disk directly on HBA?
I don't know if the iostat command is sufficient for do it or maybe I don't know to use and to interpret it correctly.
I don't have any tool for do that... so I need to do a script or to know some commands that I can to monitor the performance of my server and how is the flow of IO between my disks and the Storage (HBA, ports, LUN, and so far and so on).
I'm a little new with this environment, so please could someone give me a help?
Thanks a lot!
clefeitosa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2007 01:39 AM
тАО06-05-2007 01:39 AM
Re: IO Performance
I'm sure Hitachi has some tools, you should check with them.
http://www.hpux.ws/system.perf.sh
Free, functional and might do the job for you.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2007 01:50 AM
тАО06-05-2007 01:50 AM
Re: IO Performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2007 06:05 AM
тАО06-05-2007 06:05 AM
Re: IO Performance
The latest version of HP-UX (11i v3) has the ability to monitor IO performance on a per HBA Controller basis as follows :
sar -H
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2007 12:25 AM
тАО06-06-2007 12:25 AM
Re: IO Performance
Thanks for all answers!
In this moment I don't have any tools neither HP-UX (11i v3)...
So... I need to go to another way.
I already used the system.perf.sh that Steven said.
I'm studying...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2007 12:54 AM
тАО06-06-2007 12:54 AM
Re: IO Performance
have you considered creating a custom rept file in /var/opt/perf? You can customize it to record Global Disk, CPU, Network filesystem metrics. I use it to give me a monthly report on Global Statistics for my servers, which are extracted, uuencoded and emailed to me via root's cron every month. Works like a champ. Is that something you are looking for? If so, I'd be glad to explain in more detail.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2007 01:48 AM
тАО06-06-2007 01:48 AM
Re: IO Performance
If your storage goes through a SAN switch, use the switch tools to read the stats. They are much more accurate and solve all the issues with alternate links. Most fibre switches (Brocade, EMC, Cisco, etc) have both a command line interface using telnet as well as a web based interface. The switch must be connected to a LAN or for command line only, connected to a serial port. You can also look at fcmsutil depending on what HBAs you are using (man fcmsutil).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2007 07:07 AM
тАО06-06-2007 07:07 AM
Re: IO Performance
Andy, please could explain in more details or send me an example?
Thanks for all answer!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2007 04:35 PM
тАО06-06-2007 04:35 PM
Re: IO Performance
fcmsutil /dev/td0
fcmsutil /dev/td0 stat
fcmsutil /dev/fcd1 stat -s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2007 03:45 AM
тАО06-07-2007 03:45 AM
Re: IO Performance
send me an email axmuelle@sentara.com and I will explain in more detail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2007 01:18 AM
тАО10-03-2007 01:18 AM
Re: IO Performance
fcmsutil /dev/td0
fcmsutil /dev/td0 stat
fcmsutil /dev/fcd1 stat -s