- Run the example:
cargo runNote that it will leak about 1.8 MB per second.
- Run parca, pointing it at the scraper configuration in this directory:
parca --config-path=/path/to/parca.yaml- Upload debug info to Parca using parca-debuginfo tool: see docs here.
parca-debuginfo upload --store-address=localhost:7070 --insecure /path/to/target/debug/rust-jemalloc-pprof-example- Visit
localhost:7070in your browser.