On 8 May 2012 15:12, Shmuel Krakower <[email protected]> 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.
