Tagged articles
202 articles
Page 1 of 3
ITPUB
ITPUB
May 5, 2026 · Operations

Auto‑Show CPU, Memory, and Disk Usage on Linux Login with a Single Script

This article provides a ready‑to‑use Bash script that, when placed in a system‑wide or user profile directory, automatically displays hostname, uptime, load average, IP address, CPU and memory usage, and disk mount statistics each time you log into a Linux server, along with color‑coded formatting and customization tips.

AutomationBashLinux
0 likes · 6 min read
Auto‑Show CPU, Memory, and Disk Usage on Linux Login with a Single Script
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 24, 2026 · Operations

Automated Linux System Inspection Script for Comprehensive Health Checks

This article provides a Bash script that automatically gathers Linux system information—including OS details, uptime, CPU and memory usage, disk utilization with tiered alerts, network interfaces, top memory‑consuming processes, key service status, pending updates, recent error logs, load average, TCP connections, and zombie processes—and shows how to schedule it with cron for daily reporting.

AutomationLinuxServer health
0 likes · 11 min read
Automated Linux System Inspection Script for Comprehensive Health Checks
Deepin Linux
Deepin Linux
Mar 18, 2026 · Operations

Unlock Linux Secrets: Master the /proc Filesystem for Monitoring & Debugging

This article explains the Linux /proc virtual filesystem, detailing its structure, dynamic file generation, key system and process files, and how to use it for real‑time monitoring, performance tuning, kernel parameter tweaking, and troubleshooting, complete with practical command examples and a sample monitoring script.

Kernel ParametersLinuxProc Filesystem
0 likes · 26 min read
Unlock Linux Secrets: Master the /proc Filesystem for Monitoring & Debugging
Xiao Liu Lab
Xiao Liu Lab
Dec 23, 2025 · Operations

Master Incident Response: Diagnose and Recover Service Outages in 15 Minutes

When a service crashes and users flood you with complaints, following a structured 15‑minute workflow—first narrowing the impact, then probing six layers (network, system, application, data, external services, security), and finally documenting the incident—lets you pinpoint and fix most outages quickly and reliably.

Operationsnetwork debuggingservice recovery
0 likes · 10 min read
Master Incident Response: Diagnose and Recover Service Outages in 15 Minutes
NiuNiu MaTe
NiuNiu MaTe
Nov 26, 2025 · Fundamentals

How to Diagnose and Fix 100% CPU Overload with Smart Scheduling

This guide explains how CPU scheduling works, why 100% CPU usage occurs, and provides a step‑by‑step troubleshooting workflow—including monitoring with top/vmstat, identifying offending threads, analyzing stack traces, and applying both quick‑fix and long‑term remediation techniques—to keep systems stable.

CPU schedulingLinuxPerformance debugging
0 likes · 19 min read
How to Diagnose and Fix 100% CPU Overload with Smart Scheduling
Raymond Ops
Raymond Ops
Nov 20, 2025 · Operations

How to Monitor Linux System Performance: CPU, Memory, Disk I/O & Network

This guide explains how to monitor a Linux server’s health by checking CPU load and core count, memory usage, disk I/O statistics, and network traffic with common command‑line tools such as uptime, top, free, iostat, iotop, nload and nethogs, and shows how to interpret the results to identify bottlenecks.

CPUDisk I/OLinux
0 likes · 13 min read
How to Monitor Linux System Performance: CPU, Memory, Disk I/O & Network
Raymond Ops
Raymond Ops
Nov 18, 2025 · Operations

How to Optimize Linux Server Performance: Monitoring, Tuning, and Resource Management

This guide explains how to identify performance bottlenecks on Linux servers and improve stability by adjusting kernel parameters, using monitoring tools like vmstat, mpstat, iostat, and sar, and applying resource‑limit techniques such as ulimit, PAM, and cgroups across CPU, memory, disk, and network subsystems.

Linuxoptimizationperformance tuning
0 likes · 39 min read
How to Optimize Linux Server Performance: Monitoring, Tuning, and Resource Management
Linux Kernel Journey
Linux Kernel Journey
Nov 17, 2025 · Operations

Four Diagrams to Quickly Diagnose Linux Memory Leaks

This guide explains Linux's virtual‑physical memory model, shows how to inspect system and process memory via /proc files, demonstrates a 100 MiB allocation test, and provides a step‑by‑step workflow—including ps sorting and Valgrind usage—to locate and fix memory leaks.

DebuggingLinuxmalloc
0 likes · 16 min read
Four Diagrams to Quickly Diagnose Linux Memory Leaks
Open Source Tech Hub
Open Source Tech Hub
Nov 13, 2025 · Fundamentals

Why Heartbeat Mechanisms Are Critical for Distributed System Reliability

This article explains how periodic heartbeat messages enable distributed systems to detect node failures, choose appropriate intervals and timeouts, compare push and pull models, employ advanced detection algorithms like phi and gossip, and apply these concepts in real-world platforms such as Kubernetes, Cassandra, and etcd.

Distributed SystemsFailure DetectionGossip Protocol
0 likes · 22 min read
Why Heartbeat Mechanisms Are Critical for Distributed System Reliability
Open Source Linux
Open Source Linux
Nov 3, 2025 · Operations

Master Linux ‘top’: Decode System Metrics and Boost Performance

This guide walks you through every line of the Linux top command output, explaining system summaries, CPU and memory metrics, process details, and advanced shortcuts, so you can quickly diagnose performance bottlenecks and become proficient at real‑time system troubleshooting.

CPU usageLinuxOperations
0 likes · 7 min read
Master Linux ‘top’: Decode System Metrics and Boost Performance
Tech Stroll Journey
Tech Stroll Journey
Oct 28, 2025 · Operations

Detect and Fix Linux Memory Leaks with memleak and vmstat

This guide explains how Linux memory leaks occur, why they harm system stability, and provides step‑by‑step commands—including top, ps, pmap, vmstat, and the memleak utility—to identify, monitor, and resolve leaking processes efficiently.

Linuxmemleakmemory leak
0 likes · 6 min read
Detect and Fix Linux Memory Leaks with memleak and vmstat
Open Source Linux
Open Source Linux
Sep 23, 2025 · Operations

20 Essential Linux Commands Every Ops Engineer Must Master

This guide walks you through twenty indispensable Linux commands—covering system monitoring, performance analysis, process management, networking, disk handling, and tuning—explaining their basic and advanced usages, real‑world pitfalls, and how they stay relevant in the cloud‑native era.

LinuxNetworkingOperations
0 likes · 12 min read
20 Essential Linux Commands Every Ops Engineer Must Master
Ops Community
Ops Community
Sep 22, 2025 · Operations

20 Essential Linux Commands Every Ops Engineer Must Master

This guide presents twenty indispensable Linux commands—covering system monitoring, performance analysis, process management, networking, disk handling, and system tuning—along with practical examples, tips, and common pitfalls, empowering operations engineers to quickly diagnose and resolve production issues in modern cloud‑native environments.

DevOpsLinuxOperations
0 likes · 14 min read
20 Essential Linux Commands Every Ops Engineer Must Master
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Aug 13, 2025 · Operations

Unlock Faster System Performance Analysis with Alibaba’s Open‑Source ssar Tool

This article introduces the open‑source ssar system‑performance monitoring tool, explains its architecture, compares it with traditional sar utilities, demonstrates fast‑iteration development, showcases load5s metrics and detailed command usage, and provides configuration guidance for precise Linux performance diagnostics.

Linuxload metricsperformance analysis
0 likes · 27 min read
Unlock Faster System Performance Analysis with Alibaba’s Open‑Source ssar Tool
Tencent Cloud Developer
Tencent Cloud Developer
Aug 12, 2025 · Backend Development

Optimizing High‑Volume Payment System Architecture: Core Process, Bottlenecks & Solutions

This article dissects the end‑to‑end payment workflow, identifies performance, reliability and data‑consistency bottlenecks across order creation, risk assessment, routing, settlement and payout stages, and presents concrete architectural patterns, code snippets and monitoring strategies to achieve sub‑second latency and 99.99% availability under massive traffic spikes.

Backend ArchitecturePerformance Optimizationpayment system
0 likes · 14 min read
Optimizing High‑Volume Payment System Architecture: Core Process, Bottlenecks & Solutions
Ops Community
Ops Community
Jul 20, 2025 · Operations

Master Linux Production Performance: A Complete Hands‑On Optimization Guide

This comprehensive guide walks you through building a monitoring baseline, tuning CPU, memory, disk I/O, and network settings, applying kernel and application optimizations, and setting up automated monitoring and alerts to dramatically improve Linux production system performance.

LinuxLinux TuningPerformance Optimization
0 likes · 20 min read
Master Linux Production Performance: A Complete Hands‑On Optimization Guide
Liangxu Linux
Liangxu Linux
Jun 29, 2025 · Operations

Master Real‑Time System Monitoring with btop: Installation, Usage, and Tips

btop is a modern, graphical replacement for the classic top command that runs on Linux, FreeBSD, and macOS; this guide explains how to install it via Snap, APT, source compilation or Docker, shows how to verify the installation, and details its interface, shortcuts, configuration, and additional features.

DockerUbuntubtop++
0 likes · 7 min read
Master Real‑Time System Monitoring with btop: Installation, Usage, and Tips
ITPUB
ITPUB
Jun 26, 2025 · Operations

One‑Click Linux System Inspection: Complete Bash Script Guide

Learn how to create and run a one‑click Linux inspection Bash script that automatically gathers system basics, CPU, memory, disk usage, network configuration, service status, security checks, login records, log analysis, and performance metrics, and how to schedule it via cron.

BashLinuxShell
0 likes · 8 min read
One‑Click Linux System Inspection: Complete Bash Script Guide
Raymond Ops
Raymond Ops
Jun 6, 2025 · Operations

Master Linux Process Management: Essential Commands and Monitoring Tools

This guide explains the fundamentals of Linux programs and processes, their lifecycle, creation methods, and provides detailed usage of key commands such as ps, top, pgrep, pstree, lsof, vmstat, free, iostat, iftop, dstat, as well as background job control, at, and crontab for scheduling tasks.

LinuxShellprocess management
0 likes · 11 min read
Master Linux Process Management: Essential Commands and Monitoring Tools
IT Xianyu
IT Xianyu
Apr 19, 2025 · Operations

Comprehensive Guide to System Monitoring, Text Editing, Permission Management, and Log Analysis for Library Operations

This article provides a detailed, step‑by‑step tutorial on using Linux commands such as top, grep, awk, and bash scripts for performance bottleneck detection, memory‑leak investigation, automated alerts, efficient Vim editing, permission matrix configuration, multi‑condition log analysis, and quick troubleshooting in a library management environment.

Bash ScriptingPermissionssystem-monitoring
0 likes · 9 min read
Comprehensive Guide to System Monitoring, Text Editing, Permission Management, and Log Analysis for Library Operations
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2025 · Operations

Top 10 Essential Ops Tools Every Engineer Should Master

This article introduces the ten most frequently used operations engineering tools, detailing each tool's functions, suitable scenarios, advantages, and real‑world examples, and includes practical code snippets to help engineers automate and streamline their daily workflows.

AutomationInfrastructureLinux tools
0 likes · 8 min read
Top 10 Essential Ops Tools Every Engineer Should Master
DataFunSummit
DataFunSummit
Jan 23, 2025 · Artificial Intelligence

Improving Observability in Multi‑Agent Systems: Analysis and Extension of OpenAI Swarm

This article examines the research‑oriented topic of observability in multi‑agent systems, reviews existing open‑source MAS frameworks such as Swarm, MetaGPT, AutoGen, and AutoGPT, identifies their observability challenges, and proposes extensions and visualization techniques to enhance debugging, testing, and control of OpenAI Swarm‑based applications.

AIAgent FrameworksObservability
0 likes · 26 min read
Improving Observability in Multi‑Agent Systems: Analysis and Extension of OpenAI Swarm
Efficient Ops
Efficient Ops
Jan 22, 2025 · Operations

Essential Ops Metrics Every Engineer Should Monitor

Operations engineers need to track a comprehensive set of system, application, fault, security, and backup metrics—such as CPU and memory usage, response time, alert counts, incident rates, and recovery objectives—to quickly assess health, anticipate problems, and ensure reliable performance.

Reliabilitybackup and recoveryperformance metrics
0 likes · 5 min read
Essential Ops Metrics Every Engineer Should Monitor
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
Liangxu Linux
Liangxu Linux
Nov 17, 2024 · Operations

Master Linux’s top Command: Real‑Time Process Monitoring Made Easy

This guide introduces the Linux top command, explains its syntax and common options, details interactive key commands, and provides practical examples for monitoring processes, CPU, memory, threads, and specific users, helping users efficiently diagnose system performance issues.

CLILinuxUnix
0 likes · 5 min read
Master Linux’s top Command: Real‑Time Process Monitoring Made Easy
Python Programming Learning Circle
Python Programming Learning Circle
Sep 15, 2024 · Operations

Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup

This article explains how operations engineers can leverage Python scripts and popular libraries such as paramiko, regex, psutil, fabric, and shutil to automate tasks like remote command execution, log analysis, system monitoring with alerts, batch software deployment, and file backup and recovery, enhancing efficiency and reducing manual errors.

DevOpsOperations Automationremote execution
0 likes · 9 min read
Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup
Open Source Linux
Open Source Linux
Sep 10, 2024 · Operations

Boost Ops Efficiency: 5 Python Scripts Every Engineer Should Use

This article explains how Python scripts can automate key operations tasks—connecting to remote servers, parsing logs, monitoring system health, batch deploying software, and handling backups—enhancing efficiency and reducing manual errors for engineers.

DevOpsOperations AutomationPython
0 likes · 9 min read
Boost Ops Efficiency: 5 Python Scripts Every Engineer Should Use
MaGe Linux Operations
MaGe Linux Operations
Sep 1, 2024 · Operations

Master Linux System Monitoring: Essential Metrics, Tools, and Best Practices

This comprehensive guide explains why Linux system monitoring is crucial, outlines key metrics such as CPU, memory, disk I/O, network, and process usage, recommends essential command‑line tools, and provides advanced techniques, automation scripts, best practices, and common pitfalls to ensure reliable, secure server performance.

AutomationLinuxperformance metrics
0 likes · 9 min read
Master Linux System Monitoring: Essential Metrics, Tools, and Best Practices
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Aug 28, 2024 · Operations

Essential Bash Scripts for Linux System Monitoring and Automation

This article presents a curated collection of Bash scripts that automate key Linux operations such as MySQL replication monitoring, directory change detection, bulk user creation, website health checks, remote command execution, one‑click LNMP deployment, resource usage reporting, high‑resource process identification, and automated Java and PHP project deployment.

AutomationBashDeployment
0 likes · 12 min read
Essential Bash Scripts for Linux System Monitoring and Automation
Liangxu Linux
Liangxu Linux
Jul 28, 2024 · Operations

Essential Linux Commands for Diagnosing Production Issues

A practical guide explains how to use top, iostat, netstat, df, du and other common Linux commands to monitor CPU, memory, disk, and network status, interpret their output, and troubleshoot performance problems in production environments.

Linuxdisk usageiostat
0 likes · 5 min read
Essential Linux Commands for Diagnosing Production Issues
Liangxu Linux
Liangxu Linux
Jun 27, 2024 · Operations

Essential Linux Commands for Real‑Time System Troubleshooting

This guide walks you through key Linux commands such as top, free, iostat, netstat, df, and du, explaining each output field, how to interpret system load, memory usage, CPU statistics, network connections, and disk space to quickly diagnose production issues.

Linuxdfdu
0 likes · 6 min read
Essential Linux Commands for Real‑Time System Troubleshooting
Liangxu Linux
Liangxu Linux
May 29, 2024 · Operations

Master Linux System Monitoring: Top, Free, Vmstat, Iostat, Mpstat, Sar, Netstat, Uptime, Ps, Watch, Strace & Lsof

This comprehensive guide explains how to use essential Linux monitoring commands—including top, free, vmstat, iostat, mpstat, sar, netstat, uptime, ps, watch, strace, and lsof—detailing their purpose, key options, output fields, and practical examples to help you diagnose system performance and resource usage.

Linuxcommand-line toolsperformance analysis
0 likes · 39 min read
Master Linux System Monitoring: Top, Free, Vmstat, Iostat, Mpstat, Sar, Netstat, Uptime, Ps, Watch, Strace & Lsof
Liangxu Linux
Liangxu Linux
May 19, 2024 · Operations

Master Linux System Monitoring: Top, Free, vmstat, iostat, and More

This comprehensive guide explains how to use essential Linux monitoring commands—top, free, vmstat, iostat, mpstat, sar, netstat, uptime, ps, watch, strace, and lsof—detailing their purpose, key parameters, interactive shortcuts, and how to interpret their output for effective system performance analysis.

CLILinuxUnix
0 likes · 34 min read
Master Linux System Monitoring: Top, Free, vmstat, iostat, and More
Liangxu Linux
Liangxu Linux
May 16, 2024 · Fundamentals

Understanding the Linux /proc Virtual Filesystem and Its Key Entries

The article provides a comprehensive guide to the Linux /proc virtual filesystem, explaining its purpose, how to mount it, and detailing the most important files and directories such as /proc/pid, /proc/self, security attributes, memory maps, and network information, along with practical commands for inspection.

KernelLinuxProc Filesystem
0 likes · 23 min read
Understanding the Linux /proc Virtual Filesystem and Its Key Entries
Liangxu Linux
Liangxu Linux
May 2, 2024 · Operations

Essential Linux Monitoring Tools and How to Use Them

This guide introduces essential Linux monitoring commands such as top, htop, vmstat, iostat, sar, netstat, iftop, tcpdump, and Glances, explains their usage with example code, and shows how to analyze logs and create custom scripts for comprehensive system performance tracking.

Linuxperformancesystem-monitoring
0 likes · 7 min read
Essential Linux Monitoring Tools and How to Use Them
Open Source Linux
Open Source Linux
Apr 26, 2024 · Operations

7 Practical Linux Performance Optimization Techniques for Enterprise Systems

This article compiles seven hands‑on Linux performance‑optimization practices—including hardware, kernel, and network tuning, diagnostic commands, memory accounting, swap usage, and TCP parameter adjustments—to help engineers quickly identify and resolve stability and speed issues in production environments.

CPULinuxPerformance Optimization
0 likes · 20 min read
7 Practical Linux Performance Optimization Techniques for Enterprise Systems
Liangxu Linux
Liangxu Linux
Apr 21, 2024 · Operations

Master Linux System Monitoring: top, free, vmstat, iostat, netstat and More

This guide provides a comprehensive overview of essential Linux system monitoring commands—including top, free, vmstat, iostat, mpstat, sar, netstat, uptime, ps, watch, strace, and lsof—detailing their syntax, key options, interactive controls, and how to interpret their output for effective performance analysis.

FreeLinuxiostat
0 likes · 32 min read
Master Linux System Monitoring: top, free, vmstat, iostat, netstat and More
Liangxu Linux
Liangxu Linux
Apr 19, 2024 · Operations

Step-by-Step Guide to Diagnose High CPU Usage on Linux

This guide walks you through checking CPU usage, system load, resource consumption, problematic processes, system logs, and performance bottlenecks on a Linux server using common command‑line tools such as top, uptime, pidstat, strace, tail, and perf.

CPULinuxOperations
0 likes · 3 min read
Step-by-Step Guide to Diagnose High CPU Usage on Linux
DeWu Technology
DeWu Technology
Apr 19, 2024 · Operations

How to Safeguard B‑End Link Configurations: System Limits, Front‑End Checks, and Automated Alerts

This article analyzes the risks of incorrect B‑end link configurations in fast‑moving business environments and presents a comprehensive protection framework—including system‑level design constraints, front‑end inspections, log‑based alerts, and UI automation—to ensure link accuracy, stability, and rapid issue resolution.

AutomationOperationsfrontend inspection
0 likes · 8 min read
How to Safeguard B‑End Link Configurations: System Limits, Front‑End Checks, and Automated Alerts
Test Development Learning Exchange
Test Development Learning Exchange
Mar 30, 2024 · Operations

Monitoring macOS and Windows System Resources with Python

This guide explains why and how to monitor CPU, memory, and disk I/O on macOS or Windows using Python's psutil, matplotlib, and numpy libraries, covering performance analysis, troubleshooting, capacity planning, automated alerts, and includes a complete example script that visualizes resource usage over time.

Pythonperformance analysispsutil
0 likes · 6 min read
Monitoring macOS and Windows System Resources with Python
DevOps Operations Practice
DevOps Operations Practice
Mar 15, 2024 · Operations

Practical Linux Command-Line Techniques: Using xargs, ps, and netstat for File Classification, Resource Monitoring, and Network Inspection

This tutorial demonstrates how to leverage the xargs command for batch file processing, employ ps to list high‑memory and high‑CPU processes, and use netstat combined with awk to examine TCP connection states and identify the most active IP addresses, all illustrated with concrete command examples.

Linuxcommand-linenetstat
0 likes · 4 min read
Practical Linux Command-Line Techniques: Using xargs, ps, and netstat for File Classification, Resource Monitoring, and Network Inspection
Java Tech Enthusiast
Java Tech Enthusiast
Jan 7, 2024 · Operations

Using the Linux top Command for Real-Time System Monitoring

The Linux top command offers a dynamic, real‑time view of system processes and resource usage—showing overall statistics, CPU and memory breakdowns, and detailed process columns—while supporting customizable refresh intervals, batch mode, and interactive shortcuts for sorting, column selection, and monitoring crucial metrics like %idle, %wa, and %steal.

CPULinuxOps
0 likes · 7 min read
Using the Linux top Command for Real-Time System Monitoring
Architecture and Beyond
Architecture and Beyond
Nov 25, 2023 · Operations

Designing and Implementing an Effective Log System for Internet Startups

The article explains why comprehensive logging is essential for internet startups, outlines the three stages of a log system, details log levels, required fields, best‑practice principles, collection architectures such as local files and ELK, and how collected logs support monitoring, debugging, and analytics.

ELKLog ManagementObservability
0 likes · 12 min read
Designing and Implementing an Effective Log System for Internet Startups
Liangxu Linux
Liangxu Linux
Nov 16, 2023 · Operations

Master Real-Time System Monitoring with Linux’s watch Command

The article explains how to use Linux’s watch command to automatically repeat commands at set intervals, customize refresh rates, highlight changes, suppress headers, trigger beeps on errors, and exit on output changes, providing practical examples for monitoring processes, files, and user logins.

Automationcommand-linesystem-monitoring
0 likes · 6 min read
Master Real-Time System Monitoring with Linux’s watch Command
MaGe Linux Operations
MaGe Linux Operations
Oct 11, 2023 · Operations

Add Hollywood‑Style Animations to Your Terminal: Install & Features Guide

This article introduces Hollywood, a lightweight command‑line tool that brings movie‑like animated effects to terminal output, explains how to install it on Debian‑based systems, outlines its key features, and lists additional monitoring commands you can combine for a visually engaging system‑monitoring experience.

animationhollywoodsystem-monitoring
0 likes · 5 min read
Add Hollywood‑Style Animations to Your Terminal: Install & Features Guide
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
Open Source Linux
Open Source Linux
Sep 6, 2023 · Operations

Master Logwatch: Install and Automate Linux Log Analysis on CentOS

Logwatch, a built‑in CentOS log analysis tool, can be installed via yum, configured by copying the default config, and scheduled through cron to automatically email root daily summaries of system logs, simplifying server monitoring and reducing manual log inspection.

cronlog analysislogwatch
0 likes · 7 min read
Master Logwatch: Install and Automate Linux Log Analysis on CentOS
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
HomeTech
HomeTech
Aug 16, 2023 · Operations

Webeye: A Low‑Code UI Automation Platform for Comprehensive Web Monitoring

This article introduces the Webeye low‑code platform, explains the fundamentals of system monitoring—including logging, metrics, and tracing—describes layered monitoring across hardware to UI, details Webeye’s actions and validators, presents a real‑world use case, and discusses extensibility, selector flexibility, and impact mitigation.

Headless BrowserLow‑code platformUI automation
0 likes · 14 min read
Webeye: A Low‑Code UI Automation Platform for Comprehensive Web Monitoring
Liangxu Linux
Liangxu Linux
Aug 5, 2023 · Operations

Mastering lsof: List Open Files and Diagnose Linux Systems

This guide explains the purpose of the lsof command, its syntax, the types of files it can list, common options, and provides dozens of practical examples for inspecting processes, network connections, and file descriptors on Linux systems.

Linuxlsofopen files
0 likes · 13 min read
Mastering lsof: List Open Files and Diagnose Linux Systems
Liangxu Linux
Liangxu Linux
Jul 23, 2023 · Operations

Master Linux perf: From Basics to Advanced Profiling and Flame Graphs

This comprehensive guide introduces Linux perf, explains its core components, walks through essential commands, demonstrates real‑world use cases such as CPU, memory, and I/O analysis, shows how to generate flame graphs, and provides advanced tips and troubleshooting for accurate performance profiling on Linux systems.

BenchmarkLinuxflamegraph
0 likes · 24 min read
Master Linux perf: From Basics to Advanced Profiling and Flame Graphs
MaGe Linux Operations
MaGe Linux Operations
Jul 19, 2023 · Operations

Master Linux System Monitoring: Top, vmstat, pidstat, iostat & More

This guide explains essential Linux monitoring tools—top, vmstat, pidstat, iostat, netstat, sar, and tcpdump—detailing the metrics they expose, how to interpret CPU, memory, disk, and network statistics, and practical command examples for effective server performance troubleshooting.

LinuxOperationsperformance
0 likes · 17 min read
Master Linux System Monitoring: Top, vmstat, pidstat, iostat & More
MaGe Linux Operations
MaGe Linux Operations
Jul 2, 2023 · Operations

Master Linux Performance: Using perf for Profiling and Optimization

Linux perf is a powerful, flexible profiling tool that lets developers and system administrators monitor hardware and software events, analyze CPU, memory, and I/O performance, generate flame graphs, and troubleshoot bottlenecks across single processes, containers, and multi‑core systems, with extensive commands and advanced techniques.

Linuxflame graphperf
0 likes · 28 min read
Master Linux Performance: Using perf for Profiling and Optimization
Tencent Cloud Developer
Tencent Cloud Developer
May 15, 2023 · Operations

Taking Over and Stabilizing a Complex Legacy System: Tencent's Practical Experience

Tencent’s team successfully took over a 93‑service legacy content architecture, stabilizing it by building comprehensive monitoring, creating detailed code walkthrough documentation, fixing critical bugs, and streamlining R&D processes, which cut daily alerts from 159 to zero, reduced business incidents, and lowered on‑call staffing dramatically.

alert-governanceci/cdcode-quality
0 likes · 24 min read
Taking Over and Stabilizing a Complex Legacy System: Tencent's Practical Experience
Liangxu Linux
Liangxu Linux
Mar 16, 2023 · Operations

Master Linux System Monitoring: htop, top, load average, CPU, memory, and network metrics

This guide explains how to use Linux tools such as htop, top, uptime, sar, pidstat, free, ps, lsof, netstat, and ss to monitor CPU details, load averages, memory usage, process information, PID mappings in containers, swap, inode statistics, network throughput, socket states, and database connection counts, providing practical commands and interpretation tips for effective system performance analysis.

CPULinuxMemory
0 likes · 13 min read
Master Linux System Monitoring: htop, top, load average, CPU, memory, and network metrics
Efficient Ops
Efficient Ops
Feb 15, 2023 · Operations

Essential Linux Shell Commands for System Monitoring and Troubleshooting

This guide compiles practical Linux shell commands for administrators to delete zero‑byte files, inspect and sort processes, extract URLs, check HTTP concurrency, modify SSH settings, terminate MySQL processes, list services, create symlinks, retrieve IP addresses, and monitor CPU, memory, disk, network, and logs, plus a handy set of common regular expressions.

commandsregexsystem-monitoring
0 likes · 14 min read
Essential Linux Shell Commands for System Monitoring and Troubleshooting
21CTO
21CTO
Nov 30, 2022 · Operations

Beyond htop: Top 5 Linux Monitoring Tools and How to Install Them

Discover five powerful Linux system‑monitoring alternatives to htop—atop, vtop, btop++, Glances, and nmon—each with unique features, visual styles, and straightforward installation commands for popular distributions.

GlancesLinuxatop
0 likes · 5 min read
Beyond htop: Top 5 Linux Monitoring Tools and How to Install Them
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
Liangxu Linux
Liangxu Linux
Nov 16, 2022 · Operations

Essential Linux Ops Tools: Nethogs, IOZone, IOTop, Fail2ban and More

A practical guide for Linux administrators that introduces nine useful monitoring and security tools—including Nethogs, IOZone, IOTop, IPtraf, IFTop, Fail2ban, NMON, MultiTail, and Nmap—providing download links, installation commands, key options, and usage examples to enhance system management and protection.

Linuxnetwork-toolssystem-monitoring
0 likes · 11 min read
Essential Linux Ops Tools: Nethogs, IOZone, IOTop, Fail2ban and More
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Oct 14, 2022 · Operations

Understanding and Implementing Hungtask Detection in the Linux Kernel

The article explains Linux hung‑task detection, detailing both a system‑wide polling method that compares unchanged D‑state task context‑switch counts and a watchdog approach for critical processes, describes kernel implementations, analysis of real‑world hang cases, and emphasizes log analysis and parameter tuning to prevent system hangs.

AndroidLinuxhungtask
0 likes · 14 min read
Understanding and Implementing Hungtask Detection in the Linux Kernel
Liangxu Linux
Liangxu Linux
Sep 19, 2022 · Operations

Build a Simple Bash Script to Monitor CPU, Memory, and Disk Usage on Linux

This tutorial walks you through creating a Bash script that periodically captures and displays memory, disk, and CPU utilization on a Linux server, explains the underlying commands, shows how to run the script in a timed loop, and demonstrates adding a stress test for load generation.

CPU usageMemory Usagedisk usage
0 likes · 9 min read
Build a Simple Bash Script to Monitor CPU, Memory, and Disk Usage on Linux
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Sep 2, 2022 · Mobile Development

Perfetto Trace Analysis Guide: Android Performance Profiling Tool

This guide explains how to install and use Perfetto, Android’s next‑generation tracing tool, covering trace capture via command line or Traceur, UI navigation, key trace elements, and practical SQL queries for analyzing slices, counters, scheduling, thread states, and lock contention to optimize performance.

Android TracingMobile DevelopmentPerfetto
0 likes · 9 min read
Perfetto Trace Analysis Guide: Android Performance Profiling Tool
Efficient Ops
Efficient Ops
Jun 26, 2022 · Operations

Master Linux System Monitoring: Essential Commands and Tools for Ops

This guide explains how to efficiently monitor Linux systems using core commands and tools such as ls, ps, free, top, smem, and provides practical examples for checking CPU, memory, processes, disks, networks, and removing zombie processes.

process managementsmemsystem-monitoring
0 likes · 9 min read
Master Linux System Monitoring: Essential Commands and Tools for Ops
Liangxu Linux
Liangxu Linux
Apr 24, 2022 · Operations

Master Disk Space Insight with duf: Install, Use, and Customize

This guide explains how to install the duf command‑line tool on Ubuntu, macOS, and Windows, and demonstrates its usage with options like --only local, --sort used, --json, and --inodes to provide a visual, adaptive view of disk and inode usage.

command-linedisk usageduf
0 likes · 5 min read
Master Disk Space Insight with duf: Install, Use, and Customize
Efficient Ops
Efficient Ops
Apr 11, 2022 · Operations

Upgrade Your Linux Workflow: 10 Powerful CLI Replacements for cat, df, and top

This article introduces ten open‑source Linux command‑line tools—including bat, duf, tldr, htop, glances, exa, fd, ag, axel and pydf—explaining how to install them on various distributions, showcasing their key features and usage examples, and demonstrating how they can improve everyday system administration tasks.

CLI toolsopen sourceproductivity
0 likes · 20 min read
Upgrade Your Linux Workflow: 10 Powerful CLI Replacements for cat, df, and top
Liangxu Linux
Liangxu Linux
Mar 28, 2022 · Operations

Top Alternatives: A Complete Guide to Linux System Monitoring Tools

This article reviews the classic Linux top command, explains its syntax, options, and interactive keys, then presents eleven modern alternatives—bashtop, bpytop, btop, bottom, glances, gotop, gtop, htop, nvtop, vtop, and zenith—detailing their features, installation methods, and usage examples for effective system monitoring.

command-line toolssystem-monitoringtop alternatives
0 likes · 20 min read
Top Alternatives: A Complete Guide to Linux System Monitoring Tools
Efficient Ops
Efficient Ops
Feb 22, 2022 · Operations

Mastering ssar: A Deep Dive into Alibaba’s Open‑Source System Performance Tool

ssar is Alibaba’s open‑source system performance monitoring tool that extends traditional sar capabilities with comprehensive machine‑level, process‑level, and load metrics, offering rapid development, flexible configuration, and advanced diagnostics such as load5s, thread analysis, and custom Python query extensions for detailed OS troubleshooting.

Linuxdiagnosticsopen source
0 likes · 29 min read
Mastering ssar: A Deep Dive into Alibaba’s Open‑Source System Performance Tool
IT Services Circle
IT Services Circle
Feb 18, 2022 · Operations

Top Command and Its Modern Alternatives for Linux System Monitoring

This article explains the Linux top command syntax, options, and interactive hotkeys, interprets its output, and then presents a curated list of contemporary replacements—including bashtop, bpytop, btop, bottom, glances, gotop, gtop, htop, nvtop, vtop, and zenith—along with their key features, installation steps for various distributions, and basic usage examples.

CLI toolsLinuxsystem-monitoring
0 likes · 18 min read
Top Command and Its Modern Alternatives for Linux System Monitoring