> For the complete documentation index, see [llms.txt](https://docs.akamas.io/akamas-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akamas.io/akamas-docs/3.3.1/akamas-reference/telemetry-providers/loadrunner-metrics-mapping.md).

# LoadRunner metrics mapping

This page describes the mapping between metrics provided by Load Runner to Akamas metrics for each supported component type.

| Component Type                      | Notes |
| ----------------------------------- | ----- |
| [Web Application](#web-application) |       |

## Web Application

| Component metric                  | LoadRunner metric                                                                                       |
| --------------------------------- | ------------------------------------------------------------------------------------------------------- |
| users                             | The average number of users active in a specific timeframe.                                             |
| transactions\_throughput          | The average throughput of LoadRunner transaction (requests), per second                                 |
| transactions\_response\_time\_min | The min response time of LoadRunner transaction (requests)                                              |
| transactions\_response\_time\_max | The max response time of LoadRunner transaction (requests)                                              |
| transactions\_response\_time      | The response time of LoadRunner transaction (requests)                                                  |
| transactions\_response\_time\_p50 | The 50th percentile (weighted median) of the response time of LoadRunner transaction (requests)         |
| transactions\_response\_time\_p85 | The 85th percentile of the response time of LoadRunner transaction (requests)                           |
| transactions\_response\_time\_p95 | The 95th percentile of the response time of LoadRunner transaction (requests)                           |
| transactions\_response\_time\_p99 | The 99th percentile of the response time of LoadRunner transaction (requests)                           |
| pages\_throughput                 | The average throughput of LoadRunner pages (transactions breakdown, second level) , per second          |
| pages\_response\_time\_min        | The min response time of LoadRunner pages (transactions breakdown, second level)                        |
| pages\_response\_time\_max        | The max response time of LoadRunner pages (transactions breakdown, second level)                        |
| pages\_response\_time             | The response time of LoadRunner pages (transactions breakdown, second level)                            |
| pages\_response\_time\_p50        | The 50th percentile (weighted median) of the response time of LoadRunner requests                       |
| pages\_response\_time\_p85        | The 85th percentile of the response time of LoadRunner transaction breakdown, first level (pages)       |
| pages\_response\_time\_p95        | The 95th percentile of the response time of LoadRunner transaction breakdown, first level (pages)       |
| pages\_response\_time\_p99        | The 99th percentile of the response time of LoadRunner transaction breakdown, first level (pages)       |
| requests\_throughput              | The average throughput of LoadRunner requests, per second                                               |
| requests\_response\_time\_min     | The min response time of LoadRunner requests                                                            |
| requests\_response\_time\_max     | The max response time of LoadRunner requests                                                            |
| requests\_response\_time          | The response time of LoadRunner requests                                                                |
| requests\_response\_time\_p50     | The 50th percentile (weighted median) of the response time of LoadRunner requests                       |
| requests\_response\_time\_p85     | The 85th percentile of the response time of LoadRunner transaction breakdown, second level (requests)   |
| requests\_response\_time\_p95     | The 95th percentile of the response time of LoadRunner transaction breakdown, second level (requests)   |
| requests\_response\_time\_p99     | The 99th percentile of the response time of LoadRunner transaction breakdown, second level (requests)   |
| requests\_error\_throughput       | The number of requests (transactions breakdown, first level) flagged as error by LoadRunner, per second |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.akamas.io/akamas-docs/3.3.1/akamas-reference/telemetry-providers/loadrunner-metrics-mapping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
