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

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>).

Examples

Extracting Performance Data

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

...