This project is designed to help programmers understand the resource utilization of their code in the JavaVirtual Machine and provide real time feedback via a GUI interface.
insideApps from determyne: Transaction-level performance monitoring for J2EE applications. Correlates and reports on transactions across HTTP server, J2EE container, and database layers. Pinpoints the source of performance issues in real time.
JDLabAgent is a dynamic link library which is loaded into the JavaVirtual Machine via JavaVirtual Machine Debug Interface (JVMDI). The JDLabAgent can be parameterized via config files and logs JVM events (e.g. breakpoints, exceptions).