IPL3. Session 6. 19 July 03. Performance and monitoring.


Overview of Java program execution. There are two phases: first, source code is compiled into platform-independent bytecode; second, at runtime, some JVM reads bytecode, translates it to platform-specific instructions, and executes them.

JVM != Sun JVM. See e.g.

Sun JVM as configurable engine.

Application server monitoring and JMX

Application-level monitoring and testing

IPL-Java Home | IPL Wiki