hengyoush/kyanos

Kyanos is a networking analysis tool using eBPF. It can visualize the time packets spend in the kernel, capture requests/responses, makes troubleshooting...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 13th, 2026
Created on April 30th, 2024
Open Issues & Pull Requests: 32 (+0)
GitHub issues: Enabled
Number of forks: 234
Total Stargazers: 5,069 (+1)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.5 hours
Mean response time: 14.4 days
90th percentile: 16.6 days
Tracked items: 76

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Work labelled "bug" is answered fastest, typically in under an hour, while "enhancement" waits about 2 days. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 11
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 477 days
Stale 30+ days: 10
Stale 90+ days: 10

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (37)
  • feature-request (30)
  • good first issue (20)
  • enhancement (18)
  • help wanted (17)
  • question (10)
  • documentation (3)
  • protocol (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Kyanos is an eBPF-based network analysis tool that captures and visualizes network traffic with kernel-level latency insights.

The tool addresses the challenge of diagnosing network performance issues without the overhead of traditional packet capture and analysis workflows. It uses eBPF to intercept network requests at the kernel level, capturing application-layer protocols including HTTP, Redis, MySQL, Kafka, MongoDB, RocketMQ, and DNS. Beyond simple packet capture, Kyanos aggregates metrics across multiple dimensions—such as process, container, protocol details, payload size, and latency—to surface the most relevant troubleshooting data in a single command. It also provides detailed kernel-level timing information showing exactly where delays occur as packets move through network stack stages, and automatically decrypts SSL traffic for inspection.

Kyanos suits teams debugging production network performance issues who need rapid diagnosis without deploying complex monitoring infrastructure. It works well for identifying which remote IPs or specific requests are consuming bandwidth, analyzing slow queries to backend services, and pinpointing whether latency originates in the application, kernel, or network. The tool distinguishes itself from tcpdump by offering aggregated analysis and L7 protocol awareness rather than raw packet dumps, and by providing kernel-level latency breakdowns that reveal exactly which stage of packet processing causes delays. It requires only a single binary with minimal dependencies and runs entirely from the command line.

The project shows consistent development activity with regular commits addressing bug fixes and feature additions. The maintainers actively respond to issues and pull requests, indicating ongoing engagement with users. Documentation is maintained across multiple languages, reflecting attention to accessibility for a broader audience. The tool has received recognition through community features and trending indicators, suggesting sustained interest and adoption.