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

Thread: benchmark

  1. #1
    Join Date
    Jun 2001
    Posts
    193
    what's the most popular tool to do oracle benchmark?
    guru is on the way!!!!

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    I think the best way to benchmark any system is to setup your application and run a set of pre-defined functionality. If the application has not been developed yet, I run a reasonable simulation that approximates the application's behaviour.

    The TPC has several standard benchmarks available. http://www.tpc.org
    Jeff Hunter

  3. #3
    Join Date
    Jul 2000
    Posts
    521
    Jeff is right. Best way to evaluate the h/w (or s/w) is to write your own benchmark suite.

    It always happens that unless you really do some grilling research of the standard available TPC(A/B/C) benchmark results, you may not find what you need for your application. It is a fairly complex job to understand these standard results for an application that is purely CPU intensive. Or may be I/O intensive. Every application will certainly have its own flavour.

    Understand one thing : these days every h/w is comparable to each other. Comparing a HP server with a Sun server in the same range is as good as comparing Accord to Camry. The vendors always present the TPC benchmarks in a manner that is favourable to their piece of h/w. And most of the times it is correst as well. What is important is WHAT YOU NEED !!
    svk

  4. #4
    Join Date
    Apr 2001
    Posts
    219
    I like to use a mixture of OEM and OS tools to get the job done, like:
    1. OEM Performance Manager
    2. top
    3. "iostat -xnc 3" or "iostat -xnc -td 3" for Solaris 2.8
    4. vmstat 3

    I dump the iostat output to a file and load it into something like MS Excel and graph and manipulate the data.


    If the app already exists, I would get some loaner equipment for testing from your primary vendors. Then test to your hearts content, that is what I did with some Sun loaner equipment. That also helped me find the sweet spot for our application.
    ______________________
    Applications come and go,
    but the data remains!

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