Il 23/01/2014 02.20, Robin D. Wilson ha scritto:
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.
So I'd still need to figure out how to calculate the throughput for my tool...
I already have the ability to digest the rest of the stats I need, I just want 
to calculate throughput now...
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

I implemented something similar in Ruby some time ago.
Here there are the two line of code:

   duration= (tFinish- tStart+ telapsed[-1])
   throughtput= nSample/ dur

Where  telapsed[-1] is the elapsed time of the last sample.
HTH

Sergio

On Jan 22, 2014, at 6:28 PM, sebb <seb...@gmail.com> wrote:

On 23 January 2014 00:15, Robin D. Wilson <rwils...@gmail.com> 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



--

Ing. Sergio Boso

Mail:
Cell:
Web:
Linkedin:
Skype:

        

ser...@bosoconsulting.it <mailto:ser...@bosoconsulting.it>
+39 335 7243 445
www.bosoconsulting.it <http://www.bosoconsulting.it>
http://it.linkedin.com/in/sergioboso 
<http://www.linkedin.com/pub/sergio-boso/1/29b/255>
sbos61




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to