kyanos icon indicating copy to clipboard operation
kyanos copied to clipboard

Visualize the time packets spend in the kernel, analyze requests/responses in command line.

Results 67 kyanos issues
Sort by recently updated
recently updated
newest added

**Describe the bug** ``` =================================== Kyanos Crash Report =========Error Message============= Error: reading file "/sys/kernel/tracing/events/syscalls/sys_enter_accept4/id": open /sys/kernel/tracing/events/syscalls/sys_enter_accept4/id: no such file or directory ============OS Info================ OS: linux Arch: arm64 NumCPU: 8 GoVersion:...

bug

**Describe the bug** In a pod of k3s, kyanos is started, and curl is manually executed inside the pod to send a request to an http service. The server finds...

bug

**Describe the bug** When tracking SSL events, there is a concurrency problem in the global map **To Reproduce** For servers with a large number of requests, use ./kyanos watch --debug-output,...

bug

**Describe the bug** We exec ./kyanos watch with version v1.4.3 on Anolis OS release 8.8 with kernel version 5.10.134-13.an8.x86_64, it panic with the following error: ` ./kyanos watch WARN[0000] Your...

bug

**Describe the bug** logs: https://github.com/hengyoush/kyanos/actions/runs/13170107381/job/36826916113 ``` Traceback (most recent call last): File "/host/./testdata/query_mysql.py", line 58, in create_database(connection, database_name) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/host/./testdata/query_mysql.py", line 21, in create_database cursor = connection.cursor() ^^^^^^^^^^^^^^^^^ AttributeError:...

bug

**Describe the bug** On the server side, the start_time is **always** the start_time of the read system call, rather than the start_time when the data reaches the network card. **To...

bug

This will close #206

enhancement
size:XXL

# Community tasks In order to help everyone better participate in open source projects, the Kyanos community will regularly publish community tasks to help everyone learn by doing! If you...

help wanted
good first issue

**Is your feature request related to a problem? Please describe.** Currently, the response content captured by Kyanos in gzip format is not decompressed. It would be beneficial to automatically decompress...

enhancement
good first issue
feature-request
tui

**Is your feature request related to a problem? Please describe.** Add confirmation when exiting, or press Esc/q twice to exit. **Describe the solution you'd like** A clear and concise description...

feature-request