You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Shmuel Krakower <sh...@gmail.com> on 2012/05/08 16:12:17 UTC

saveservice output_format - DB

Hi dev list,
I've been looking for saving JMeter results into DB.
On the web there are some solutions which bulk reads jtl results and fetch
a db table with it.

Is there a reason why there is no clean option to save jmeter results into
a DB directly?

I've noticed this old issue which is still open:
https://issues.apache.org/bugzilla/show_bug.cgi?id=31666
It isn't clean either - as this is sampler implementation to write results
into a DB.

I am thinking on implementing a DbSaveService Class to allow saving of
results to DB.
Any ideas on this approach? If I will develop such class, will this get
merged into JMeter?

Regards,
Shmuel.

Re: saveservice output_format - DB

Posted by sebb <se...@gmail.com>.
On 8 May 2012 15:12, Shmuel Krakower <sh...@gmail.com> wrote:
> Hi dev list,
> I've been looking for saving JMeter results into DB.
> On the web there are some solutions which bulk reads jtl results and fetch
> a db table with it.
>
> Is there a reason why there is no clean option to save jmeter results into
> a DB directly?
>
> I've noticed this old issue which is still open:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=31666
> It isn't clean either - as this is sampler implementation to write results
> into a DB.
>
> I am thinking on implementing a DbSaveService Class to allow saving of
> results to DB.

You mean, as for SaveService?

> Any ideas on this approach?

Seems reasonable.

> If I will develop such class, will this get merged into JMeter?

Depends.

If it uses standard JDBC or other libraries that are compatible with
ASF projects, then there is a good chance it will be added.

Unit test cases and documentation patches will also help.

> Regards,
> Shmuel.