From 63a8ef08091a7569a4a3d81683f1c8b400df8259 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Tue, 19 Nov 2024 08:03:46 +0800 Subject: [PATCH] Add Kyanos (#253) Kyanos is an eBPF-based network issue analysis tool that enables you to capture network requests, such as HTTP, Redis, and MySQL requests. It also helps you analyze abnormal network issues and quickly troubleshoot without the complex steps of packet capturing, downloading, and analysis. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6423cc8..a43a4a4 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ List of projects that provide terminal user interfaces - [htui](https://github.com/PierreKieffer/htui) Heroku Terminal User Interface - [kaskade](https://github.com/sauljabin/kaskade) TUI for kafka, which allows you to interact and consume topics from your terminal in style! - [kmon](https://github.com/orhun/kmon) Linux Kernel Manager and Activity Monitor +- [Kyanos](https://github.com/hengyoush/kyanos) Linux network analysis tool based on eBPF - [macmon](https://github.com/vladkens/macmon) Sudoless performance monitoring for Apple Silicon processors written in Rust - [netscanner](https://github.com/Chleba/netscanner) Network scanner - [nvtop](https://github.com/Syllo/nvtop) GPUs process monitoring for AMD, Intel and NVIDIA