Tagged articles
12 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Dec 2, 2024 · Operations

Top 8 Linux System Monitoring Tools You Should Try

This guide reviews eight Linux system‑monitoring applications—including Stacer, htop, Xfce Task Manager, Glances, Conky, Monitorix, bpytop, and GNOME Usage—detailing their main features, usage scenarios, and where to obtain them, helping users choose the right tool for performance analysis.

GNOMELinuxWeb dashboard
0 likes · 8 min read
Top 8 Linux System Monitoring Tools You Should Try
Efficient Ops
Efficient Ops
Sep 5, 2023 · Operations

Master Linux Performance: Boost Throughput, Cut Latency, and Optimize CPU & Memory

This guide explains how high concurrency and fast response depend on throughput and latency, defines key performance metrics, shows how to interpret average load, CPU context switches, and memory usage, and provides practical Linux tools and command‑line examples for diagnosing and tuning system performance.

CPU optimizationLinux performanceMemory Management
0 likes · 44 min read
Master Linux Performance: Boost Throughput, Cut Latency, and Optimize CPU & Memory
Baidu Geek Talk
Baidu Geek Talk
Jul 10, 2023 · Mobile Development

How Baidu App Accelerated Android Startup: A Deep Dive into Launch Optimization

This article analyzes Baidu App's Android launch performance, explaining the startup process, identifying bottlenecks, and detailing practical optimizations—including task scheduling, KV storage redesign, lock improvements, and low‑level system tweaks—backed by code samples and measurable results.

AndroidLock RefactoringSharedPreferences
0 likes · 21 min read
How Baidu App Accelerated Android Startup: A Deep Dive into Launch Optimization
Baidu App Technology
Baidu App Technology
Jul 5, 2023 · Mobile Development

Baidu App Android Startup Performance Optimization: Theory, Tools, and Practical Implementations

Baidu dramatically accelerated its Android app’s launch by dissecting the cold‑start sequence, applying full‑path analysis, leveraging tracing tools, introducing a priority‑aware task‑scheduling framework, replacing SharedPreferences with the binary UniKV store, eliminating lock contention, and tightening thread, I/O, and library loading, which together cut ANR rates and boosted user retention.

ANRAndroidKV storage
0 likes · 24 min read
Baidu App Android Startup Performance Optimization: Theory, Tools, and Practical Implementations
MaGe Linux Operations
MaGe Linux Operations
Nov 19, 2022 · Operations

Master Linux Performance: Key Metrics, Tools, and Optimization Strategies

This comprehensive guide explains Linux performance optimization by covering core metrics such as throughput and latency, the meaning of average load, CPU context switching, memory management, common bottlenecks, and a suite of diagnostic tools like vmstat, pidstat, perf, and strace, plus practical tuning techniques for both applications and the operating system.

CPU optimizationLinux performanceperformance tools
0 likes · 45 min read
Master Linux Performance: Key Metrics, Tools, and Optimization Strategies
dbaplus Community
dbaplus Community
Dec 27, 2021 · Operations

How to Trace Server Latency and Build a Comprehensive Performance Toolkit

This guide explains how to trace transaction latency in multi‑vendor server environments, outlines the key monitoring metrics across CPU, network, disk and processes, compares coarse‑ and fine‑grained sampling, and proposes a unified, AI‑enhanced toolkit for diagnosing hardware and software performance bottlenecks.

AI analysisOperationshardware diagnostics
0 likes · 13 min read
How to Trace Server Latency and Build a Comprehensive Performance Toolkit
MaGe Linux Operations
MaGe Linux Operations
Oct 26, 2017 · Operations

Essential Linux Monitoring Tools Every Sysadmin Should Know

Discover a comprehensive collection of 80 essential Linux monitoring tools, ranging from system resource visualizers like nmon and Glances to log analyzers such as GoAccess, each described with features, usage tips, and links, helping sysadmins efficiently track performance, diagnose issues, and maintain robust infrastructure.

OperationsSysadminperformance tools
0 likes · 18 min read
Essential Linux Monitoring Tools Every Sysadmin Should Know
AI Cyberspace
AI Cyberspace
Jul 5, 2016 · Operations

Top 18 Essential Linux Monitoring Tools Every Sysadmin Should Know

This article presents a curated list of 18 command‑line tools for Linux/Unix administrators, explaining how each utility—such as top, vmstat, lsof, tcpdump, and Nagios—helps monitor system performance, diagnose issues, and maintain reliable server operations.

LinuxSysadmincommand-line
0 likes · 12 min read
Top 18 Essential Linux Monitoring Tools Every Sysadmin Should Know
Baidu Intelligent Testing
Baidu Intelligent Testing
Jun 1, 2016 · Backend Development

Analysis of Common CPU Performance Issues in C/C++ Programs and Profiling Tool Comparison

This article examines fourteen typical CPU‑related performance problems in C/C++ applications—such as excessive memset, inefficient string handling, improper container usage, lock contention, and heavy I/O—explains their causes, presents real‑world examples, and compares popular CPU profiling tools to guide developers toward effective optimization.

CCPU performanceMemory
0 likes · 12 min read
Analysis of Common CPU Performance Issues in C/C++ Programs and Profiling Tool Comparison