Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to generate a lot of load on an Oracle database?
On 11/18/05, Radoulov, Dimitre <cichomitiko_at_gmail.com> wrote:
>
>
> >>> We need to test the maximum I/O throughput of our SAN storage system and
> therefore need an Oracle database to generate so much load that >>> there is
> an I/O bottleneck. Does anybody out there have open source tools or Oracle
> scripts for that?
>
> Just an idea (quick and dirty): there are a couple of sql scripts to
> generate "load" that Oracle provides with the VMware/Linux/Oracle RAC image
> demo kit for the EM Advisors presentation that may be usefull.
>
>
> Regards,
> Dimitre Radoulov
quick and dirty?
for win32 ... on the server console
in sqlplus ...
spool
set pga_workarea_policy manual
hike sort_area_size
hike dbfmbrc
take a statspack snapshot
fire up filemon.exe (from sysinternals), filter for the mount points of interest
exec dbms_stats.gather_database_stats(cascade=>true ...);
stop capture of filemon.exe, save the file
take a statspack snapshot
dump a statspack report
upload the filemon.exe log into excel
works for me.
Paul
-- #/etc/init.d/init.cssd stop -- play a Sony CD, install a rootkit today -- http://www.freelists.org/webpage/oracle-lReceived on Fri Nov 18 2005 - 13:47:28 CST