我要评分
获取效率
正确性
完整性
易理解

Introduction

The Kunpeng DevKit Java Profiler is a performance analysis and tuning tool for the Kunpeng platform. This document describes how to use the Java Profiler to perform real-time profiling and sampling profiling on the running Java program, find program problems, and tune the program based on the analysis results to achieve optimal running of the Java program.

Networking Environment

This practice uses CentOS 7.6 as an example. Perform similar operations for other OSs on the Kunpeng platform.

Table 1 Networking environment

Item

Description

CPU

Kunpeng 920

OS

CentOS 7.6

Program

Java program

Tool

Kunpeng DevKit

Practice demo

Link

Tuning Strategy

  1. Use the Java Profiler to perform real-time profiling on the Java process.
  2. Use the Java Profiler to perform sampling profiling on the Java process.
  3. Tune performance to address the bottlenecks.
  4. Observe the optimized Java program to check whether the problem is solved.