http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php (see the xslt sample) The XSLT ships with the Jmeter install in the extras directory and you can use that as the basis for customization.
Note however the time this takes(and memory) increases with the size of your result file. For your graphs question, there is no out of box support, but anythings possible with code , the jmeter results file is fairly straightforward (atleast for the simple stuff) regards deepak On Mon, Dec 21, 2009 at 4:39 PM, Greg Coit <[email protected]> wrote: > Deepak, > > Can you suggest a file or website that explains how to do this? > > Thank you, > > Greg > -- > Greg Coit > Systems Administrator > Chapter Three, Your Drupal Experts in San Francisco > 2325 3rd St, Suite 319, San Francisco, CA 94107 > {c} 1.707.845.0317 {t} 1.888.496.3238 {f} 1.866.668.1912 > chapterthree.com // twitter.com/chapter_three > > > > On Mon, Dec 21, 2009 at 3:35 PM, Deepak Shetty <[email protected]> wrote: > > The closest would be to use the stylesheet to generate the report in a > > format you want > > regards > > deepak > > > > On Mon, Dec 21, 2009 at 3:22 PM, sebb <[email protected]> wrote: > > > >> On 21/12/2009, Greg Coit <[email protected]> wrote: > >> > Hi all, > >> > > >> > I have a test plan that I got from > >> > http://github.com/jacobSingh/Drupal-Performance-Testing-Suite. > After > >> > running a test, I can go to Edit > Add > Listener > Summary Report. > >> > If I then click browse and open test.xml i get a nice summary of > >> > results. > >> > > >> > Any way to generate this from the command line? > >> > >> Sorry, no, not at present. > >> > >> > Thanks! > >> > > >> > Greg > >> > -- > >> > Greg Coit > >> > Systems Administrator > >> > Chapter Three, Your Drupal Experts in San Francisco > >> > 2325 3rd St, Suite 319, San Francisco, CA 94107 > >> > {c} 1.707.845.0317 {t} 1.888.496.3238 {f} 1.866.668.1912 > >> > chapterthree.com // twitter.com/chapter_three > >> > > >> > --------------------------------------------------------------------- > >> > 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] > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

