From 610b8c9e76ef38ea902f114bad994ff47899ef6c Mon Sep 17 00:00:00 2001 From: Chandrakant Singh Date: Thu, 15 Feb 2024 10:37:24 +1300 Subject: [PATCH] added description of missing csv file column - status --- Modules/II-k6-Foundations/08-k6-results-output-options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/II-k6-Foundations/08-k6-results-output-options.md b/Modules/II-k6-Foundations/08-k6-results-output-options.md index 131807e..a16d32a 100644 --- a/Modules/II-k6-Foundations/08-k6-results-output-options.md +++ b/Modules/II-k6-Foundations/08-k6-results-output-options.md @@ -64,6 +64,7 @@ The results file uses the following columns: - **`proto`**: The name of the protocol being used, such as `HTTP/1.1`. - **`scenario`**: The name of the test scenario within which the measurement was taken. The standard scenario is `default`. - **`service`**: For gRPC, the RPC service name. +- **`status`**: The HTTP status code of the request/response. - **`subproto`**: For websockets, the subprotocol name. - **`tls_version`**: The type of Transport Layer Security (TLS) used to encrypt the connection. - **`url`**: The URL of the request sent. Unless the name is changed, this is the same as `name`.