Tag

server monitoring

0 views collected around this technical thread.

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.

LinuxOpssampler
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.

Linuxoperationssampler
0 likes · 8 min read
Visual Server Monitoring Made Easy with Sampler: Install & Configure
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.

High AvailabilityPythonautomation
0 likes · 4 min read
Server Monitoring Strategies and Tools Using Python
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.

Pythoncrontabemail-alert
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.

AlertingPythonSocket
0 likes · 19 min read
Python Server Resource Monitoring and Alerting Scripts
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.

Linuxawklog analysis
0 likes · 14 min read
Master Server Log Analysis: 30 Essential Linux Commands for Monitoring Traffic
Efficient Ops
Efficient Ops
Mar 29, 2022 · Operations

Master Server Log Analysis: 30 Essential Linux Commands to Uncover Traffic Insights

This guide presents a comprehensive collection of Linux command‑line techniques—including awk, grep, and netstat—to help you analyze web server logs, identify unique visitors, track page popularity, monitor connection states, and detect performance bottlenecks in a systematic way.

Linuxawklog analysis
0 likes · 15 min read
Master Server Log Analysis: 30 Essential Linux Commands to Uncover Traffic Insights
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 optimizationnetwork optimization
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.

LinuxShell Commandslog analysis
0 likes · 13 min read
Master Server Log Analysis with Essential Linux Commands
php中文网 Courses
php中文网 Courses
Nov 13, 2020 · Operations

Understanding the Linux top Command: Options, Output Fields, and Interactive Controls

This article explains how the Linux top command provides real‑time server monitoring, details its common options, interprets each line of its output—including CPU, memory, and process information—and shows useful interactive commands and a practical example for tracking a specific process.

CLILinuxoperations
0 likes · 4 min read
Understanding the Linux top Command: Options, Output Fields, and Interactive Controls
360 Tech Engineering
360 Tech Engineering
Nov 28, 2019 · Backend Development

Building a Server Monitoring Web Application with Vue, Element, ECharts, and Flask

This tutorial demonstrates how to create a full‑stack server‑monitoring web app by setting up a Vue‑based frontend with Element and ECharts, and a Python Flask backend that collects load and disk usage data via Paramiko, stores it in SQLite, and serves it through a JSON API.

FlaskFrontendPython
0 likes · 8 min read
Building a Server Monitoring Web Application with Vue, Element, ECharts, and Flask
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.

Linuxawklog analysis
0 likes · 15 min read
Master Server Log Analysis with Essential Linux Commands
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 1, 2018 · Operations

Accurate Real-Time Server Downtime Detection and False‑Positive Reduction

The article explains how to achieve precise, real‑time detection of physical server outages, reduce false alarms through heartbeat monitoring, network and special‑case interference filtering, and detailed analysis, ultimately improving detection accuracy and coverage for reliable operations.

downtime detectionfalse positive reductionheartbeat
0 likes · 7 min read
Accurate Real-Time Server Downtime Detection and False‑Positive Reduction
360 Quality & Efficiency
360 Quality & Efficiency
Aug 2, 2017 · Operations

Setting Up JMeter PerfMon Plugins for GUI and Non-GUI Server Performance Monitoring

This guide explains how to set up JMeter’s PerfMon plugins for both GUI and non-GUI server performance monitoring, including required plugin downloads, agent installation, JAR placement, test plan configuration, command-line execution, and result analysis.

JMeterPerfMonoperations
0 likes · 4 min read
Setting Up JMeter PerfMon Plugins for GUI and Non-GUI Server Performance Monitoring
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Aug 8, 2015 · Operations

Automatic Anomaly Detection for Server Failures Using DBSCAN at Netflix

This article describes how Netflix’s technical operations team built an automatic anomaly‑detection system based on the DBSCAN clustering algorithm to identify subtly failing servers from time‑series error‑rate data, evaluate its effectiveness, and discuss practical deployment considerations.

Anomaly DetectionClusteringDBSCAN
0 likes · 9 min read
Automatic Anomaly Detection for Server Failures Using DBSCAN at Netflix