by burnt-resistor on 11/16/2024, 1:38:38 PM
by bigcat12345678 on 11/16/2024, 4:35:06 PM
The author of this repo here, AMA
by jnck on 11/16/2024, 11:09:30 AM
Great. Now we could gain detailed insights into how our system is behaving in real time, which is invaluable for troubleshooting and optimizing performance. For those who just heard eBPF, there is the fun-damental source about it [0].
Links: [0]: https://ebpf.io/books/buzzing-across-space-illustrated-child...
by butterNaN on 11/16/2024, 12:13:30 PM
Really cool, I remember a specific incident six odd years ago where I had to wade through tcpdump files to investigate an issue, and wished I could create something like this. I suppose you get more control over data if you're doing it the "hard" way (e.g I don't see an option to use `median`s in here) but I am guessing you likely dont need it in 90% of the cases
by sva_ on 11/16/2024, 2:44:13 PM
Seems like it currently only supports protocols http, mysql, redis?
Also, when you let it run through some wireguard vpn, the information is a lot more limited.
by faded242 on 11/16/2024, 7:33:23 PM
So.. like trafshow.
Speaking of network debugging tools, I really miss the network connectivity troubleshooting tool (and supporting network configuration database service) at Meta that has panopticon-like awareness of all networks, network rules, host firewall rules, and user/service user privileges. It ran with syntax paraphrased like the following:
It walks every hop and identifies any misconfiguration.Sadly, sysadmin and netadmin tools, responsibilities, and skills are withering trades that have been subsumed or ignored in the modern SWE/SRE enterprise almost as afterthoughts.