My java application’s cpu usage is more(sometimes 80-100%). My application uses http data transfer in it.I checked cpu usage using jConsole. From that I realized that some thread pools use more time of cpu. I dont know how to find the threads in that pools. Somebody please help me to find the threads that cause more cpu usage..
My java application’s cpu usage is more(sometimes 80-100%). My application uses http data transfer
Share
Try to use VisualVM instead of JConsole to monitor your application. I’m not sure but VisualVM’s thread analyzer should me more feature-rich.