jvm-monitoring-agent icon indicating copy to clipboard operation
jvm-monitoring-agent copied to clipboard

Monitor threads spending time on IO

Open mpapis opened this issue 8 years ago • 0 comments

It is possible that threads are not blocked but are spending time on IO and preventing things from happening, we could write an example to simulate that and catch such situations.

Question: Should it be separate agent or parameter?

Related code:

  • https://github.com/toptal/jvm-monitoring-agent/blob/e22e410ed8d8477b677d645674bac7740e0dcca3/src/com/toptal/jvm/monitoring/Agent.java#L115

mpapis avatar Mar 17 '17 15:03 mpapis