We are doing load testing on Oracle and trying to figure out
how the system behaves with 60,100 & 200 users etc.
I wrote a batch script which sends the Sql statement at a time
by opening 20 sessions on each machine so that the sql statments are executed concurrently and collecting the elapsed time. Is this the right way to do the load testing
and check the CPU/Memory Utilization, Please guide me
if there is any other way to do the same.
Bookmarks