- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: measuring disk performance - va7410
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
Forums
Discussions
Discussions
Discussions
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
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
08-11-2004 11:26 AM
08-11-2004 11:26 AM
I have Glance plus - any ideas on que lenght metric or any other suggestions on how to view disk IO as a potential bottleneck?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 11:32 AM
08-11-2004 11:32 AM
Re: measuring disk performance - va7410
sar -d
Look for avserv vs avwait/busy metrics
Also look for specific disks that seem to be occupied more than the other disks. That usually boils down to the Volume group lay out and alternate links allocation.
By default LVM will only use the primary link for IO and cannot load balance across the alternate links.
If $$$ is not a concern, consider HP secure path that can do dynamic load balancing across the alternate links.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 11:43 AM
08-11-2004 11:43 AM
Re: measuring disk performance - va7410
# sar -d 5 5
You could have a look at scsictl which does some neat things with scsi queue depths. The default is 8, but you could increase that parameter quite easily and online. One thing about 'scsictl' is that it looses the setting if you reboot, from what I recall.
Before you do that, how have you currently set up your LV's?
Are they striped? I am a firm believer in the 'SAME' (Stripe and mirror everything) That way you get the same results across LUN's and not really have a hot and smelly one or two.
As far as a metric is concerned in glance, I could not find one specifically for this. although is could be buried in amongst others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 11:50 AM
08-11-2004 11:50 AM
Re: measuring disk performance - va7410
Measureware collects atleast 30 different disk/IO metrics, so you are sure to get what you are looking for. If you already have measureware installed and runnign in the system, then you have drill down to the details using perfview.
Also perfview is very easy to use and will get you closer to the root-cause sooner than glance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 12:07 PM
08-11-2004 12:07 PM
Re: measuring disk performance - va7410
icgsil1:/var/adm> sar
sar: Can't open /var/adm/sa/sa11
Also perfview... where do I get it?
(we're still a little new to UX, and we haven't hired a body in years!)
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 12:22 PM
08-11-2004 12:22 PM
Solution# sar -d 5 5
which will give the current information. You could set up sar to collect daily information. See the 'sadc' man page or have a search around the forums, where there should be some examples.
Glance does collect some data but will depend on how you have your config file set is to how long it will collect. See the /var/opt/perf/parm file which has a rough explanation. You don't need perfview, besides perfview is not free. There are some reports in /var/opt/perf, but your better off creating your own. Consult the manual, it is not difficult to set these up and grab the data your after.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 03:15 AM
08-12-2004 03:15 AM
Re: measuring disk performance - va7410
hmm..that is a news for me. I always thought glance is just an online performance tool and we can never use it store historic data.
Anybody ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 01:44 PM
08-12-2004 01:44 PM
Re: measuring disk performance - va7410
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 02:22 PM
08-12-2004 02:22 PM
Re: measuring disk performance - va7410
Sundar, glance via Adviser can actually collect data via scripts if you do not have Measureware.
But for the task at hand, sar -d and iostat would be your best tools to ascertain if your IO is already lacking...
TO gather stats via sar, simply create /var/adm/sa and enable /usr/lib/sa/sa1 script in root's or sys' crontab (see earlier posts)... Once set, you always have a month's worth of comprehensive sar data ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2004 02:08 AM
08-13-2004 02:08 AM