MinXie1209 / metrics

🔥🔥🔥监控指标,CPU使用情况、类加载统计、垃圾回收器回收情况、内存占用情况、线程运行情况、Tomcat线程池、JDK线程池等。 Monitor metrics, CPU usage, class load statistics, garbage collector collection, memory usage, thread running, Tomcat thread pool, JDK thread pool, etc.
Apache License 2.0
123 stars 0 forks source link

引用优化 #34

Closed MinXie1209 closed 1 year ago

MinXie1209 commented 1 year ago

Is your feature request related to a problem? Please describe. minxie.space.metrics.core.thread.ThreadPoolContext 会引用线程池,直到程序结束才释放。 可能会导致内存泄露