Skip to content

Releases: hengyoush/kyanos

v1.0.1

09 Sep 18:37
fc1ea31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Sep 14:30
0d55f4f
Compare
Choose a tag to compare

🚀 Features

  • Added watch command which can print request/response detail info.
  • Added stat command which can print connections summary info.
  • Added HTTP1.1 protocol support.
  • Added Redis protocol support.
  • Added MySQL protocol support.

🛠️ Fixes

  • Fix ubuntu20.04 glibc version incompatible issue
  • When XDP can't attach to interface, use netif_receive_skb instead
  • other small bugs fix

💪 Improvements

  • Use ring buffer to store syscall data.
  • Multithreading the processors
  • Periodically clean stale connections in connManager