Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dorkamotorka/redis-ebpf
Redis Observability using eBPF
https://github.com/dorkamotorka/redis-ebpf
Last synced: 16 days ago
JSON representation
Redis Observability using eBPF
- Host: GitHub
- URL: https://github.com/dorkamotorka/redis-ebpf
- Owner: dorkamotorka
- Created: 2024-06-14T11:54:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T03:38:34.000Z (3 months ago)
- Last Synced: 2024-09-17T06:56:10.086Z (3 months ago)
- Language: C
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redis-ebpf
Redis Observability using eBPFIn order to try it out locally:
- Run eBPF program using
```
go generate
go build
sudo ./redis
```
- Run the Redis Container using
```
docker run -d --name my-redis-stack -p 6379:6379 redis/redis-stack-server:latest
```
- Run client inside `/test` using
```
go run client.go
```
- In another shell, inspect eBPF program logs using
```
sudo cat /sys/kernel/debug/tracing/trace_pipe
```