Tag

CPU Load

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 26, 2025 · Backend Development

Java GC Optimization Case Study: Reducing GC Frequency and CPU Load

This article details a Java GC optimization performed on a nightly batch service, describing the original high GC and CPU load issues, the JVM parameter adjustments, memory re‑allocation, and the resulting significant reductions in GC frequency, CPU usage, and request latency.

CPU LoadGarbage CollectionJVM Tuning
0 likes · 10 min read
Java GC Optimization Case Study: Reducing GC Frequency and CPU Load
Aikesheng Open Source Community
Aikesheng Open Source Community
May 25, 2022 · Operations

Diagnosing High CPU Load Caused by Frequent Short‑Lived Processes in a MongoDB Environment Using execsnoop

The article describes how a MongoDB test environment on a single VM experienced persistent high CPU load despite low visible QPS, how the root cause was traced to thousands of short‑lived processes spawned by Zabbix monitoring, and how execsnoop was used to identify and eliminate the offending processes.

CPU LoadMongoDBZabbix
0 likes · 6 min read
Diagnosing High CPU Load Caused by Frequent Short‑Lived Processes in a MongoDB Environment Using execsnoop
NetEase Game Operations Platform
NetEase Game Operations Platform
Mar 28, 2020 · Databases

Analysis of MongoDB 3.2 vs 4.0 Balancer and moveChunk Impact on CPU Load

The article examines why upgrading a three‑shard MongoDB cluster from version 3.2 to 4.0 causes CPU usage to jump from 10 % to 40 %, attributing the increase to more frequent moveChunk operations and the associated deletion workload, and explains the underlying balancer threshold differences between the versions.

BalancerCPU LoadMongoDB
0 likes · 13 min read
Analysis of MongoDB 3.2 vs 4.0 Balancer and moveChunk Impact on CPU Load