Awesome
mybee
<img src="https://raw.githubusercontent.com/elbaro/mybee/main/mybee.png" width="128" />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-src
cargo install bpf-linker
Run
cargo xtask build-ebpf
cargo xtask run
# A Prometheus exporter is available at localhost:9000