On 23 January 2014 01:20, Robin D. Wilson <[email protected]> wrote: > Thank you for the fast response! > > But I'm actually trying to build my own tool to digest the log file, since I > don't want to have to start JMeter in GUI mode to see the results.
OK, I see. > So I'd still need to figure out how to calculate the throughput for my tool... Yes. > I already have the ability to digest the rest of the stats I need, I just > want to calculate throughput now... It's not difficult, see: http://jmeter.apache.org/usermanual/glossary.html > My tool outputs to the screen, in text but formatted in columns so it is easy > to read. I can also output it in csv format so it can be used in a > spreadsheet. > -- > Robin D. Wilson > VOICE: 512-777-1861 > > > > On Jan 22, 2014, at 6:28 PM, sebb <[email protected]> wrote: > >> On 23 January 2014 00:15, Robin D. Wilson <[email protected]> wrote: >> I'm using the non-gui mode for some testing, and I'd like to attempt to >> replicate closely what I get on the gui-mode summary report. The only thing >> I'm >> missing is the 'throughput' values... >> >> From the standard data available in the non-gui log file, can someone tell me >> how to calculate "throughput" that is similar to the gui-mode summary >> report's >> "throughput" numbers? > > The GUI listeners can read result files and generate the report from the file. > > The default fields that are saved in the files should be sufficient > for most Listeners apart from Tree View. > >> (BTW, 'iterations/duration' doesn't work at all...) >> >> -- >> Robin D. Wilson >> Sr. Director of Web Development >> KingsIsle Entertainment, Inc. >> VOICE: 512-777-1861 >> http://www.kingsisle.com >> >> >> >> --------------------------------------------------------------------- >> 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
