Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ZebraTester Java API also contains classes and methods which allow direct access to all measured values stored within a statistics result file of a load test run (-prxres file).

Usage & Examples

This enables you to create your own extracts and/or compilations from the measured data. The main entry point to access these data is the method PerformanceData.readObjectFromFile(<result file name>).

...

Extracting Performance Data

Include Page
Extracting Performance Data
Extracting Performance Data

...

The following programming example extracts the most important performance data of the web pages and the URL calls.

Extracting Error Snapshots

Include Page
Extracting Error Snapshots
Extracting Error Snapshots