Tagged articles
42 articles
Page 1 of 1
IT Services Circle
IT Services Circle
May 14, 2026 · Operations

Can Windows 11’s New Instant CPU Boost Cut UI Lag by Up to 70%?

Microsoft has quietly added a low‑latency profile to Windows 11 that momentarily raises CPU frequency for high‑priority UI tasks, and tests on low‑end hardware show up to a 70% reduction in menu‑click lag and up to 40% faster app launches with minimal impact on battery life or thermals.

CPU boostLow Latency ProfileUI latency
0 likes · 5 min read
Can Windows 11’s New Instant CPU Boost Cut UI Lag by Up to 70%?
Deepin Linux
Deepin Linux
Jan 6, 2026 · Operations

Unlock Linux Performance: Master Memory Watermarks and OOM Killer

This article explains how Linux memory watermarks, kswapd, direct reclaim, and the OOM Killer interact, provides detailed code examples, shows real‑world case studies, and offers practical tuning steps—including kernel parameters, cgroup limits, and monitoring tools—to prevent system stalls and crashes.

LinuxOOM killerWatermarks
0 likes · 41 min read
Unlock Linux Performance: Master Memory Watermarks and OOM Killer
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jan 5, 2026 · Operations

How to Define “Excellent” QPS Benchmarks for System Capacity Planning

This article provides a comprehensive framework for evaluating system support capability by defining QPS excellence thresholds across industry benchmarks, business types, response time, resource efficiency, performance metrics, architectural guidelines, optimization tactics, and real‑world case studies, culminating in a practical calculation formula.

Backend ArchitecturePerformance TestingQPS
0 likes · 5 min read
How to Define “Excellent” QPS Benchmarks for System Capacity Planning
Ops Community
Ops Community
Oct 7, 2025 · Operations

How I Cut API Response Time from 500 ms to 100 ms with Linux Tuning

This article recounts a two‑week Linux system tuning project that reduced a high‑traffic API’s P99 response time from over 500 ms to under 100 ms by systematically diagnosing bottlenecks, applying USE‑based analysis, and tuning kernel, network, file‑descriptor, memory, CPU, and I/O parameters.

API latency reductionLinux TuningTCP Optimization
0 likes · 26 min read
How I Cut API Response Time from 500 ms to 100 ms with Linux Tuning
Lin is Dream
Lin is Dream
Mar 16, 2025 · Fundamentals

Mastering TPS and QPS: Simple Calculations and Real-World Examples

This article explains the key performance metrics TPS (transactions per second) and QPS (queries per second), provides formulas for calculating them, and demonstrates practical calculations for multi-node deployments, illustrating how request latency, thread pools, and instance count affect overall system concurrency and throughput.

QPSTPSThroughput
0 likes · 3 min read
Mastering TPS and QPS: Simple Calculations and Real-World Examples
ITPUB
ITPUB
Feb 4, 2025 · Operations

Why btop Beats top and htop for Real‑Time System Monitoring

On Linux and macOS, the article compares the classic top command with its more user‑friendly alternatives htop and btop, explains installation (brew for macOS), walks through btop’s interface, presets, modules, shortcuts, theming, and shows how to use it for detailed CPU, memory, storage, network, and process monitoring.

CLI toolsLinuxbtop++
0 likes · 9 min read
Why btop Beats top and htop for Real‑Time System Monitoring
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Aug 9, 2024 · Fundamentals

Linux Kernel Memory Management Locks and Optimization Case Studies

The article examines Linux kernel 6.9 memory-management locks—PG_locked, lru_lock, mmap_lock, anon_vma rwsem, mapping i_mmap_rwsem, and shrinker_rwsem—explaining their roles and presenting eight community-driven optimizations such as per-memcg lru_lock, per-VMA locks, speculative faults, and lock-less shrinker techniques to improve concurrency and performance.

LRU LockLinux kernelMemory Management
0 likes · 24 min read
Linux Kernel Memory Management Locks and Optimization Case Studies
Efficient Ops
Efficient Ops
Mar 27, 2024 · Operations

Master System Monitoring with the USE Method and Prometheus

This article explains how to design a comprehensive monitoring system using the concise USE (Utilization, Saturation, Errors) method, outlines essential system and application metrics, and demonstrates practical implementation with Prometheus, Grafana, and related open‑source tools.

PrometheusUSE methodmonitoring
0 likes · 14 min read
Master System Monitoring with the USE Method and Prometheus
Architect
Architect
Jan 28, 2024 · Operations

How We Built Real‑Time SLA Monitoring for Message Push and Doubled Throughput

This article details the end‑to‑end design, node‑level splitting, metric definition, and Spring‑based implementation of SLA monitoring for a high‑volume message‑push system, showing how precise latency and vendor‑stability metrics uncovered bottlenecks, enabled rapid issue detection, and ultimately doubled overall throughput.

Message PushMicroservicesOperations
0 likes · 14 min read
How We Built Real‑Time SLA Monitoring for Message Push and Doubled Throughput
Liangxu Linux
Liangxu Linux
Nov 12, 2023 · Operations

12 Essential Linux Tools to Monitor Memory Usage Effectively

This guide outlines twelve practical methods—including /proc/meminfo, atop, free, GNOME System Monitor, htop, and others—to help Linux users comprehensively track physical memory, swap, buffers, and cache for performance optimization.

Memory Monitoringatophtop
0 likes · 5 min read
12 Essential Linux Tools to Monitor Memory Usage Effectively
Open Source Linux
Open Source Linux
Aug 29, 2023 · Operations

Why ss Beats netstat: Fast Linux Socket Monitoring Commands

The article explains how the Linux ss command provides comprehensive socket statistics, lists its most useful options, demonstrates performance advantages over netstat with timing examples, and shows how to filter by state, address, or port for efficient system monitoring.

Linux networkingcommand-line toolsnetstat
0 likes · 8 min read
Why ss Beats netstat: Fast Linux Socket Monitoring Commands
MaGe Linux Operations
MaGe Linux Operations
May 18, 2023 · Operations

Boost Linux Performance with zSwap, zRAM, and zstd Compression

Memory compression techniques like Linux's zSwap, zRAM, and the zstd algorithm reduce I/O latency and extend RAM capacity by compressing swap pages, offering performance gains while introducing trade‑offs such as CPU overhead and configuration complexity, and this guide explains their principles, advantages, drawbacks, and activation steps.

Linuxmemory compressionsystem performance
0 likes · 6 min read
Boost Linux Performance with zSwap, zRAM, and zstd Compression
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
May 15, 2023 · Artificial Intelligence

GPU-Accelerated Inference Optimization for Large-Scale Machine Learning at Xiaohongshu

Xiaohongshu transformed its recommendation, advertising, and search inference pipeline by migrating to GPU‑centric hardware, deploying a custom TensorFlow‑Core Lambda service, and applying system‑level, virtualization, and compute‑level optimizations—including NUMA binding, kernel fusion, dynamic scaling, and FP16 quantization—achieving roughly 30× compute capacity growth, over 10% user‑metric gains, and more than 50% cluster‑resource savings.

GPU OptimizationHardware accelerationMachine Learning Inference
0 likes · 20 min read
GPU-Accelerated Inference Optimization for Large-Scale Machine Learning at Xiaohongshu
Efficient Ops
Efficient Ops
Aug 17, 2022 · Operations

Master System Monitoring with the USE Method and Prometheus

This article explains how to build a comprehensive monitoring system using the concise USE (Utilization, Saturation, Errors) method, outlines key system and application metrics, and demonstrates practical implementation with Prometheus, Grafana, full‑link tracing, and ELK for observability and performance troubleshooting.

Full‑Link TracingObservabilityPrometheus
0 likes · 13 min read
Master System Monitoring with the USE Method and Prometheus
Architecture Breakthrough
Architecture Breakthrough
Aug 3, 2022 · R&D Management

How to Boost System Performance by Targeting the Right Leverage Points

The article uses thermodynamic analogies to argue that without continuous system optimization teams face entropy, then outlines how managers can find a leverage point, avoid cognitive biases, and adopt three concrete performance metrics—startup time, transaction latency, and issue‑resolution quality—while establishing daily technical‑management habits.

R&D leadershipTechnical Managementperformance metrics
0 likes · 6 min read
How to Boost System Performance by Targeting the Right Leverage Points
21CTO
21CTO
Jun 11, 2022 · R&D Management

Boost R&D Efficiency by Treating Team Workflows Like System Performance Optimization

The article explains how R&D managers can boost efficiency by treating team workflows like system performance optimization, using measurement, architectural redesign, and value‑stream analysis to identify bottlenecks and achieve cost‑effective improvements across development, testing, and operations.

R&D managementValue Streamprocess optimization
0 likes · 11 min read
Boost R&D Efficiency by Treating Team Workflows Like System Performance Optimization
Open Source Linux
Open Source Linux
Jun 8, 2022 · Operations

How to Accurately Measure CPU Usage on Linux: vmstat, /proc/stat, and top

This article explains the difference between CPU load and CPU usage, then shows step‑by‑step how to calculate CPU utilization on Linux using vmstat, parsing /proc/stat, and extracting idle percentages from top, with ready‑to‑run command examples for both single‑core and multi‑core systems.

CPU MonitoringLinuxproc
0 likes · 34 min read
How to Accurately Measure CPU Usage on Linux: vmstat, /proc/stat, and top
Liangxu Linux
Liangxu Linux
May 19, 2022 · Operations

Master Linux top: Real‑Time Process Monitoring and Advanced Usage

This guide explains how to use Linux’s top command to monitor system performance in real time, covering its statistical and process sections, key fields, useful command‑line options, common interactive operations, and the significance of CPU steal time for virtualized environments.

CPUMemoryprocess monitoring
0 likes · 10 min read
Master Linux top: Real‑Time Process Monitoring and Advanced Usage
Architecture Digest
Architecture Digest
May 18, 2022 · R&D Management

From System Performance Optimization to R&D Process Improvement: Measuring and Optimizing Workflow

The article explains how quantifying and measuring both technical systems and organizational processes can reveal inefficiencies, using a concrete image‑processing service example to illustrate how workflow analysis, metric collection, and architectural redesign lead to resource savings and how the same principles apply to DevOps and R&D management.

DevOpsValue Streamprocess optimization
0 likes · 12 min read
From System Performance Optimization to R&D Process Improvement: Measuring and Optimizing Workflow
Efficient Ops
Efficient Ops
Apr 19, 2022 · Operations

Master Linux ‘top’: Real‑Time Process Monitoring and Performance Tuning

This guide explains how to use the Linux top command to monitor real‑time process activity, interpret CPU, memory and swap statistics, customize displayed columns, apply command‑line options, and understand key metrics such as load average and steal time for effective system performance management.

CPUMemoryprocess monitoring
0 likes · 10 min read
Master Linux ‘top’: Real‑Time Process Monitoring and Performance Tuning
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Nov 12, 2021 · Operations

Linux CPU Time Guardians: Understanding cputime, cpufreq_stats, cpufreq_times, and cpuidle_time

The article explains Linux kernel CPU‑time accounting modules—cputime, cpufreq_stats, cpufreq_times, and cpuidle_time—detailing how each records processor usage, frequency transitions, per‑process frequency data, and idle‑state durations, and why they are essential for performance analysis and power‑optimization by system engineers.

CPU TimeOperating SystemPower Optimization
0 likes · 7 min read
Linux CPU Time Guardians: Understanding cputime, cpufreq_stats, cpufreq_times, and cpuidle_time
21CTO
21CTO
Aug 6, 2021 · Operations

Why BC‑Linux V8.2 Is Emerging as the Top CentOS Replacement

The article reports on recent Chinese tech news—from massive travel‑card queries and ByteDance layoffs to Douyin’s remote‑work policy and a new partnership between Taobao and QQ Music—while spotlighting BC‑Linux V8.2, a CentOS‑compatible OS with dual kernels, performance boosts, and enhanced security.

CentOS AlternativeLinuxOperating System
0 likes · 9 min read
Why BC‑Linux V8.2 Is Emerging as the Top CentOS Replacement
Liangxu Linux
Liangxu Linux
Jan 5, 2021 · Operations

How to Install and Use nmon Monitoring Tool on CentOS 7

This guide shows how to download, extract, and run the lightweight nmon performance monitoring tool on CentOS 7, including the exact commands to fetch the package, choose the correct binary, start the utility, and view CPU and memory statistics using interactive keys.

Linuxcentos7monitoring
0 likes · 3 min read
How to Install and Use nmon Monitoring Tool on CentOS 7
JD Retail Technology
JD Retail Technology
Dec 4, 2020 · Operations

JD.com 11.11 Shopping Festival: Technical Operations, Performance, and Cost Optimization Case Study

The article reviews JD.com’s 11.11 shopping festival technical preparation, detailing how the operations team handled record traffic spikes, improved user experience, increased resource efficiency, and reduced IT costs through high‑fidelity testing, dual‑active systems, and a four‑year Taishan project.

Cost Optimizatione‑commercesystem performance
0 likes · 8 min read
JD.com 11.11 Shopping Festival: Technical Operations, Performance, and Cost Optimization Case Study
MaGe Linux Operations
MaGe Linux Operations
Sep 18, 2020 · Operations

Essential Linux Operations Metrics for Effective Monitoring

This guide enumerates the key Linux system metrics—covering CPU, memory, disk, I/O, network, kernel parameters, RAID, SMART, NTP, and process information—that open-falcon agents collect every minute to enable comprehensive operations monitoring and timely issue detection.

MetricsOpen-FalconOperations
0 likes · 12 min read
Essential Linux Operations Metrics for Effective Monitoring
Liangxu Linux
Liangxu Linux
May 10, 2020 · Operations

Explore bashtop: A Powerful Linux Resource Monitor for Real-Time System Insights

bashtop is an open-source Linux resource monitor that visualizes CPU, memory, disk, network, and process usage in real time, offering an intuitive, fast-responsive interface with features like process selection, signal sending, filtering, theming, and extensive configuration via a .theme file.

BashtopResource Monitoringsystem performance
0 likes · 6 min read
Explore bashtop: A Powerful Linux Resource Monitor for Real-Time System Insights
Programmer DD
Programmer DD
Dec 3, 2019 · Operations

Why SSH Login Stalls on New UCloud Hosts: Entropy Delays and Kernel Bugs

A user reported extremely slow first SSH login on a UCloud “High‑Kernel Ubuntu 18.04” instance, which was traced to slow entropy‑pool initialization in the Linux kernel, a libssl 1.1.1 bug, and a kernel configuration issue, leading to a fix involving disabling MOTD or enabling CONFIG_RANDOM_TRUST_CPU.

Linux kernelSSHcloud hosting
0 likes · 11 min read
Why SSH Login Stalls on New UCloud Hosts: Entropy Delays and Kernel Bugs
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 26, 2019 · Operations

Why Caching Is the Secret Weapon for High‑Performance Systems

This article systematically explains cache fundamentals, why caching is essential for performance, where caches can be placed in the architecture, their advantages, when to adopt them, and key design considerations for building reliable, high‑throughput systems.

Backend DevelopmentDistributed SystemsScalability
0 likes · 18 min read
Why Caching Is the Secret Weapon for High‑Performance Systems
Efficient Ops
Efficient Ops
Jul 11, 2019 · Fundamentals

Why Is My CPU Idle Yet Load Is High? Uncover Linux Load & I/O Bottlenecks

High system load can occur even when CPU usage is low, typically due to many processes waiting for disk I/O; this article explains load concepts, process states, scheduling, and common scenarios such as excessive I/O requests, unindexed MySQL queries, and faulty external storage that cause such bottlenecks.

IO BottleneckLoad Averageprocess scheduling
0 likes · 12 min read
Why Is My CPU Idle Yet Load Is High? Uncover Linux Load & I/O Bottlenecks
Efficient Ops
Efficient Ops
Feb 28, 2019 · Operations

What Is Linux loadavg? Understanding Run Queues and Kernel Calculation

This article explains the Linux load average metric, the run queue structure, why both running (R) and uninterruptible (D) processes are counted, and how the kernel uses an exponential weighted moving average to compute the 1‑, 5‑, and 15‑minute load values.

KernelLinuxLoad Average
0 likes · 8 min read
What Is Linux loadavg? Understanding Run Queues and Kernel Calculation
Efficient Ops
Efficient Ops
Jul 3, 2016 · Operations

Memory Myths, Subnet Mask Mistakes, and Telnet Tricks: Ops Lessons

This article shares real‑world ops stories about a disputed memory upgrade, explains how Linux calculates usable memory, clarifies common subnet‑mask misunderstandings, and demonstrates why Telnet cannot test UDP ports, highlighting practical troubleshooting lessons for system administrators.

Linux MemoryOperationsSubnet Mask
0 likes · 12 min read
Memory Myths, Subnet Mask Mistakes, and Telnet Tricks: Ops Lessons
Qunar Tech Salon
Qunar Tech Salon
Jun 29, 2015 · Fundamentals

Understanding System Load Average and Its Interpretation

The article explains how Unix-like systems calculate load average using an exponentially damped weighted moving average, how the values reflect CPU and I/O contention on single- and multi‑CPU machines, and why different kernel implementations may count processes and threads differently, affecting performance monitoring.

LinuxLoad AverageScheduling
0 likes · 6 min read
Understanding System Load Average and Its Interpretation
MaGe Linux Operations
MaGe Linux Operations
Jul 11, 2014 · Operations

Master dstat: Real-Time Linux System Monitoring Made Easy

Learn how to install, configure, and use dstat—a versatile, Python‑based Linux monitoring tool that replaces vmstat, iostat, netstat, and more—covering its features, command‑line options, plugins, CSV export, and real‑time performance insights for effective system administration.

CLICSV exportLinux monitoring
0 likes · 9 min read
Master dstat: Real-Time Linux System Monitoring Made Easy