Releases: zz85/profile-bee
Releases · zz85/profile-bee
v0.1
snapshot of profile-bee I left off in 2022, using older rust and aya toolchain.
release features
- profiling in various mode
- output in stackcollapse, svg, html, or realtime http mode
- embedded http server to view real-time flamegraphs
tagging this before upcoming version 0.2, which would use updated crates and rust toolchain.
example usage
$sudo profile-bee --serve -f 999
Listening on port 8000. Goto http://localhost:8000/
# create some load
seq 1 `nproc` | xargs -P `nproc` -I{} dd if=/dev/zero of=/dev/null
# or
openssl speed -multi $(grep -ci processor /proc/cpuinfo)