Introduction
The Java Profiler is a performance analysis and tuning tool for Java programs running on Kunpeng-powered servers. It displays information about the heaps, threads, locks, and garbage collection (GC) of Java programs in graphics, collects information about hotspot functions, and helps locate program bottlenecks.
- The Java Profiler is started based on the JDK. You are advised to deploy the Kunpeng DevKit only in development environments for security purposes.
- The Kunpeng DevKit installed in a container does not support the Java Profiler VS Code plugin.
Use Restrictions
Task Type |
Description |
|---|---|
Real-time profiling |
|
Sampling profiling |
The JDK that runs the Java process must be BiSheng JDK 8.302 or later or OpenJDK 9 or later. |
Parent topic: Java Profiler