u/Ok_Major_8251

▲ 83 r/tui+1 crossposts

`top` for Redis traffic

hey, built a little tui recently that's basically top but for your Redis traffic instead of processes. it shows you what your app is actually doing to Redis. Shows which key patterns are eating traffic, which commands are running, and it flags footguns like KEYS * before they bite you. Open source, feel free to poke around.

Sauce GitHub

u/Ok_Major_8251 — 11 days ago
▲ 457 r/tui+1 crossposts

`top` for HTTP endpoints

hey I recently built this tui, its intended to function similar to top but rather than inspecting processes its for inspecting http requests occurring on a machine. It works by hooking into the TC Syscalls so it needs to be behind a TLS terminated endpoint for it to function but I thought it was nice and figured I'd share. Its open source so feel free to poke around.

sauce: GitHub

u/Confident_Milk6013 — 16 days ago