Hello, I've been using the JMeter JDBC Sampler for running stress tests against an Oracle DBMS. The use of only JDBC Statement objects is not an accurate reflection of how the DBMS is used as most (if not all) statements use JDBC PreparedStatement or CallableStatement objects. The parsing of these types of statements are cached by the DBMS and use bind variables there after.
I've augmented the JDBCSampler and added a new GUI that allows JDBC Statement, PreparedStatement, and CallableStatement types, as well as allowing one to bind parameters to the later two types. The code should be up and running in the next few days. Having said all that, I would like to contribute this code back if there is an interest. I still need to write some JavaDoc and format the code to the conventions used for this project, but I'm willing to take the time if there is interest. Thanks, John Todd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
