> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/zebratester-scripting/zebratester-user-guide/5.-analyzing-results/comparison-diagrams/performance-overview.md).

# Performance Overview

This menu option displays a summary of the performance data of the test runs.

The following measured values are shown in the “Performance Overview” Table:

| `Passed / Failed Loops`                  | the total number of passed/failed loops of the test run.                            |
| ---------------------------------------- | ----------------------------------------------------------------------------------- |
| `Average Session Time per Loop`          | average time of a loop, calculated over all simulated users and loops.              |
| `Average Response Time per Page`         | average response time per web page, calculated over all the web pages.              |
| `Web Transaction Rate (Hits per Second)` | the number of successfully-executed URL calls per second.                           |
| `Average Outstanding Requests`           | average of outstanding HTTP/S Requests, executed at exactly the same point in time. |
| `Total HTTP/S Calls`                     | the sum of all by the test run executed HTTP/S calls.                               |
| `HTTP Keep-Alive Efficiency`             | percentage of re-used network connections.                                          |
| `SSL Session Cache Efficiency`           | percentage of abbreviated SSL handshakes.                                           |
| `Average TCP Socket Connect Time`        | average time per URL to open a new network connection to the webserver.             |
| `Average Network Throughput`             | average network traffic, released by the test run.                                  |
| `Total Transmitted Bytes`                | total data volume which was transferred during the test run.                        |

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apica.io/platform-docs/zebratester-scripting/zebratester-user-guide/5.-analyzing-results/comparison-diagrams/performance-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
