- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk performance - how to find bottleneck
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
тАО12-11-2003 07:11 AM
тАО12-11-2003 07:11 AM
Disk performance - how to find bottleneck
I have two systems, both are primarily Sybase servers (HP-UX 11.00, patched to same level, one has JFS 3.3 (machine A) and the other JFS 3.1 (machine B), same amount of RAM and similar disk configuration)
I have the sar -b output for loading a 21 GB database (same database) which is stored locally on each machine.
The performance is markedly different. On machine A, it takes about 75 minutes to load the database, and on machine B about 20 minutes. Can anyone tell me how to diagnose this problem?? It will be huge help!!
I have attached the averaged "sar -b" output for the the two machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 07:20 AM
тАО12-11-2003 07:20 AM
Re: Disk performance - how to find bottleneck
From Glance you can check realtime status of individual server for any bottlenecks ,either disks or, network, or memory or any process.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 07:26 AM
тАО12-11-2003 07:26 AM
Re: Disk performance - how to find bottleneck
Also, vmstat shows abnormally high %wio (greater that 60%) on machine A ( the slower machine)
-Shekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 08:06 AM
тАО12-11-2003 08:06 AM
Re: Disk performance - how to find bottleneck
USE GPM ( gui version on Glance) That will be more helpful..
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 05:05 PM
тАО12-11-2003 05:05 PM
Re: Disk performance - how to find bottleneck
The %wio is the amount of time cpu waits idle with some process waiting for I/O. Normally it shouldn't be that high (60%).This situation occurs if there is too much swapping or there is a problem with one of your disk. Check by dmesg and the syslog files for any I/O error.
Try by Applying the latest JFS patch.