Skip to content

JMeter Sampler with ability to control certain parameters of the java.sql.Statement

License

Notifications You must be signed in to change notification settings

vklevko/jmeter-jdbc-sampler-advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jmeter-jdbc-sampler-advanced

JMeter Sampler with ability to control certain parameters of the java.sql.Statement and java.sql.ResultSet

The plugin extends standard JDBC sampler, see: http://jmeter.apache.org/usermanual/component_reference.html#JDBC_Request so the configuration of the sampler is the same + additional options:

  • For the java.sql.Statement fetch size can be set to a desired value. If not set it will use the default value of 10
  • Result set read delay option is meant to simulate slow processing client and should be set in milliseconds.

About

JMeter Sampler with ability to control certain parameters of the java.sql.Statement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages