OpenCSD
ebpf_exporter
OpenCSD | ebpf_exporter | |
---|---|---|
1 | 6 | |
56 | 2,238 | |
- | 1.5% | |
4.0 | 9.0 | |
about 1 year ago | 4 days ago | |
C++ | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OpenCSD
ebpf_exporter
- Is it possible and good to send data to other host with ebpf?
-
Strange IO issue Linux Ubuntu 18.04
There's also the ebpf_exporter which has modules to let you get per-device IO latency data.
-
Any recommendations structuring jobs and alerts?
For example, we alert when the database starts to get slow, because there's real user impact to slow database queries. We track disk IO latency, but it's for debugging after we get alerted by database alerts. Because database problems could be so many different things. Query plans changing, CPU saturation, etc. Slow reads/writes is just one cause of database problems.
-
Any good tools for doing high resolution latency/jitter/loss tests (e.g. link quality monitoring for video conferencing/streaming services)
There also a prometheus exporter for the data if you have prom set up. https://github.com/cloudflare/ebpf_exporter
-
vm servers are so slow.
If you have Linux, there is the ebpf_exporter. We use it to monitor real-time disk IO latency, with basically no overhead to the system.
-
Good resources on storage and file systems?
My current go-to to start with storage monitoring is the ebpf_exporter. It allows you to wrap the underlying kernel functions with timing wrappers, which allows you to gather detailed data on every IO that happens. Gather that up into a histogram, and ship it to a monitoring system for visualization.
What are some alternatives?
bpftrace - High-level tracing language for Linux eBPF [Moved to: https://github.com/bpftrace/bpftrace]
kubectl-trace - Schedule bpftrace programs on your kubernetes cluster using the kubectl
polycube - eBPF/XDP-based software framework for fast network services running in the Linux kernel.
kepler - Kepler (Kubernetes-based Efficient Power Level Exporter) uses eBPF to probe performance counters and other system stats, use ML models to estimate workload energy consumption based on these stats, and exports them as Prometheus metrics
sedutil - Use sedutil for setting up and using self encrypting drives (SEDs) that comply with the TCG OPAL 2.00 standard. This includes the requisite pre-boot authentication image.
awesome-ebpf - A curated list of awesome projects related to eBPF.
nhi - :tv: Automatically capture all potentially useful information about each executed command (as well as its output) and get powerful querying mechanism
Sloth - Sloth 🦥 is a coverage guided fuzzing framework for fuzzing Android Native libraries that makes use of libFuzzer and QEMU user-mode emulation
tcpdog - eBPF based TCP observability.
FEMU - FEMU: Accurate, Scalable and Extensible NVMe SSD Emulator (FAST'18). Please checkout https://github.com/vtess/FEMU for latest developments.
mongodb_exporter - A Prometheus exporter for MongoDB including sharding, replication and storage engines