Tagged Questions

5
votes
2answers
273 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 ...
2
votes
2answers
3k views

Java JVMTI doesn't work alongside -Xdebug -Xrunjdwp

I spent the last 4 hours trying to set up Eclipse TPTP memory profiling on a Tomcat instance that must be run remotely (i.e. not in Eclipse). This should be possible according to the TPTP and Agent ...