mybee
April 25, 2023 ยท View on GitHub
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.
Prerequisites
- rust nightly
rustup toolchain install nightly --component rust-srccargo install bpf-linker
Run
cargo xtask build-ebpf
cargo xtask run
# A Prometheus exporter is available at localhost:9000