This is really a question for the user list; cc'ed

There is currently no way to store the results in a database directly
from JMeter.

However, many database implementations include a tool to load table
data from flat files, so you could add a script to copy the data to
the database after the run has completed.

Or you could write a BeanShell Listener which uses JDBC to store the data.
[Or indeed, a BSF PostProcessor].

On 29/07/2008, chuesgen <[EMAIL PROTECTED]> wrote:
>
>  Hi All,
>
>  Is there a way of storing results from a Jmeter test run in a database?  I
>  have seen posts that show how to store in an .csv but what I would like to
>  persist the data over time to see trends.  Would also be very useful to be
>  able to query the db to create report and what not.
>
>  Thanks,
>
>  Chad
>
> --
>  View this message in context: 
> http://www.nabble.com/Storing-Jmeter-Results-in-a-database-tp18714613p18714613.html
>  Sent from the JMeter - Dev mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to