You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by chuesgen <ch...@gmail.com> on 2008/07/29 17:36:56 UTC

Storing Jmeter Results in a database

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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


Re: Storing Jmeter Results in a database

Posted by sebb <se...@gmail.com>.
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 <ch...@gmail.com> 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: jmeter-dev-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Storing Jmeter Results in a database

Posted by sebb <se...@gmail.com>.
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 <ch...@gmail.com> 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: jmeter-dev-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org