Tagged articles
43 articles
Page 1 of 1
Xiao Liu Lab
Xiao Liu Lab
Nov 8, 2025 · Operations

Generate a Complete Linux Server Health Report with a Single Command

This article introduces a lightweight Bash script that, with one curl command, automatically gathers CPU, memory, disk, and network information from a Linux server and outputs a formatted, color‑coded report in seconds, dramatically simplifying routine ops tasks.

AutomationLinuxOps
0 likes · 6 min read
Generate a Complete Linux Server Health Report with a Single Command
Liangxu Linux
Liangxu Linux
Oct 8, 2025 · Operations

Mastering High‑Load Linux Server Performance: Diagnose and Fix Bottlenecks

When a Linux server spikes to 90% CPU, memory pressure grows, and database connections exhaust, this guide walks you through a systematic methodology, essential tools, real‑world case studies, and practical optimizations to quickly locate and resolve performance bottlenecks.

LinuxOperationsServer Monitoring
0 likes · 15 min read
Mastering High‑Load Linux Server Performance: Diagnose and Fix Bottlenecks
Lin is Dream
Lin is Dream
May 18, 2025 · Operations

Master Server Disk & Network Monitoring with Command‑Line Tools

This guide explains why every server must monitor CPU, memory, disk and network usage, shows how to clean disks and analyze traffic using command‑line utilities such as df, du, iotop, iostat, iftop, lsof and tcpdump, and provides real‑world case studies for troubleshooting disk space exhaustion, port conflicts and abnormal outbound traffic.

OperationsServer Monitoringdisk-management
0 likes · 9 min read
Master Server Disk & Network Monitoring with Command‑Line Tools
Java Tech Enthusiast
Java Tech Enthusiast
Dec 2, 2024 · Operations

Sampler: A Visual Server Monitoring Tool for Linux

Sampler is a Linux visual monitoring tool that runs from a single binary, uses simple YAML files to define widgets such as sparklines and bar charts, and displays real‑time CPU, memory, network, Docker container statistics and other metrics, while being easily extensible to services like MySQL, MongoDB and Kafka.

LinuxOpsServer Monitoring
0 likes · 7 min read
Sampler: A Visual Server Monitoring Tool for Linux
macrozheng
macrozheng
Nov 29, 2024 · Operations

Visual Server Monitoring Made Easy with Sampler: Install & Configure

This article introduces the Sampler visual monitoring tool, explains how to install it on Linux, and provides step‑by‑step YAML configuration examples for tracking CPU, memory, Docker containers, network activity, and system time, enabling quick, intuitive server status checks.

LinuxOperationsServer Monitoring
0 likes · 8 min read
Visual Server Monitoring Made Easy with Sampler: Install & Configure
Open Source Linux
Open Source Linux
May 11, 2024 · Operations

How to Measure Server Disk I/O Performance with the dd Command

This guide explains why disk I/O matters for server performance and walks through using the Linux dd command to create a test file, run read/write benchmarks, interpret the results from /proc/diskstats, and automate regular checks with a cron script.

BenchmarkDisk I/OLinux performance
0 likes · 7 min read
How to Measure Server Disk I/O Performance with the dd Command
MaGe Linux Operations
MaGe Linux Operations
Apr 19, 2024 · Operations

Master Server Monitoring: Diagnose CPU, Memory, Disk & TCP Alerts

This guide explains how to identify and resolve common server monitoring alerts—including CPU, memory, disk space, disk I/O, and TCP connection issues—using Linux commands such as top, df, du, iotop, and netstat, and provides practical remediation steps.

Server MonitoringTCP connectionscpu alert
0 likes · 18 min read
Master Server Monitoring: Diagnose CPU, Memory, Disk & TCP Alerts
Test Development Learning Exchange
Test Development Learning Exchange
Aug 23, 2023 · Operations

Server Monitoring Strategies and Tools Using Python

This article outlines key strategies and Python tools for server monitoring, including defining metrics, utilizing libraries like psutil and requests, log analysis, load testing with Locust and PyTest, and implementing automated alerts for high availability.

Load TestingPythonServer Monitoring
0 likes · 4 min read
Server Monitoring Strategies and Tools Using Python
Liangxu Linux
Liangxu Linux
Jul 2, 2023 · Operations

Master Server Log Analysis with Powerful Bash Commands

This guide presents a comprehensive collection of Bash one‑liners—using awk, grep, sort, uniq, netstat, and other utilities—to count unique IPs, rank page visits, filter bots, analyze traffic by time windows, compute bandwidth, and monitor connection states from Apache or Nginx access logs.

BashGrepServer Monitoring
0 likes · 12 min read
Master Server Log Analysis with Powerful Bash Commands
Sohu Tech Products
Sohu Tech Products
Feb 22, 2023 · Operations

Python Server Resource Monitoring Scripts with Email and WeChat Alerting

This article describes a Python‑based solution that monitors CPU, memory, disk usage and network traffic on a server and multiple client machines, stores alerts in MySQL, and sends notifications via email and an Enterprise WeChat robot when predefined thresholds are exceeded.

Server MonitoringWeChat botcrontab
0 likes · 20 min read
Python Server Resource Monitoring Scripts with Email and WeChat Alerting
IT Services Circle
IT Services Circle
Jan 9, 2023 · Operations

Python Server Resource Monitoring and Alerting Scripts

This article presents Python scripts for server‑side and client‑side resource monitoring, automatically checking CPU, memory, disk usage and network traffic, storing alerts in MySQL and optionally sending notifications via email or Enterprise WeChat, with deployment instructions and cron scheduling.

AlertingAutomationPython
0 likes · 19 min read
Python Server Resource Monitoring and Alerting Scripts
Liangxu Linux
Liangxu Linux
Oct 30, 2022 · Operations

Essential Linux Commands for Analyzing Web Server Logs

A comprehensive collection of practical Linux one‑liners—using awk, grep, sort, uniq, and netstat—to count unique IPs, track page visits, rank URLs, monitor connection states, and measure traffic from Apache access logs for effective server operations.

GrepLinuxServer Monitoring
0 likes · 13 min read
Essential Linux Commands for Analyzing Web Server Logs
Efficient Ops
Efficient Ops
Oct 8, 2022 · Operations

Master Server Log Analysis: 30 Essential Linux Commands for Monitoring Traffic

This guide compiles a comprehensive set of Linux command‑line techniques—using awk, grep, netstat, and other tools—to help you count unique IPs, track page visits, identify heavy‑traffic files, monitor connection states, and extract performance metrics from Apache and other web server logs.

Server Monitoringawklog analysis
0 likes · 14 min read
Master Server Log Analysis: 30 Essential Linux Commands for Monitoring Traffic
Open Source Linux
Open Source Linux
May 11, 2021 · Operations

Mastering Load Average: How to Read and Interpret top Command Metrics

This guide explains what Linux Load Average represents, how to read each field of the top command output—including CPU, memory, and process details—and offers practical tips for diagnosing server performance issues using additional tools like vmstat and iostat.

LinuxLoad AverageServer Monitoring
0 likes · 7 min read
Mastering Load Average: How to Read and Interpret top Command Metrics
Tencent Cloud Developer
Tencent Cloud Developer
May 10, 2021 · Frontend Development

Website Performance Optimization: Analyzing and Solving Slow Page Load Issues

To dramatically improve page load speed, first diagnose whether slowness stems from client network, DNS, or server bottlenecks, then apply solutions such as scaling servers, optimizing TCP settings, enabling HTTP/2/QUIC, compressing assets, and most cost-effectively integrating a CDN for global edge caching and compression.

CDNFrontend OptimizationServer Monitoring
0 likes · 11 min read
Website Performance Optimization: Analyzing and Solving Slow Page Load Issues
Efficient Ops
Efficient Ops
Mar 7, 2021 · Backend Development

Boost Nginx Performance: Custom 404 Pages, Status Monitoring, and Concurrency Tuning

This guide walks through customizing Nginx 404 error pages, enabling and reading the stub_status module, increasing worker processes and connections, adjusting kernel limits, expanding header buffers, and configuring browser caching for static assets to dramatically improve server performance and reliability.

CacheNGINXPerformance Optimization
0 likes · 10 min read
Boost Nginx Performance: Custom 404 Pages, Status Monitoring, and Concurrency Tuning
Efficient Ops
Efficient Ops
Jan 4, 2021 · Operations

Master Server Log Analysis with Essential Linux Commands

This guide presents a curated set of practical Linux command-line techniques for analyzing web server logs, including counting unique IPs, identifying popular pages, measuring traffic volume, detecting slow or error responses, and monitoring connection states, enabling administrators to efficiently monitor performance and security.

LinuxServer MonitoringShell Commands
0 likes · 13 min read
Master Server Log Analysis with Essential Linux Commands
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 10, 2020 · Operations

Master Online Fault Diagnosis: Server, Java, MySQL, Redis & Network Tips

This guide walks you through common online failures—from disk full and high CPU on servers to Java Tomcat hangs, MySQL deadlocks, slow queries, Redis memory alerts, and network connection issues—providing step‑by‑step troubleshooting methods and practical commands to quickly locate and resolve problems.

Server Monitoringnetwork debuggingonline troubleshooting
0 likes · 35 min read
Master Online Fault Diagnosis: Server, Java, MySQL, Redis & Network Tips
MaGe Linux Operations
MaGe Linux Operations
Oct 16, 2020 · Operations

Top 6 Server Monitoring Tools Every Sysadmin Should Know

Discover six essential server monitoring tools—including Conky, Glances, Linux Dash, Netdata, Prometheus + Grafana, and Ward—that help system administrators track performance, visualize metrics, and maintain reliable infrastructure across diverse platforms.

ConkyGrafanaNetdata
0 likes · 3 min read
Top 6 Server Monitoring Tools Every Sysadmin Should Know
Open Source Linux
Open Source Linux
Sep 27, 2020 · Operations

Top 11 Powerful Server Monitoring Tools You Should Know

This article introduces eleven robust server monitoring solutions, explaining their key features and benefits to help IT professionals ensure server availability, performance, and rapid issue resolution across diverse environments.

IT infrastructureNagiosServer Monitoring
0 likes · 6 min read
Top 11 Powerful Server Monitoring Tools You Should Know
Liangxu Linux
Liangxu Linux
Aug 22, 2020 · Operations

How to Diagnose a Slow Production Server with Essential Linux Commands

This guide walks you through a step‑by‑step method for diagnosing a sluggish production server, covering overall system status with top, CPU usage via vmstat, memory with free, disk space with df, disk I/O using iostat, and network I/O using sar, so you can confidently answer interview questions.

LinuxServer Monitoringcommand-line
0 likes · 9 min read
How to Diagnose a Slow Production Server with Essential Linux Commands
Liangxu Linux
Liangxu Linux
Jun 10, 2019 · Operations

Master Linux Server Monitoring with watch, top, and ac Commands

This guide explains how to use Linux commands such as watch, top, and ac to continuously monitor server performance, track user activity, view process resource consumption, and analyze login times, providing practical examples and command options for effective system administration.

Server Monitoringactop
0 likes · 7 min read
Master Linux Server Monitoring with watch, top, and ac Commands
Efficient Ops
Efficient Ops
Nov 18, 2018 · Operations

Master Server Log Analysis with Essential Linux Commands

This guide compiles a comprehensive set of Linux commands—using awk, grep, netstat, and more—to help you analyze web server logs, track traffic, identify top IPs, monitor connection states, and detect performance bottlenecks on an Alibaba Cloud ECS instance.

Server Monitoringawklog analysis
0 likes · 15 min read
Master Server Log Analysis with Essential Linux Commands
MaGe Linux Operations
MaGe Linux Operations
Aug 14, 2017 · Backend Development

Building a Django‑Based Operations Management Platform: Architecture, Modules, and Monitoring

This article walks through the design and implementation of a Django‑powered operations management platform, covering request flow, modular app structure, user authentication, asset storage, performance monitoring, batch management with Ansible, and full‑stack front‑end integration, illustrated with diagrams and code snippets.

AnsibleBackend DevelopmentDjango
0 likes · 5 min read
Building a Django‑Based Operations Management Platform: Architecture, Modules, and Monitoring
dbaplus Community
dbaplus Community
Jul 30, 2017 · Information Security

Building an Enterprise‑Grade Server Security Audit System: Design, Tools, and Implementation

This article outlines the motivation, design principles, architecture, component choices, and step‑by‑step implementation of a comprehensive server security audit system, covering server information collection, log gathering, access control checks, local vulnerability detection, abnormal traffic analysis, and integration with ELK, Hadoop, and open‑source tools like Lynis and OSSEC.

ELKLynisOSSEC
0 likes · 20 min read
Building an Enterprise‑Grade Server Security Audit System: Design, Tools, and Implementation
MaGe Linux Operations
MaGe Linux Operations
Apr 21, 2017 · Operations

5 Essential Linux Commands Every Sysadmin Should Run on First Login

After five years as a system administrator, the author shares the five essential Linux commands—w, history, top, df, and netstat—that should be run immediately upon logging into any server to quickly assess uptime, user activity, system load, disk usage, and network status.

Server MonitoringSystem Administrationcommand-line
0 likes · 4 min read
5 Essential Linux Commands Every Sysadmin Should Run on First Login
21CTO
21CTO
Dec 30, 2015 · Operations

Designing a 100k-Server Monitoring System: Architecture and Key Lessons

This article shares the architecture, design principles, challenges, and performance‑optimizing solutions behind a ten‑hundred‑thousand‑scale server monitoring system, covering data collection agents, distributed pipelines, real‑time alerts, high throughput, multi‑platform support, and practical lessons learned.

Performance OptimizationScalabilityServer Monitoring
0 likes · 10 min read
Designing a 100k-Server Monitoring System: Architecture and Key Lessons
MaGe Linux Operations
MaGe Linux Operations
Nov 19, 2015 · Operations

Master Linux Server Monitoring with htop, Glances, and dstat

This guide introduces three essential Linux server monitoring tools—htop, Glances, and dstat—detailing their key interactive commands, configuration options, and the rich performance metrics they provide to help administrators quickly diagnose and resolve system issues.

GlancesLinuxServer Monitoring
0 likes · 11 min read
Master Linux Server Monitoring with htop, Glances, and dstat
Java High-Performance Architecture
Java High-Performance Architecture
Sep 23, 2015 · Databases

Why Is My MySQL Site So Slow? Diagnose and Fix High CPU Usage

This guide walks through identifying MySQL CPU overload caused by excessive temporary tables and thread creation, then details configuration tweaks and SQL optimizations—including adjusting tmp_table_size, thread_cache_size, and join/sort buffers—to restore normal performance.

Database ConfigurationSQL OptimizationServer Monitoring
0 likes · 4 min read
Why Is My MySQL Site So Slow? Diagnose and Fix High CPU Usage
MaGe Linux Operations
MaGe Linux Operations
Aug 15, 2014 · Backend Development

How to Enable and Use PHP‑FPM Status Page with Nginx

This guide shows how to configure Nginx and php‑fpm to expose a status page, explains the necessary settings, and provides a sample output to help you monitor PHP request handling and fine‑tune performance parameters.

BackendServer Monitoringphp-fpm
0 likes · 2 min read
How to Enable and Use PHP‑FPM Status Page with Nginx