You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this crate doc, I found this way is not better than the vaillina jeprof way. It just generates the pprof format, if you want to dig it with human format, you have to execute in the host machine instead of any remote machine to call api directly. Because it still depends on the execute binary.
Describe This Problem
rust-jemalloc-pprof is a cool project to do memory perf.
Proposal
Add a new HTTP endpoint
/debug/pprof/heap
to serve the profiling.Additional Context
We can remove old
/debug/profile/heap/{seconds}
endpoint when this is ready.horaedb/src/server/src/http.rs
Line 607 in 7962799
The text was updated successfully, but these errors were encountered: