monadbobo/bcc — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2017-04-18
Measure disk I/O latency on a live server using the biolatency tool.
Track when programs open new network connections with tcpconnect.
Find memory leaks in a running application using memleak.
Profile which functions are consuming CPU time on a production server.
| monadbobo/bcc | achanana/mavsdk | alange/llama.cpp | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | C++ | C++ | C++ |
| Last pushed | 2017-04-18 | 2024-05-20 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 4/5 | 4/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Linux kernel with eBPF support and root access to load kernel-level probes.
BCC is a toolkit for watching what's happening deep inside a Linux system in real time, running lightweight monitoring code directly in the kernel via eBPF instead of slowing the system down.
Mainly C++. The stack also includes C++, C, Python.
Dormant — no commits in 2+ years (last push 2017-04-18).
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
double-check against the repo, no cap.