On 09/06/2010, [email protected] <[email protected]> wrote:
>
>  Hi All,
>
>  Is it possible to create a backend DB (like MySQL) and associate it with
>  JMeter ? The intention is to store execution logs, graphs, listener results
>  etc. Now if you exit a test, you need to rerun the test to see such results.

The easiest way would probably be to write an OS shell script to
upload the files to the DB.
Most databases come with command-line apps to load data from files.

Otherwise, you can write a Listener to write to a database.

Note that Listeners only process results in GUI mode, and there is
currently no way to automatically save their output at the end of a
test.

>  Regards
>  jadumani jena
>
> --
>  View this message in context: 
> http://old.nabble.com/JMeter-Integration-with-a-backend-DB-tp28827148p28827148.html
>  Sent from the JMeter - User 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