Use to view smaller versions of the graphs that are presented in the VM Telemetry window. The window displays high-level data on thread activity, memory heap, and garbage collection in the VM. The VM Telemetry Overview window is typically located below the editing area and sharing the space with the Output window.
Element | Description |
---|---|
Memory (Heap) |
Displays the total and used size. These are the figures that a Java application can obtain using the j |
Memory (GC) |
Displays the relative time spent in garbage collection and the number of surviving generations. |
Threads (Statistics) |
Displays the total number of threads in the profiled application JVM. You can place your cursor over the graph to display a tooltip with the current and maximum number of threads. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |