On 17 June 2014 18:04,  <[email protected]> wrote:
> Hi,
>
> I am attempting to graph from the default aggregate report log:
>
> The first two columns are the epoch time and elapsed time:
>
> 1403019648526,19,
>
> I am thinking the last two columns are throughput and KB/Sec
>
> ,30844,15
>
> If this is the case, how do I work out the throughput per second or
> minute from 30844?

The standard JMeter Listeners have a Config button which determines
the data items that are saved.
For a Listener added to a non-GUI run via the -l command-line option
the jmeter.properties file determines the items that are saved.

Please read:
http://jmeter.apache.org/usermanual/listeners.html

The JMeter Aggregate Report GUI also has a button to save the screen contents.

So first you need to find out what the columns actually are.

You can then work out throughput using the standard methods - usually
either requests per time-unit or bytes per time-unit.

> Many Thanks
>
> Paul
>
> ---------------------------------------------------------------------
> 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]

Reply via email to