GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#c_lang #bpf #ebpf #examples #libbpf #tutorial #xdp

This tutorial helps you learn eBPF (Extended Berkeley Packet Filter) step by step with practical examples. It covers basic concepts, code examples in languages like C, Go, and Rust, and real-world applications in areas such as observability, networking, and security. The tutorial is designed to be easy to follow, starting with simple "Hello World" programs and progressing to more advanced topics. It also provides pre-configured GitHub templates to quickly set up and run eBPF projects, making it easier for developers to focus on coding without worrying about the setup. This makes learning and using eBPF much simpler and faster.

https://github.com/eunomia-bpf/bpf-developer-tutorial
#c_lang #bpf #capture #command_line #command_line_tool #ebpf #network #sniffer #tcp #tcpdump #tcpdump_like

Kyanos is a powerful tool that helps you analyze network issues easily. It can capture and analyze network requests like HTTP, Redis, and MySQL without the complexity of traditional packet capturing. Here are the key benefits You can filter traffic by process, container, protocol, request size, and latency.
- **Advanced Analysis** It shows detailed latency information from the network card to the kernel socket buffer.
- **Lightweight** Captured requests and responses are shown in plaintext.

This makes troubleshooting network issues much faster and simpler.

https://github.com/hengyoush/kyanos