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

Introduction

Use the Kunpeng DevKit Java Profiler to perform real-time profiling and sampling profiling on a running Java program, locate program problems, and tune the program based on the analysis results to achieve optimal running of the Java program.

Networking Environment

Table 1 Networking environment

Item

Description

CPU

Kunpeng 920

OS

CentOS 7.6

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.