The following metrics are returned when using GET selfservicejobs/{selfServiceJobId}/summary
with the LTP API:
Metric | Description |
---|---|
Total passed loops | The number of loops, i.e. web surfing sessions, with no errors. |
Total failed loops | The number of loops, i.e. web surfing sessions, which have failed. |
Session failure rate (soft errors, %) | The proportion of failed loops with errors that do not hinder the page from being downloaded, e.g. a missing style sheet or image file. Soft errors do not block the completion of the loop. |
Url error rate (hard errors, %) | The proportion of failed loops with fatal errors that block the page load, e.g. HTTP 404 or 500. Hard errors block the completion of the loop. |
Average network throughput | The average value of the total network bandwidth which was generated by this test-run. |
Average network connect time (ms) | Avg network connect time (ms): displays the time to open a new network connection to the web server before data are sent (socket open time). |
Average network throughput unit of measurement | The unit of measurement of the average network throughput, e.g. KBit/s or MBit/s. |
Average session time per loop (s) | The measured average time of the web surfing session per executed loop - including all users' think times. The average is calculated over all simulated users and loops. |
Average response time per loop (s) | The measured average response time per web surfing session. The average is calculated over all web pages, simulated users and loops. |
Web transaction rate (Hits/s) | The measured number of successful completed URL calls per second (hits per second), counted over all simulated users. |
Average response time per page (s) | The measured average response time per web page. The average is calculated over all web pages, simulated users and loops. |
Total http(s) calls | The total number of HTTP(S) calls during the load test. |
Http keep-alive efficiency | Displays the percentage of re-used network connections. This value is only greater than zero if the HTTP protocol version 1.1 has been used and the web server supports the 'keep-alive' option. |
Total transmitted bytes | The total amount of data transmitted during the URL calls of the load test. |