Re: Load results into database

2009-07-24 Thread Mohamed Niyas
Hi Tony, There is a option to save your output files as CSV format as well. From there you can import it to any database. But a small trade off is that if you save the results as CSV, you can not view the output through Jmeter listener (Like Summary, aggregate, graph etc) So you need to

Re: Load results into database

2009-07-24 Thread sebb
On 24/07/2009, Mohamed Niyas niyas.m...@gmail.com wrote: Hi Tony, There is a option to save your output files as CSV format as well. From there you can import it to any database. But a small trade off is that if you save the results as CSV, you can not view the output through Jmeter

Re: Load results into database

2009-07-24 Thread Adrian Speteanu
Hi Toni, Take a look at this as well: http://wiki.apache.org/jakarta-jmeter/LogAnalysis if you haven't already. Basically if you want to write xml, to save more data , you can find there a method to use stylesheets and convert the data into a table. On Fri, Jul 24, 2009 at 3:16 PM,

Load results into database

2009-07-17 Thread Tony Lotts
I'm looking for a system which will store JMeter results in a relational database. It's easy to load results from CSV. However loading XML result files is a bit more complicated. Has anyone here created, or come across a similar system (other than Jchav)? Thanks, Tony