Unclaimed project
Are you a maintainer of kyanos? Claim this project to take control of your public changelog and roadmap.
Changelog
Kyanos is a networking analysis tool using eBPF. It can visualize the time packets spend in the kernel, capture requests/responses, makes troubleshooting more efficient.
This latency detail chart is derived from a request sent from the host1 namespace to the host2 namespace on the host below:
+-------------------+
| Host |
| |
| +-----------+ |
| | host1 | |
| | | |
| +-----------+ |
| | |
| | veth0 |
| | |
| +-----------+ |
| | internet | |
| | | |
| +-----------+ |
| | |
| | veth2 |
| | |
| +-----------+ |
| | host2 | |
| | | |
| +-----------+ |
| |
+-------------------+
By default, do not display ReadFromSocket Duration and Net/Internal Duration. These can be enabled with the -o wide option. By default, Socket events are not collected. Collection can be enabled with the --trace-socket-event option.
bpf/events by @spencercjh in https://github.com/hengyoush/kyanos/pull/254go list -m -json all works to import the project by goland by @spencercjh in https://github.com/hengyoush/kyanos/pull/194.idea dir by @spencercjh in https://github.com/hengyoush/kyanos/pull/195prettier and md-padding to format all docs by @spencercjh in https://github.com/hengyoush/kyanos/pull/221--comm by @spencercjh in https://github.com/hengyoush/kyanos/pull/222Full Changelog: https://github.com/hengyoush/kyanos/compare/v1.4.3...v1.5.0