ruiaylin / mybee

An eBPF MySQL profiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mybee

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.

Screenshots

Prerequisites

  1. rust nightly
  2. rustup toolchain install nightly --component rust-src
  3. cargo install bpf-linker

Run

cargo xtask build-ebpf
cargo xtask run
# A Prometheus exporter is available at localhost:9000

About

An eBPF MySQL profiler


Languages

Language:Rust 100.0%