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
目前监控线程的创建很有效,能看出是谁创建的,始作俑者被抓到。
但是 FD 的创建没有 Hook,所以只通过FD的link路径,无法定位到创建者。 FD泄露的监控,能把一些创建过多的线程、fd的堆栈聚合找出来;还有每个fd打开的堆栈
是否考虑以后增加这一功能。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前监控线程的创建很有效,能看出是谁创建的,始作俑者被抓到。
但是 FD 的创建没有 Hook,所以只通过FD的link路径,无法定位到创建者。
FD泄露的监控,能把一些创建过多的线程、fd的堆栈聚合找出来;还有每个fd打开的堆栈
是否考虑以后增加这一功能。
The text was updated successfully, but these errors were encountered: