Monitoring Java applications
While your application is running, you can monitor its performance and use of resources. For example, you can view the heap usage, the number of loaded classes, or garbage collection activity.
About this task
- Class loading
- Number of classes loaded
- Copy garbage collector
- Number of compactions and collections
- Time that is spent in collection
- Memory usage
- Mark sweep compact garbage collector
- Number of compactions and collections
- Time that is spent in collection
- Memory usage
- Memory
- Heap memory usage
- Non-heap memory usage
- Heap size
- Shared class cache size
- Physical memory usage
- Operating system
- Memory usage
- Process processor time
- Threading
- Thread count
Procedure
- Click to show the list of deployed applications, then click the application that you want to monitor.
- Click Manage, in the toolbar, to open the Instance Console.
- In the Instance Console, click , to show the graphs.