An eBPF profiler for MySQL 8.0.
mybee directly probes on the mysqld memory. mybee does not read and parse tcp packets, a work already done by mysqld.
- rust nightly
rustup toolchain install nightly --component rust-src
cargo install bpf-linker
cargo xtask build-ebpf
cargo xtask run
# A Prometheus exporter is available at localhost:9000