backport of commit 53c53f1a47e872f7c25673a40c76818dcf9ef0c7 (#18145)
This pull request was automerged via backport-assistant
This commit is contained in:
parent
7120cbefb1
commit
e959895ee7
|
@ -711,13 +711,13 @@ $ go tool pprof goroutine
|
|||
|
||||
$ curl -O -J \
|
||||
--header "X-Nomad-Token: 8176afd3-772d-0b71-8f85-7fa5d903e9d4" \
|
||||
https://localhost:4646/v1/agent/profile?seconds=5&node_id=a57b2adb-1a30-2dda-8df0-25abb0881952
|
||||
https://localhost:4646/v1/agent/pprof/profile?seconds=5&node_id=a57b2adb-1a30-2dda-8df0-25abb0881952
|
||||
|
||||
$ go tool pprof profile
|
||||
|
||||
$ curl -O -J \
|
||||
--header "X-Nomad-Token: 8176afd3-772d-0b71-8f85-7fa5d903e9d4" \
|
||||
https://localhost:4646/v1/agent/trace?&seconds=5&server_id=server1.global
|
||||
https://localhost:4646/v1/agent/pprof/trace?&seconds=5&server_id=server1.global
|
||||
|
||||
go tool trace trace
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue