We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e928056 commit 4a8acceCopy full SHA for 4a8acce
crates/observe/src/heap_dump_handler.rs
@@ -12,7 +12,7 @@ use tokio::{
12
/// Usage:
13
/// ```bash
14
/// # From your local machine (one-liner):
15
-/// kubectl exec orderbook-pod -n namespace -- sh -c "echo dump | nc -U /tmp/heap_dump_orderbook.sock" > heap.pprof
+/// kubectl exec <pod> -n <namespace> -- sh -c "echo dump | nc -U /tmp/heap_dump_<binary_name>.sock" > heap.pprof
16
///
17
/// # Analyze with pprof:
18
/// go tool pprof -http=:8080 heap.pprof
0 commit comments