For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
agctl proxy profile heap
Reference for the agctl proxy profile heap command.
Collect a heap pprof profile
agctl proxy profile heap [resource] [flags]Examples
agctl proxy profile heap gateway/my-gateway -o ./heap.pb.gz
agctl proxy profile heap --local -p 15000Options
-h, --help help for heapOptions inherited from parent commands
-k, --kubeconfig string kubeconfig
--local Profile a local agentgateway instance on localhost
-n, --namespace string Namespace to use when resolving resources
-o, --output string Output profile path
-p, --port int Agentgateway proxy admin port (default 15000)SEE ALSO
- agctl proxy profile - Collect Agentgateway proxy pprof profiles