>From my perspective, the idea is, what kinds of thread metrics we should be interested in? Typically, there are available threads in idle, blocked, running, which are statistic by thread groups (by name prefix usually) information.
Sheng Wu 吴晟 Twitter, wusheng1108 han liu <[email protected]> 于2020年3月14日周六 下午1:27写道: > Hi dev team, > > I want to provide a sniffer thread pool monitoring function. It is used to > monitor the thread pool in the third-party framework in the sniffer, and it > can be used to display statistics at the UI level, and to alert when the > conditions are met. > The idea of this function comes from a previous online failure of our > company, because an RPC service responded too slowly, causing the online > Dubbo thread pool to be full, causing the service to fail. > > I want to monitor the main thread pool of each plugin in the sniffer, and > enable the timer to report the thread pool status, just like JVM > monitoring. > Provide OAL syntax support for front-end display and alerting of the thread > pool at the UI level. > I want to know what suggestions do you have for this feature? >
