I have java grpc server and many user complain that thread pool is exhausted. I need to make something to monitor threads, how many thereads, how many in use, idle etc. Is there any way to do that.
Asked
Active
Viewed 74 times
1
-
May be this helps https://stackoverflow.com/questions/4687757/tools-to-monitor-java-thread-execution – San P Sep 28 '22 at 15:31