Tag

Java profiling

0 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
Jun 20, 2023 · Backend Development

Unlock Java Performance: How to Use IntelliJ IDEA’s Built‑In Profiler

This guide walks you through using IntelliJ IDEA Ultimate’s built‑in Profiler to analyze Java CPU and memory performance, covering quick start steps, visualizations such as hotspot maps, call trees, method lists, timelines, real‑time charts, and exporting results as .jfr and .hprof files.

CPU analysisIntelliJ IDEAJava profiling
0 likes · 5 min read
Unlock Java Performance: How to Use IntelliJ IDEA’s Built‑In Profiler
Code Ape Tech Column
Code Ape Tech Column
Nov 16, 2022 · Operations

Using VisualVM for JVM Monitoring and Memory Leak Analysis

This article introduces VisualVM, a Java profiling tool bundled with the JDK, explains how to install and use its plugins for monitoring CPU, memory, threads, and garbage collection, and demonstrates step‑by‑step memory‑leak detection and remote Tomcat monitoring with code examples.

JMXJVM monitoringJava profiling
0 likes · 7 min read
Using VisualVM for JVM Monitoring and Memory Leak Analysis
IT Services Circle
IT Services Circle
Feb 16, 2022 · Backend Development

SpringBoot Performance Optimization: Monitoring, Profiling, and Tuning Strategies

This article provides a comprehensive guide to optimizing SpringBoot services, covering metric exposure with Prometheus, custom business monitoring, Java flame‑graph profiling, SkyWalking distributed tracing, HTTP and Tomcat tuning, layer‑wise code improvements, and practical code examples for real‑world performance gains.

Java profilingPrometheusSpringBoot
0 likes · 16 min read
SpringBoot Performance Optimization: Monitoring, Profiling, and Tuning Strategies
Sohu Tech Products
Sohu Tech Products
Oct 28, 2020 · Backend Development

Introduction to JVisualVM and Its Use for Memory Leak Analysis and Remote Tomcat Monitoring

This article introduces JVisualVM, explains how to install and use its plugins for monitoring threads, CPU, memory and GC, demonstrates a Java memory‑leak simulation with code and JVM options, shows step‑by‑step analysis of heap dumps, and describes remote Tomcat monitoring via JMX.

JMXJVisualVMJava profiling
0 likes · 7 min read
Introduction to JVisualVM and Its Use for Memory Leak Analysis and Remote Tomcat Monitoring
Architect's Tech Stack
Architect's Tech Stack
Apr 28, 2020 · Operations

Introduction to JVisualVM: Profiling, Memory Leak Analysis, and Remote Tomcat Monitoring

This article introduces JVisualVM, explains its installation and plugin system, demonstrates how to create a memory‑leak test program and analyze the leak using VisualGC and heap dumps, and shows how to configure remote JMX monitoring for a Tomcat server.

JMXJVisualVMJava profiling
0 likes · 8 min read
Introduction to JVisualVM: Profiling, Memory Leak Analysis, and Remote Tomcat Monitoring