Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elbaro/mybee

An eBPF MySQL profiler
https://github.com/elbaro/mybee

Last synced: about 2 hours ago
JSON representation

An eBPF MySQL profiler

Awesome Lists containing this project

README

        

# 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](https://github.com/elbaro/mybee/wiki/Demo)

## Prerequisites

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

## Run

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