Tagged articles
11 articles
Page 1 of 1
Java Companion
Java Companion
Nov 30, 2025 · Backend Development

Unlock Powerful Java Performance Analysis with IntelliJ IDEA and JProfiler

This guide explains why Java developers need profiling, introduces IntelliJ IDEA’s built‑in Profiler (powered by Async Profiler and JFR), and provides step‑by‑step instructions with screenshots for CPU, memory, and thread analysis to diagnose slow endpoints, high CPU usage, memory leaks, and concurrency bottlenecks.

CPU analysisIntelliJ IDEAJProfiler
0 likes · 12 min read
Unlock Powerful Java Performance Analysis with IntelliJ IDEA and JProfiler
FunTester
FunTester
Sep 30, 2024 · Backend Development

Unlock Java Performance: Essential Profiling Techniques and Tools

This guide introduces Java performance analysis fundamentals, covering profiling tools, key metrics such as CPU, memory, thread behavior, and practical methods to detect and resolve common issues like memory leaks, GC pauses, high CPU usage, I/O bottlenecks, and inefficient collection usage.

CPU analysisGarbage CollectionJava
0 likes · 13 min read
Unlock Java Performance: Essential Profiling Techniques and Tools
Open Source Linux
Open Source Linux
Sep 11, 2023 · Operations

Master Linux Performance Analysis: CPU, Memory, Disk, Network & Flame Graphs

This comprehensive guide explains how to diagnose Linux performance problems—from CPU, memory, disk I/O, and network bottlenecks to system load—using tools like top, vmstat, perf, iostat, netstat, and flame graphs, and demonstrates the methodology with a real‑world Nginx case study.

CPU analysisLinux performanceflame graphs
0 likes · 17 min read
Master Linux Performance Analysis: CPU, Memory, Disk, Network & Flame Graphs
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
Open Source Linux
Open Source Linux
Oct 7, 2021 · Fundamentals

Inside Apple’s M1 Chip: A 350‑Page Reverse‑Engineering Deep Dive

A former Apple developer has released a 350‑page reverse‑engineering report that dissects the M1 ARM chip’s architecture, performance, and cache design, offering detailed experiments, patent analysis, and insights for readers with strong CPU knowledge while highlighting the challenges of opening Apple’s closed hardware ecosystem.

ARM architectureApple M1CPU analysis
0 likes · 5 min read
Inside Apple’s M1 Chip: A 350‑Page Reverse‑Engineering Deep Dive
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Sep 22, 2021 · Operations

Uncover Hidden Performance Bottlenecks with Deep CPU, Memory, Disk & Network Analysis

This article outlines systematic methods for diagnosing subtle performance issues by leveraging detailed data analysis of CPU, memory, disk I/O, and network metrics, and presents real-world case studies that demonstrate how targeted profiling and optimization can reveal and resolve hidden bottlenecks in complex systems.

CPU analysisDisk I/ONetwork Monitoring
0 likes · 11 min read
Uncover Hidden Performance Bottlenecks with Deep CPU, Memory, Disk & Network Analysis
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 5, 2021 · Operations

Mastering Application Performance: A Complete Guide to Tuning and Tools

This article outlines a systematic approach to diagnosing and optimizing application performance, covering background concepts, a four‑step workflow, common pitfalls, and a comprehensive toolbox of Linux and Java utilities, while emphasizing practical analysis techniques for CPU, memory, disk, and network bottlenecks.

CPU analysisJava profilingLinux tools
0 likes · 27 min read
Mastering Application Performance: A Complete Guide to Tuning and Tools
vivo Internet Technology
vivo Internet Technology
May 31, 2021 · Mobile Development

Android ANR Analysis: Techniques and Case Studies

The article offers a thorough guide to Android ANR analysis, detailing generation mechanisms, timeout thresholds, log examination techniques, and case studies of common causes such as idle main threads, long operations, lock contention, CPU preemption, memory pressure, and system‑service timeouts, providing practical diagnostic examples.

ANRAndroidCPU analysis
0 likes · 16 min read
Android ANR Analysis: Techniques and Case Studies
Alibaba Cloud Developer
Alibaba Cloud Developer
May 31, 2021 · Fundamentals

Mastering Server Performance Testing: Insights from 3 Years at Alibaba Cloud

This article shares three years of experience building an automated performance‑testing platform for Alibaba Cloud Elastic Compute, covering what performance testing is, how to design comprehensive tests for CPU, memory, storage, network and OS, and the essential skills engineers need to become true performance architects.

AutomationCPU analysisPerformance Testing
0 likes · 10 min read
Mastering Server Performance Testing: Insights from 3 Years at Alibaba Cloud