jvm-monitoring-agent
jvm-monitoring-agent copied to clipboard
Monitor threads spending time on IO
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