Tagged Questions
5
votes
2answers
274 views
lsof counterpart for a JVM?
lsof is a nice tool for Unix, showing all currently open file handles.
Does anyone know a similar tool that would show all open files inside a running JVM (via JVMTI or any similar interface)?
In ...