Ze command
Description
Capture a runtime profile for performance analysis.
Types: cpu (requires duration, e.g. 30s), heap, goroutine, allocs
(instant snapshots). Output is pprof format you can open with
'go tool pprof'. Send the file to support for deep analysis.
Arguments
| Name | Type | Required |
|---|---|---|
duration | string | no |
type | enum | no |