Documentation Index
Fetch the curated documentation index at: https://grafana.com/llms.txt
Fetch the complete documentation index at: https://grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: https://grafana.com/docs/grafana-cloud/testing/k6/analyze-results/inspect-test-results/inspect-request-data.md (append .md) or send Accept: text/markdown to https://grafana.com/docs/grafana-cloud/testing/k6/analyze-results/inspect-test-results/inspect-request-data/. For the curated documentation index, use https://grafana.com/llms.txt. For the complete documentation index, use https://grafana.com/llms-full.txt.
Inspect request data: HTTP, WebSocket, and gRPC
With k6, you can run performance tests that target multiple protocols, including HTTP, WebSocket, and gRPC, and visualize that data in your test results.
Depending on which protocol you’re using, each request or connection provides information about the originated k6 request and the response from the system under test (SUT). The response data gives performance information, such as latency and error, about how the system behaves during the test execution.
You might want to inspect the requests by different metrics to analyze the test results. For example:
- Slowest requests.
- Most failed requests.
- Behavior at a specific period.
If you want to visualize or analyze HTTP request results, go to your test result and click the HTTP tab:

Note
The WebSocket and gRPC tabs are only available if your test run contains requests towards a WebSocket or a gRPC service, respectively.
To inspect a request in detail:
- Select its row.
- In the expanded row, inspect the:
- Additional metrics for the request.
- Options to change the aggregation.
- To see HTTP metrics from a specific load zone, use the drop down.

Was this page helpful?
Related resources from Grafana Labs


