Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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.


  • No labels