We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
跑一会会从20多g一下子掉到几百m,然后出现俩个kangle进程 应该是守护进程吧 主程序挂了?
The text was updated successfully, but these errors were encountered:
什么版本? 然后,开启kangle之前,先运行ulimit -c unlimited打开core dump。 再出这样的问题就有coredump文件了,可以分析哪里出了问题!
ulimit -c unlimited
Sorry, something went wrong.
从图上的time时间来看,没有出现崩溃运行时间归零,可以在出现的时间点立即做一份gdb进程快照
参考 https://bbs.itzmx.com/thread-85930-1-1.html
ulimit -c unlimited过 确实没出现崩溃运行时间归零, gdb进程快照不太好捕捉,这个问题出现是一瞬间。 出现的时候流量一下子从20多g直接归零然后瞬间拉到了七八十g
No branches or pull requests
跑一会会从20多g一下子掉到几百m,然后出现俩个kangle进程 应该是守护进程吧 主程序挂了?
The text was updated successfully, but these errors were encountered: