-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,14 +44,14 @@ kyanos正是为了快速排查这类问题诞生的,它是一个**面向程序 | |
|
||
## ❗ Requirements | ||
|
||
Kyanos当前支持5.4及其以上版本内核,更低版本内核未经过测试。 | ||
Kyanos当前支持3.10及4.14以上版本内核(4.7版本到4.14版本之间的后续计划支持)。 | ||
> 通过`uname -r`查看内核版本 | ||
|
||
## 🎯 How to get kyanos | ||
执行如下脚本获取kyanos可执行文件 | ||
```bash | ||
wget -O kyanos.zip https://github.com/hengyoush/kyanos/releases/download/v1.0.0/kyanos.zip | ||
wget -O kyanos.zip [https://github.com/hengyoush/kyanos/releases/download/v1.0.0/kyanos.zi](https://github.com/hengyoush/kyanos/releases/download/v1.1.0/kyanos.zip)p | ||
unzip kyanos.zip | ||
chmod a+x kyanos | ||
sudo kyanos | ||
|
@@ -228,4 +228,4 @@ full-body选项可以指定是否需要打印样本的请求响应,默认是 | |
- **我的邮箱:**: [[email protected]](mailto:[email protected]). | ||
- **我的Blog:**: [http://blog.deadlock.cloud](http://blog.deadlock.cloud/). | ||
- **我的微信**:![](docs/wechat.jpg) | ||
[Back to top](#top) | ||
[Back to top](#top) |