Hi
you probably dont want to do this while your test is running, you want to do
it at the end of your test (you could ofcourse write your own listener like
http://wiki.apache.org/jakarta-jmeter/MysqlCollectorPlugin - but it isnt
what I would do

>      JMeter Test Results can be written to MySQL Database?
Jmeter writes to CSV file or XML files. To load that into a DB of your
choice is fairly trivial. if i remember correctly someone has a PHP script
that does this


>   Parameters/Variables, Iteration Number, Assertion Values, Regular
Expression Results and Real Time User Data can be written to MySQL Database?
All possible, but usually unnecessary IMO . Jmeter should just report
errors, diagnosis should be possible using your applications logs (if it
isn't, what are you going to do when your application goes to production and
you get errors?). Saving a large amount of unecessary data *might* impact
how much load you can generate from within jmeter.

regards
deepak


On Thu, Sep 29, 2011 at 9:08 AM, Bruce Ide <flyingrhenqu...@gmail.com>wrote:

> Couldn't you just use a JDBC config element and sampler?
>
> --
> Bruce Ide
> flyingrhenqu...@gmail.com
>

Reply via email to