Each iteration contains multiple metrics that can be viewed inside the report or exported.

MetricDescription
VUThe VU number
IterationThe iteration number
Test CaseThe name of the test case
TransactionThe name of the transaction. Only used for transaction activity, otherwise, this value is blank.
Start TimeThe time offset the iteration started since the start of the test
End TimeThe time offset the iteration ended since the start of the test
Duration (s)Number of seconds End Time - Start Time
Duration w/o think time (s)The Duration - think time
AgentThe name of the load generator where the VU was executed during the test

Iteration summary

The bottom of the Activity report shows summary information for the fully visible iterations.


MetricDescription
StartThe time offset the earliest fully visible iteration started since the start of the test
EndThe time offset the latest fully visible iteration ended since the start of the test
Full iterationsNumber of fully visible iterations
Iterations/secNumber of fully visible iterations / (End - Start)
Avg. iteration timeSum of fully visible iteration durations / (End - Start)
Partial iterationsThe number of partially visible iterations. A partial iteration starts or ends outside the visible scope. Only applicable when the activity diagram is zoomed




Filtering and zooming

The activity diagram can be filtered to show iterations activity by specific load agents.

To display the Activity Chart for one load agent, select it from the drop-down in the toolbar. By default, All is selected and displays activity for all load agents.

The activity diagram can also be zoomed by clicking and dragging a zoom region. Horizontal and vertical scroll bars will appear.

 

Note:

In the event of zooming or filtering, the iteration summary will be recalculated.

Note:

If the test stopped before an iteration was completed, this iteration would count as a Full iteration if it falls into the entire zoomed range.

Failed iterations

By default, the Activity diagram only displays successful iterations. To show all iterations, check the Show failed iterations checkbox on the toolbar.

The failed iterations will appear in red, and the tooltip will say Failed

Viewing and exporting raw data

  • To view the raw data of every iteration in a grid, right-click > select Activity Details (a). Only the visible region will be displayed in the activity details grid. To display all data in the diagram, un-zoom, and un-filter the diagram before clicking.
  • To export the raw data to a .csv file right-click > select Export to CSV... (b). Only the visible region will be exported. To export all data in the diagram, un-zoom, and un-filter the diagram before clicking.
  • To export all the raw data (including all transactions and iterations) in the toolbar > click export all button (c)

An example of activity data has the following view:


  • No labels