Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elbaro/mybee
- Owner: elbaro
- Created: 2023-04-23T12:03:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T04:51:49.000Z (over 1 year ago)
- Last Synced: 2024-08-04T01:13:25.770Z (3 months ago)
- Language: Rust
- Size: 248 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```