Skip to content

elbaro/mybee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:9500

About

An eBPF MySQL profiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages