Tag

JVisualVM

1 views collected around this technical thread.

Wukong Talks Architecture
Wukong Talks Architecture
Mar 16, 2021 · Backend Development

Comprehensive Guide to Performance Testing and Monitoring with JMeter, JConsole, and JVisualVM

This article explains how to conduct stress testing using JMeter, monitor Java applications with jconsole and jvisualvm, optimize gateway and microservice performance, improve database query speed with indexing, and tune garbage collection by enlarging the Eden space, providing step‑by‑step instructions and results.

Database OptimizationJConsoleJMeter
0 likes · 14 min read
Comprehensive Guide to Performance Testing and Monitoring with JMeter, JConsole, and JVisualVM
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
Java Captain
Java Captain
Jun 4, 2019 · Backend Development

Optimizing Spring Boot Embedded Tomcat and JVM Settings with Remote Debugging and Monitoring

This article explains how to configure and tune Spring Boot's embedded Tomcat, adjust JVM parameters, enable remote debugging, and connect monitoring tools such as JConsole and JVisualVM, providing practical steps and code examples for improved performance and easier troubleshooting in production environments.

JConsoleJVMJVisualVM
0 likes · 7 min read
Optimizing Spring Boot Embedded Tomcat and JVM Settings with Remote Debugging and Monitoring