Show HN: Top' for Redis Using eBPF
Category: observability
Tags: ebpf, redis, monitoring
Score: 7.5/10 (Innovation: 7, Technical: 8, Documentation: 8, Utility: 7)
redissnoop is a zero-config Redis traffic profiler that uses eBPF to capture commands and keys straight from the kernel, including encrypted TLS traffic, without modifying the application or adding server load. It provides a live TUI with views for key patterns, command mix, and automated findings, making it a novel tool for debugging Redis performance in production.
Target audience: backend devs, devops
Repository: https://github.com/yeet-src/redissnoop · JavaScript · 4 stars
View on Hacker News