You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/k6/next/using-k6/k6-options/reference.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -912,7 +912,12 @@ export const options = {
912
912
913
913
## Profiling Enabled
914
914
915
-
Enables [pprof](https://pkg.go.dev/net/http/pprof) profiling endpoints under the k6's REST API [address](#address). These endpoints help debug and profile k6 itself. k6's REST API should be enabled as well.
915
+
Enables profiling endpoints under the [k6 REST API [address](#address) to help debug and profile k6 itself:
916
+
917
+
*[pprof](https://pkg.go.dev/net/http/pprof) profiling endpoints for CPU and memory profiling
918
+
* Prometheus [/metrics](https://prometheus.io/docs/guides/go-application/#how-go-exposition-works) endpoint for exporting Go runtime metrics
919
+
920
+
The k6 REST API must be enabled for these endpoints to be available (this is the default behavior).
0 commit comments