DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: database performance

  1. #1
    Join Date
    Jul 2000
    Posts
    68

    database performance

    Hi,

    Now I am going to get a report on the database performance. I know bstat/estat, or statspack. But these tools just take the snapshots at the beginning and the end. What I want to get is the I/O performance, real track of the I/O performance, not just the statistics from the beginning to the end.
    Any info will be appreciated!!

    Thanks.

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    have you looked as o/s level tools? vmstat and sar on unix, or windows tools?
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  3. #3
    Join Date
    Feb 2003
    Location
    Leeds, UK
    Posts
    367
    It's not cheap, but "Oracle High Performance Tuning with STATSPACK" by Donald K Burleson contains scripts to extend STATSPACK to include OS stats via the vmstat and iostaty commands. Obviously, this won't be much good if you're not on UNIX/Linux.

  4. #4
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    look at Oracle 92 diagnostics pack, u can collect OS stats from there
    I'm stmontgo and I approve of this message

  5. #5
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    You can query V$FILESTAT to know about datafiles I/O perf.
    This view has great in-depth statistics with respect to the datafiles I/O.

  6. #6
    Join Date
    Apr 2002
    Location
    Bangalore
    Posts
    47
    Oracle enterprise manager has tools for this
    Cheers
    Murali

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width