- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to I monitor the I/O rate on an oracle databas...
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-24-2002 12:43 PM
тАО06-24-2002 12:43 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 12:54 PM
тАО06-24-2002 12:54 PM
SolutionIf the bottlenecks are in I/O, then you can stripe the disk areas. This works if multiple users are hitting the database at the same time. It does not help much if there is only one user at a time in the database.
The performance stats given by HPUX are by disk and logical volume. You can't get stats on each file individually unless there is only one file on each logical volume.
After you fix I/O, you may have memory or CPU bottlenecks.
If you are into pretty pictures that are much easier for a human to understand, Datametrics makes a product called Siteline.
While there are pretty pictures in glance and perfview, I find it much easier to customize and view the data in Sightline.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 05:04 PM
тАО06-24-2002 05:04 PM
Re: How to I monitor the I/O rate on an oracle database
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2002 01:40 AM
тАО06-25-2002 01:40 AM
Re: How to I monitor the I/O rate on an oracle database
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2002 01:51 AM
тАО06-25-2002 01:51 AM
Re: How to I monitor the I/O rate on an oracle database
My suggestion is utilising MeasureWare to monitor the disks. Version C.2.40 shows individual disk IO/s and % utilisation and disk queues. More recent versions of MeasureWare also show kB/s. and service times.
I use:
DATA TYPE DISK
DATE
TIME
BYDSK_DEVNAME
BYDSK_PHYS_READ_RATE
BYDSK_PHYS_WRITE_RATE
BYDSK_PHYS_IO_RATE
BYDSK_SYSTEM_IO_RATE
BYDSK_UTIL
BYDSK_REQUEST_QUEUE
I also plot BYDSK_PHYS_IO_RATE and BYDSK_UTIL to show how well each disk is performing (this is a rough estimate of time to perform each IO or service time).
As far as getting the best out of you database see the SAME paper (Stripe & Mirror Eveything) http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0x4a8a8cc5e03fd6118fff0090279cd0f9,00.pdf
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2002 04:18 AM
тАО06-25-2002 04:18 AM
Re: How to I monitor the I/O rate on an oracle database
YOu can install Spotlight for Oracle on your windows machine and monitor your database.
It has some good hints to tune the database.
check the site
questsoftware.com
for some nice products
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2002 09:36 AM
тАО06-25-2002 09:36 AM
Re: How to I monitor the I/O rate on an oracle database
Of all the products that you have mentioned, which one that I can use for a free?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2002 10:51 AM
тАО06-25-2002 10:51 AM
Re: How to I monitor the I/O rate on an oracle database
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2002 12:45 PM
тАО06-25-2002 12:45 PM
Re: How to I monitor the I/O rate on an oracle database
can you show me the website for those?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2002 11:34 PM
тАО07-04-2002 11:34 PM
Re: How to I monitor the I/O rate on an oracle database
Glance is a separate product from the HP-ux O/S install. The free trial version is available in the CD set which comes along with the O/S. You can install it using swinstall.
To use it beyond 60 days, you would need to purchase the license.
Should be available on your installation cds (application cd 2).
i don't think it is available for download.
However, you may request an evaluation CD from HP.
hope this helps
Best Regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2002 05:02 AM
тАО07-06-2002 05:02 AM
Re: How to I monitor the I/O rate on an oracle database
As I known, You can speed Oracle database by using raw partitions, async I/O driver in kernel, one parameter from OnlineJFS for a mounting filesystem with Oracle datafiles. If You have any questions, please write, I can write a bit ore about it, if you would like...