New build of swingbench 2.3 available

I've just uploaded a new build of swingbench 2.3. It includes a number of commonly requested features. These include

  • The ability to collect database stats (from v$sesstat) to provide an overview of the resources used in a benchmark run. Let me know what other stats you'd like collected

  • Time on the x-axis of the Transaction and CPU overview charts


To enable database stats collection you'll need to edit the config file and include the following new elements (in red)

<ConnectionInformation>
<UserName>soe</UserName>
<Password>soe</Password>
<ConnectString>//dgiles-uk:1521/DOM102</ConnectString>
<DriverType>thin</DriverType>
<NumberOfUsers>15</NumberOfUsers>
<LogonDelay>0</LogonDelay>
<LogOutPostTransaction>false</LogOutPostTransaction>
<SystemUserName>system</SystemUserName>
<SystemPassword>manager</SystemPassword>

</ConnectionInformation>

The results will be included in the output as xml.
blog comments powered by Disqus