Skip to content

parca-dev/rust-jemalloc-pprof-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust jemalloc pprof example

Quick Start (Parca)

  1. Run the example:
cargo run

Note that it will leak about 1.8 MB per second.

  1. Run parca, pointing it at the scraper configuration in this directory:
parca --config-path=/path/to/parca.yaml
  1. 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
  1. Visit localhost:7070 in your browser.

About

Example for how to use rust-jemalloc-pprof.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages