hi I implemented something similar , it probably wont directly work for you, but you should be able to modify the code to do what you want. http://theworkaholic.blogspot.com/2009/12/graphs-for-jmeter-parsing-jmeter-result.html#sample
regards deepak On Tue, Dec 29, 2009 at 8:50 AM, Maria Alejandra Trozzi <[email protected]>wrote: > Thank you very much ! > > 2009/12/28 Deepak Shetty <[email protected]> > > > > I can't find a report that summarizes the results of my different tests > > as > > I add > > >concurrent users. > > No such report exists out of the box. > > If you use CSV as your output format (and have a low number of samples), > > its > > fairly simply to Chart using Excel. > > > > regards > > deepak > > > > On Mon, Dec 28, 2009 at 11:49 AM, Maria Alejandra Trozzi < > > [email protected] > > > wrote: > > > > > Hi > > > I'm using Jmeter to test a Web App, and I'm now analizing results. I > > can't > > > find a report that summarizes the results of my different tests as I > add > > > concurrent users. For example: I started with 20 users (threads), later > I > > > run a test with 50 users, and a final test with 100 users. One graph > that > > > is > > > usefull to compare the response times of the pages, or the throughput, > > and > > > to see how that values varies with increased concurrent users, is one > > that > > > shows all the data in a continuous line with the number of users in the > > "x" > > > axis (and the other values in the "y" axis)... is there in Jmeter a way > > to > > > obtain that ? > > > > > > Thanks !! > > > > > >

