Update README.md

This commit is contained in:
河伯 2021-01-25 10:50:21 +08:00 committed by GitHub
parent 1f2e63bd28
commit 99ab0a0879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,7 @@ sniffer-agent可以动态设置抓包率详情[查看文档](https://github.c
环境:
golang1.12
golang1.12+
libpcap包
@ -91,10 +91,9 @@ apt-get install libpcap-dev
#### 9. 风险提示
1.sniffer-agent使用了pacp抓包根据pacp抓包原理在IO较高的时候有一定的概率丢包
2.sniffer-agent提供了Prepare语句的支持但是如果sniffer-agent在prepare语句初始化之后启动就无法抓取prepare语句
3.目前在 MySQL5.5-5.7上测试可用MySQL8上会出现一些莫名其妙的问题
4.目前为止也没有使用 go mod进行包管理因为一些原因依赖的一些包在国内没法直接下载进来因此把这些包保存在 vendor目录方便编译
##### License [MIT](https://opensource.org/licenses/MIT)