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

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 obtain and parse online logs of the Java process.
  2. Use the Java Profiler to import and parse offline GC logs.
  3. Perform tuning based on the tuning suggestions obtained after the parsing.
  4. Observe the logs of the optimized Java program and check whether the problems are resolved.