- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle vs HP-UX stats. Could anybody explain?
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
07-28-2005 03:04 AM
07-28-2005 03:04 AM
Could anybody explain this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 04:45 AM
07-28-2005 04:45 AM
Re: Oracle vs HP-UX stats. Could anybody explain?
It depends how your database is laid out on your volumes. If all your database containers are on a single volume, guess what ? everybody will need to go down that one single pipe and there definitely be a i/o contention.
I am not a database admin and/or performance expert but, without knowing the database volume/filesystem layout, it is very hard to determine the causes of bad performance.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 08:22 AM
07-28-2005 08:22 AM
Re: Oracle vs HP-UX stats. Could anybody explain?
throw in a sar -d 3 20 to get exact disk stats, also try glance / measureware and look for high run queues and alike.
but no wio during the test time should mean things are ok.
of course the disk i/o is still the largest producer of wio, because the disks are accessed a lot and *are* the slowest component available.
tuning opportunities are there, i.e. check vendor docs and raise scsi queue depths (we're talking 1%-3% gain here), increase buffering and stuff.
my tip: get an evalution copy of spotlight, and an experienced dba for cross-checking v$-tables.
I found it´s a sysadmin`s dream for analyzing oracle performance issues and on quite a few occasions could tell our DB staff which query was flawed durig time of performance issues.
(I'm not affilated with the vendor, I don`t even know it, it was the DBA´s tool after all :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 07:29 AM
08-08-2005 07:29 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 07:02 PM
08-08-2005 07:02 PM
Re: Oracle vs HP-UX stats. Could anybody explain?
I am a DBA and had to investigate performance problem with our db. Oracle says (through it's V$ views) that the most important wait evens are IO related. But our OS administrator looked at sar -u and said that CPU were fully utilized and wio was only 1-2%. Everybody decided that i was wrong and IO wasn't out bottleneck.
We use HP-UX 11i and HP EVA storage. Datafiles are on raw devices. There are no other applications except db.
So as i understand it's posible that sar won't show high wio if we use such storage? Even if we use raw devices?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 08:38 PM
08-08-2005 08:38 PM
Re: Oracle vs HP-UX stats. Could anybody explain?
What version of Oracle do you run ?
Do you use Async IO ?
Do you have statspack reports ?
Regards
Jean-Luc