Tagged articles

Network Monitoring

146 articles · Page 1 of 2
Golang Shines
Golang Shines
Jul 5, 2026 · Operations

Simple Foolproof Zabbix Deployment Guide

This step‑by‑step tutorial shows how to quickly install Zabbix using the VOF package for learning purposes, covering download, system and network configuration, and basic access testing, while warning that it is not suited for production environments.

DeploymentLinuxNetwork Monitoring
0 likes · 3 min read
Simple Foolproof Zabbix Deployment Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Jun 20, 2026 · Operations

Lesser‑Known Linux Network Monitoring Tools You Should Try

This article surveys a wide range of Linux command‑line utilities for monitoring network traffic—such as nethogs, nload, iftop, collectl, netstat, tcpdump and more—detailing each tool's unique features, installation commands for various distributions, and example usage to help both newcomers and seasoned administrators track bandwidth and connections effectively.

LinuxNetwork Monitoringiftop
0 likes · 23 min read
Lesser‑Known Linux Network Monitoring Tools You Should Try
BirdNest Tech Talk
BirdNest Tech Talk
Jun 8, 2026 · Operations

Lidar: Baidu’s Open‑Source Network Monitoring Tool That Goes Beyond PingMesh

The article introduces Lidar, Baidu’s new open‑source TCP‑SYN based network monitoring system, explains why the classic PingMesh approach is unsuitable for large data‑center environments, and details Lidar’s design, implementation quirks across Linux and macOS, BPF filtering, source‑port rotation for ECMP coverage, and practical usage examples.

BPFData CenterNetwork Monitoring
0 likes · 15 min read
Lidar: Baidu’s Open‑Source Network Monitoring Tool That Goes Beyond PingMesh
Linux Tech Enthusiast
Linux Tech Enthusiast
Jun 6, 2026 · Operations

Top 10 Linux Network Monitoring Tools for Command‑Line Management

This article reviews ten open‑source Linux network monitoring utilities—iftop, vnstat, iptraf, Monitorix, dstat, bwm‑ng, ibmonitor, htop, arpwatch, and Wireshark—explaining their features, typical use cases, and how they help administrators keep the network under control via the terminal.

LinuxNetwork MonitoringOperations
0 likes · 8 min read
Top 10 Linux Network Monitoring Tools for Command‑Line Management
BirdNest Tech Talk
BirdNest Tech Talk
Jun 5, 2026 · Operations

Baize: Millisecond‑Level Open‑Source Network Monitoring that Exposes Even Tiny Packet Loss

Baize is an open‑source, configuration‑driven Go tool that delivers millisecond‑granular, high‑frequency (up to 5 000 packets per second) network quality monitoring, covering full ECMP paths, one‑way packet‑loss detection without clock sync, and complementary bit‑flip checks, with simple JSON deployment and built‑in profiling.

BPFECMPGo
0 likes · 10 min read
Baize: Millisecond‑Level Open‑Source Network Monitoring that Exposes Even Tiny Packet Loss
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 28, 2026 · Operations

10 Must‑Try Linux Network Monitoring Tools

This article reviews ten open‑source Linux network monitoring utilities that run from the terminal—ideal for SSH‑based management—detailing each tool's purpose, key features, and typical usage scenarios to help administrators choose the right solution for their environment.

LinuxNetwork MonitoringOpen-source
0 likes · 8 min read
10 Must‑Try Linux Network Monitoring Tools
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 28, 2026 · Operations

10 Must‑Try Linux Network Monitoring Tools

This article reviews ten essential Linux network monitoring utilities—iftop, vnstat, iptraf, Monitorix, dstat, bwm‑ng, ibmonitor, htop, and Wireshark—explaining their features, typical use cases, and how they help administrators keep network traffic under control via the command line, especially when working over SSH.

HtopLinuxMonitorix
0 likes · 8 min read
10 Must‑Try Linux Network Monitoring Tools
Xiao Liu Lab
Xiao Liu Lab
Feb 12, 2026 · Information Security

When fail2ban Became a Monero Miner: Detection, Removal, and Prevention

A temporary test server on Tianyi Cloud was compromised by a malicious XMRig miner masquerading as fail2ban, causing CPU usage to skyrocket; the article details how the intrusion was discovered, the forensic steps taken, and a comprehensive remediation and hardening guide to prevent similar attacks.

CPU SpikeLinux securityNetwork Monitoring
0 likes · 9 min read
When fail2ban Became a Monero Miner: Detection, Removal, and Prevention
Efficient Ops
Efficient Ops
Jan 6, 2026 · Operations

Mastering tcpdump: Practical Commands for Network Packet Capture and Analysis

This guide introduces tcpdump, a powerful network packet capture tool, explains its filtering options, and provides numerous command-line examples—from basic interface listening to complex filters for hosts, ports, protocols, and saving captures—helping users troubleshoot and analyze network traffic effectively.

LinuxNetwork Monitoringcommand-line
0 likes · 7 min read
Mastering tcpdump: Practical Commands for Network Packet Capture and Analysis
Liangxu Linux
Liangxu Linux
Nov 6, 2025 · Operations

Top 6 Free Open‑Source Network Monitoring Tools You Should Know

This article introduces six free open‑source network monitoring solutions—Zabbix, Prometheus, Cacti, Grafana, OpenNMS, and Nagios—explaining their key features, how they collect and visualize metrics, and why they are valuable for maintaining system stability and security.

GrafanaNetwork MonitoringPrometheus
0 likes · 5 min read
Top 6 Free Open‑Source Network Monitoring Tools You Should Know
Deepin Linux
Deepin Linux
Oct 27, 2025 · Operations

Sniffnet: Free Rust‑Based Real‑Time Network Monitor

Sniffnet is a free, Rust‑written network monitoring application that offers real‑time traffic visualization, precise IP and geographic identification, protocol analysis, customizable themes, and exportable PCAP capture files, with step‑by‑step installation guides for Windows, macOS, and Linux, plus optional Npcap support.

LinuxNetwork MonitoringPCAP
0 likes · 6 min read
Sniffnet: Free Rust‑Based Real‑Time Network Monitor
ITPUB
ITPUB
Oct 7, 2025 · Operations

100+ Essential IT Operations Checklist to Keep Your Infrastructure Running Smoothly

This comprehensive guide presents a standardized operations manual covering over one hundred core maintenance checkpoints across server hardware, network devices, storage systems, operating systems, databases, virtualization platforms, backup solutions, security appliances, and data‑center facilities, helping IT teams ensure stable and reliable service delivery.

Data CenterDatabase AdministrationIT Operations
0 likes · 34 min read
100+ Essential IT Operations Checklist to Keep Your Infrastructure Running Smoothly
Efficient Ops
Efficient Ops
Aug 24, 2025 · Operations

Master tcpdump: Essential Commands for Network Packet Capture

This guide introduces tcpdump, a powerful network packet capture tool, explains its filtering capabilities with logical operators, and provides numerous practical examples—from capturing traffic on specific interfaces and hosts to filtering by ports, protocols, and saving captures—helping users troubleshoot network issues efficiently.

LinuxNetwork MonitoringTroubleshooting
0 likes · 6 min read
Master tcpdump: Essential Commands for Network Packet Capture
Liangxu Linux
Liangxu Linux
Aug 2, 2025 · Operations

How to Monitor Docker Container Network Connections with check-docker-connection

The guide explains what the check-docker-connection utility does, its key features, required environment, command‑line options, and provides step‑by‑step examples for monitoring single or multiple Docker containers and displaying the top N containers by network connections, helping users analyze network performance and troubleshoot issues.

CLIDockerNetwork Monitoring
0 likes · 5 min read
How to Monitor Docker Container Network Connections with check-docker-connection
MaGe Linux Operations
MaGe Linux Operations
Apr 14, 2025 · Operations

280 Essential Shell Scripts Every Sysadmin Should Use

This article introduces three practical Shell scripts—an alert sender for Linux systems, a MySQL backup loop, and a real‑time network interface traffic monitor—demonstrating how automation can streamline routine operations and improve system reliability.

Network Monitoringmysql backupsysadmin
0 likes · 3 min read
280 Essential Shell Scripts Every Sysadmin Should Use
Efficient Ops
Efficient Ops
Feb 16, 2025 · Operations

How SmartPing Transforms Network Quality Monitoring with Decentralized Data

SmartPing is a comprehensive network quality monitoring tool that offers forward and reverse ping visualizations, topology mapping, nationwide latency maps, customizable alerts, and decentralized data storage, providing operations teams with real‑time insights and easy installation for reliable network management.

InstallationNetwork Monitoringdecentralized-data
0 likes · 4 min read
How SmartPing Transforms Network Quality Monitoring with Decentralized Data
Alibaba Cloud Observability
Alibaba Cloud Observability
Jan 27, 2025 · Cloud Native

How to Build a Global Network Quality Monitoring System in 5 Minutes

This article explains the technical challenges of cross‑region, cross‑operator network environments and provides a step‑by‑step guide to designing, configuring, and operating a cloud‑native global network quality monitoring solution using synthetic probes, alerts, and dashboards.

AlertingNetwork MonitoringSynthetic Monitoring
0 likes · 16 min read
How to Build a Global Network Quality Monitoring System in 5 Minutes
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Oct 28, 2024 · Operations

How Zero‑Intrusion eBPF Transforms TCP Network Monitoring and Troubleshooting

This article explains how zero‑intrusion eBPF technology enables detailed, non‑disruptive TCP network monitoring, covering data collection interfaces, aggregation methods, implementation steps, usage limitations, and practical installation and visualization guidance for improving network performance and fault analysis.

Linux kernelNetwork MonitoringObservability
0 likes · 9 min read
How Zero‑Intrusion eBPF Transforms TCP Network Monitoring and Troubleshooting
Liangxu Linux
Liangxu Linux
Oct 13, 2024 · Operations

Essential Linux Tools for Real‑Time Network Monitoring and Performance Testing

This guide introduces five essential Linux command‑line utilities—nethogs, nload, cbm, iftop, and iPerf—explaining their focus areas, key features, and example commands for monitoring process‑level bandwidth, interface traffic, host connections, and conducting network performance tests across multiple machines.

LinuxNetwork Monitoringiftop
0 likes · 5 min read
Essential Linux Tools for Real‑Time Network Monitoring and Performance Testing
Liangxu Linux
Liangxu Linux
Aug 25, 2024 · Operations

Essential Linux Network Monitoring Tools: nethogs, nload, cbm, iftop & iPerf

Learn how to monitor and test network performance in Linux using five powerful command‑line utilities—nethogs for per‑process bandwidth, nload for real‑time traffic graphs, cbm for colorful interface, iftop for host‑level connections, and iPerf for detailed throughput measurements.

Command-line ToolsLinuxNetwork Monitoring
0 likes · 5 min read
Essential Linux Network Monitoring Tools: nethogs, nload, cbm, iftop & iPerf
Efficient Ops
Efficient Ops
Jul 17, 2024 · Operations

Essential Linux Network Monitoring Tools for Production Environments

This guide introduces five open‑source Linux utilities—NetHogs, nload, CBM, iftop, and iPerf—explaining their focus, usage commands, and how they help monitor process‑level bandwidth, interface traffic, and overall network performance in production settings.

LinuxNetwork Monitoringiperf
0 likes · 5 min read
Essential Linux Network Monitoring Tools for Production Environments
Liangxu Linux
Liangxu Linux
Jun 2, 2024 · Operations

Essential Shell Commands for Analyzing Apache Access Logs

A comprehensive collection of awk, grep, sort, and netstat one‑liners that help you count unique IPs, rank pages by hits, filter by time ranges, identify slow requests, and monitor connection states directly from Apache log files.

Network MonitoringShell Commandsapache
0 likes · 11 min read
Essential Shell Commands for Analyzing Apache Access Logs
Open Source Linux
Open Source Linux
Feb 28, 2024 · Operations

Master Tcpdump: Essential Linux Packet Capture Commands and Tips

Tcpdump is a classic Linux network packet capture tool that intercepts and displays TCP/IP and other packets, works on most Unix-like systems, and offers powerful command‑line options and filter expressions for selective monitoring, with numerous examples covering interfaces, output formats, and common use cases.

Linux networkingNetwork Monitoringcommand-line
0 likes · 13 min read
Master Tcpdump: Essential Linux Packet Capture Commands and Tips
Linux Code Review Hub
Linux Code Review Hub
Jan 29, 2024 · Cloud Native

How Minsheng Bank Built eBPF‑Based Observability for Cloud‑Native Services

The article details Minsheng Bank's step‑by‑step journey from traditional network monitoring to a full‑stack, zero‑intrusion observability platform built with DeepFlow, vTap, distributed data collection, and eBPF, illustrating concrete case studies and future plans for expanding business‑level monitoring.

Cloud NativeDeepFlowDistributed Tracing
0 likes · 18 min read
How Minsheng Bank Built eBPF‑Based Observability for Cloud‑Native Services
IT Niuke
IT Niuke
Dec 30, 2023 · Operations

Mastering tcpdump: A Complete Guide to Command‑Line Packet Capture

This article provides a thorough walkthrough of tcpdump, covering installation on Ubuntu, essential command‑line options, practical filtering techniques, logical expressions, examples for saving and reading capture files, and how to combine tcpdump with Wireshark for deeper packet analysis.

LinuxNetwork Monitoringcommand-line
0 likes · 24 min read
Mastering tcpdump: A Complete Guide to Command‑Line Packet Capture
Open Source Linux
Open Source Linux
Oct 23, 2023 · Information Security

Visualizing Ping with Gping: Real‑Time Graphs, ICMP Insights & Installation Guide

This article introduces Gping, a cross‑platform tool that displays ping results as live line graphs, explains ICMP message structure, tunnel techniques, and stealth aspects, compares traditional and multi‑target ping visualizations, and provides detailed usage and installation instructions for Linux and Windows.

ICMPLinuxNetwork Monitoring
0 likes · 7 min read
Visualizing Ping with Gping: Real‑Time Graphs, ICMP Insights & Installation Guide
vivo Internet Technology
vivo Internet Technology
Sep 13, 2023 · Operations

Network Quality Monitoring Center: Architecture, Design, and Implementation for Large-Scale Data Center Latency Measurement

The Network Quality Monitoring Center is a large‑scale system that deploys lightweight agents on every server to issue coordinated ICMP ping probes, a controller to generate and distribute topology‑aware PingLists, and a storage‑analysis module that aggregates latency and loss data for real‑time visualization, alerting and troubleshooting, while addressing load‑balance, ingestion concurrency, and future extensions such as UDP/TCP probes.

ICMP pingNetwork MonitoringOperations
0 likes · 12 min read
Network Quality Monitoring Center: Architecture, Design, and Implementation for Large-Scale Data Center Latency Measurement
Alibaba Cloud Native
Alibaba Cloud Native
Sep 7, 2023 · Cloud Native

Unlock Real‑Time Container Network Monitoring with KubeSkoop’s eBPF Probes

This article explains how KubeSkoop leverages eBPF to provide low‑overhead, pod‑level network monitoring and real‑time diagnostics for Kubernetes clusters, covering packet flow fundamentals, traditional troubleshooting tool limitations, the exporter’s probe architecture, daily monitoring practices, and future development plans.

GrafanaKubeSkoopKubernetes
0 likes · 22 min read
Unlock Real‑Time Container Network Monitoring with KubeSkoop’s eBPF Probes
Open Source Linux
Open Source Linux
Sep 4, 2023 · Information Security

Top 5 Wireshark Alternatives for Network Packet Capture

This article introduces five powerful packet‑capture tools—Savvius Omnipeek, Ettercap, Kismet, SmartSniff, and EtherApe—detailing their features, platform support, and unique capabilities as alternatives to the popular Wireshark utility.

Network MonitoringWireshark alternativespacket capture
0 likes · 6 min read
Top 5 Wireshark Alternatives for Network Packet Capture
Test Development Learning Exchange
Test Development Learning Exchange
Aug 22, 2023 · Operations

Using Charles Proxy for Software Testing: Benefits and Step‑by‑Step Setup

This guide explains the advantages of using the Charles proxy tool for software testing—including network traffic monitoring, debugging, environment simulation, security testing, and automation support—followed by detailed instructions for downloading, installing, registering, and configuring the tool.

Charles ProxyNetwork Monitoringdebugging
0 likes · 4 min read
Using Charles Proxy for Software Testing: Benefits and Step‑by‑Step Setup
Liangxu Linux
Liangxu Linux
Aug 17, 2023 · Operations

Why the ss Command Beats netstat for Fast Socket Monitoring

The article explains how the Linux ss command provides comprehensive socket statistics, offers numerous filtering options, runs dramatically faster than netstat, and includes practical examples and usage tips for monitoring TCP, UDP, and other socket connections.

LinuxNetwork Monitoringnetstat alternative
0 likes · 8 min read
Why the ss Command Beats netstat for Fast Socket Monitoring
vivo Internet Technology
vivo Internet Technology
Aug 2, 2023 · Operations

sFlow-Based Network Traffic Analysis System Design and Implementation

The paper presents a scalable sFlow‑based traffic analysis system that combines high‑performance agents, collectors, and analyzers—extending Elastiflow with sFlowtool, Logstash, Kafka, and Elasticsearch/Kibana, while adding CMDB integration, Druid storage, and Celery stream processing to achieve sub‑30‑second latency for data‑center monitoring, anomaly detection, and IP‑level analytics, and discusses future needs for broader protocol support and adaptive collection.

DruidELKNetwork Monitoring
0 likes · 12 min read
sFlow-Based Network Traffic Analysis System Design and Implementation
Liangxu Linux
Liangxu Linux
Jul 9, 2023 · Information Security

Mastering tcpdump: Essential Commands and Real‑World Examples for Network Analysis

This guide explains how to use tcpdump (and its predecessor ethereal) for capturing and analyzing network traffic, describes key command‑line options, and provides dozens of practical examples ranging from basic packet dumps to complex filtered captures and related networking utilities.

LinuxNetwork Monitoringinformation security
0 likes · 17 min read
Mastering tcpdump: Essential Commands and Real‑World Examples for Network Analysis
IT Services Circle
IT Services Circle
Jun 3, 2023 · Artificial Intelligence

Six Trending Open-Source Projects for May

This article highlights six popular open-source projects released in May, ranging from an all-in-one AI chatbot client and a database-focused GPT model to a network traffic monitor, a free programming books repository, a web testing automation framework, and a hex editor for researchers.

AIGitHubNetwork Monitoring
0 likes · 4 min read
Six Trending Open-Source Projects for May

How Netflow Powers Real‑Time Network Traffic Monitoring and Analysis

This article explains Netflow’s principles, its three‑component architecture, implementation details using open‑source tools like nfdump and Kafka, and showcases practical applications such as load balancing, anomaly detection, and traffic engineering, providing a comprehensive guide for building robust network flow monitoring solutions.

KafkaNetflowNetwork Monitoring
0 likes · 11 min read
How Netflow Powers Real‑Time Network Traffic Monitoring and Analysis
Open Source Linux
Open Source Linux
Apr 25, 2023 · Operations

Top 8 Linux Tools to Monitor Real‑Time Network Traffic

This guide reviews eight Linux utilities—sar, /proc/net/dev, ifstat, iftop, nload, iptraf‑ng, nethogs, and additional extensions—detailing their installation, key options, usage examples, and output interpretation for real‑time network interface traffic monitoring.

Command-line ToolsLinuxNetwork Monitoring
0 likes · 17 min read
Top 8 Linux Tools to Monitor Real‑Time Network Traffic
Liangxu Linux
Liangxu Linux
Mar 12, 2023 · Operations

Master Apache Log Analysis with Powerful AWK and Netstat Commands

This guide presents a comprehensive collection of AWK, grep, sed, and netstat one‑liners that let you count unique IPs, rank page visits, measure bandwidth, monitor TCP states, and extract detailed traffic patterns from Apache access logs on Linux systems.

LinuxNetwork Monitoringapache
0 likes · 11 min read
Master Apache Log Analysis with Powerful AWK and Netstat Commands
Top Architect
Top Architect
Dec 26, 2022 · Operations

An Introduction to eBPF: Concepts, Use Cases, and Practical Examples

This article provides a comprehensive overview of eBPF, explaining its origins, core concepts, comparison with SystemTap and DTrace, common use cases such as network monitoring, security filtering, and performance analysis, and includes step‑by‑step Python examples with BCC for tracing and latency measurement.

BCCLinux kernelNetwork Monitoring
0 likes · 21 min read
An Introduction to eBPF: Concepts, Use Cases, and Practical Examples
MaGe Linux Operations
MaGe Linux Operations
Dec 25, 2022 · Operations

Master Netstat: Decode Connections, Sockets & Routing with Practical Commands

This guide explains the netstat command’s purpose, interprets its output sections for active Internet connections and UNIX domain sockets, details common options such as -a, -t, -u, -l, -p, and provides numerous practical examples for listing ports, monitoring traffic, displaying routing tables, and identifying processes.

LinuxNetwork MonitoringSocket
0 likes · 12 min read
Master Netstat: Decode Connections, Sockets & Routing with Practical Commands
Tencent Cloud Developer
Tencent Cloud Developer
Nov 15, 2022 · Operations

Detecting and Resolving CCN Bandwidth Issues with CLS Log Analytics

This article walks through how an online education operator uses Tencent Cloud Log Service to monitor Cloud Connect Network flow logs, set reject‑traffic alerts, analyze regional, IP, and protocol distributions, track bandwidth trends, and finally expand bandwidth to eliminate service interruptions.

CCNCLSCloud Computing
0 likes · 6 min read
Detecting and Resolving CCN Bandwidth Issues with CLS Log Analytics
Liangxu Linux
Liangxu Linux
Oct 19, 2022 · Operations

Essential Linux Commands for Analyzing Web Server Logs

This guide compiles practical Linux shell commands for extracting IP counts, page visit frequencies, time‑range queries, bandwidth usage, HTTP status distribution, and TCP connection states from Apache or Nginx access logs, helping administrators quickly spot traffic patterns, bottlenecks, and potential attacks.

LinuxNetwork MonitoringShell Commands
0 likes · 12 min read
Essential Linux Commands for Analyzing Web Server Logs
Liangxu Linux
Liangxu Linux
Oct 17, 2022 · Operations

Top 5 Open‑Source Network Monitoring Tools Compared

This article introduces five popular open‑source network monitoring solutions—Cacti, Nagios Core, Icinga 2, Zabbix, and Prometheus—explaining their main features, data collection methods, platform support, and typical use cases to help administrators choose the right tool for reliable system oversight.

CactiIcingaNetwork Monitoring
0 likes · 8 min read
Top 5 Open‑Source Network Monitoring Tools Compared
Open Source Linux
Open Source Linux
Oct 16, 2022 · Operations

What’s New in Wireshark 4.0? A Deep Dive into Updated Protocol Support and Features

Wireshark 4.0, the latest major release of the popular open‑source network protocol analyzer, introduces an enhanced display filter syntax, redesigned dialogs, side‑by‑side packet details, faster MaxMind geolocation, new address type AT_NUMERIC, expanded protocol support, and numerous UI and backend improvements.

Network MonitoringSoftware ReleaseWireshark
0 likes · 6 min read
What’s New in Wireshark 4.0? A Deep Dive into Updated Protocol Support and Features
Open Source Linux
Open Source Linux
Aug 30, 2022 · Operations

Top 20 Linux Network Monitoring Tools Every Sysadmin Should Know

This guide surveys more than a dozen Linux command‑line utilities—including nethogs, nload, iftop, slurm, netstat, and many others—explaining their unique features, typical use cases, and installation commands so administrators can effectively monitor bandwidth, connections, and overall network health.

Command-line ToolsLinuxNetwork Monitoring
0 likes · 24 min read
Top 20 Linux Network Monitoring Tools Every Sysadmin Should Know
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Aug 26, 2022 · Cloud Computing

How Baidu Cloud Flow Log Boosts Network Visibility and Cuts Costs

Baidu Intelligent Cloud's Flow Log product provides real‑time, high‑throughput network flow collection, visualization, and analysis for VPC, dedicated line, and NAT gateways, enabling fault diagnosis, cost allocation, elephant‑flow management, and security inspection across ultra‑large scale cloud environments.

Big DataCloud ComputingNetwork Monitoring
0 likes · 10 min read
How Baidu Cloud Flow Log Boosts Network Visibility and Cuts Costs
Liangxu Linux
Liangxu Linux
Aug 18, 2022 · Operations

Essential Linux Command‑Line Tools for Network Monitoring

This guide introduces a curated list of Linux command‑line utilities—including nethogs, nload, slurm, iftop, collectl, netstat, and many others—explaining their purpose, installation commands for various distributions, and basic usage examples to help system administrators monitor network traffic and bandwidth effectively.

Command-line ToolsLinuxNetwork Monitoring
0 likes · 24 min read
Essential Linux Command‑Line Tools for Network Monitoring
MaGe Linux Operations
MaGe Linux Operations
Aug 18, 2022 · Operations

Top 20 Linux Command-Line Tools for Real-Time Network Monitoring

This article introduces a curated list of Linux command-line utilities—including nethogs, nload, iftop, slurm, netstat, and more—explaining their unique features, typical use cases, and installation commands to help system administrators and developers effectively monitor network traffic and bandwidth.

Command-line ToolsLinuxNetwork Monitoring
0 likes · 22 min read
Top 20 Linux Command-Line Tools for Real-Time Network Monitoring
Laravel Tech Community
Laravel Tech Community
Aug 4, 2022 · Operations

Open-Source Network Monitoring Tools: Cacti, Nagios Core, Icinga 2, Zabbix, and Prometheus

This article introduces five popular open‑source network monitoring solutions—Cacti, Nagios Core, Icinga 2, Zabbix, and Prometheus—explaining their main features, supported platforms, data collection methods, and where to obtain them, helping administrators choose the right tool for reliable system oversight.

CactiIcingaNetwork Monitoring
0 likes · 5 min read
Open-Source Network Monitoring Tools: Cacti, Nagios Core, Icinga 2, Zabbix, and Prometheus
Laravel Tech Community
Laravel Tech Community
Jul 18, 2022 · Operations

Common Linux Commands for Analyzing Web Server Logs and Network Connections

This article presents a collection of practical Linux shell commands—primarily using awk, grep, sort, uniq, netstat, and tcpdump—to count unique IPs, identify most‑visited pages, filter logs by time or URL, monitor connection states, and calculate traffic statistics for Apache or other web servers.

Network MonitoringShell Scriptingawk
0 likes · 10 min read
Common Linux Commands for Analyzing Web Server Logs and Network Connections
Open Source Linux
Open Source Linux
May 30, 2022 · Information Security

Can Your WeChat Chats Be Snooped? Understanding Encryption and Network Monitoring

This article examines whether WeChat messages can be intercepted via network monitoring, explains the security guarantees of modern chat apps through asymmetric and symmetric encryption, explores how network behavior management tools could capture communications, and offers practical advice on protecting against such threats.

EncryptionMITM attackNetwork Monitoring
0 likes · 10 min read
Can Your WeChat Chats Be Snooped? Understanding Encryption and Network Monitoring
MaGe Linux Operations
MaGe Linux Operations
May 3, 2022 · Information Security

Can Your Wi‑Fi Spy on WeChat? Understanding Chat App Security and Encryption

This article explains how chat applications like WeChat protect messages with asymmetric and symmetric encryption, why network administrators generally cannot read chat content, and what alternative monitoring methods (such as installed surveillance software, system vulnerabilities, or compromised private keys) could expose your conversations.

EncryptionMITM attackNetwork Monitoring
0 likes · 9 min read
Can Your Wi‑Fi Spy on WeChat? Understanding Chat App Security and Encryption
Java Captain
Java Captain
Apr 30, 2022 · Information Security

Understanding Chat Application Security: Encryption, Network Monitoring, and Potential Vulnerabilities

The article explains how modern chat applications protect communication with asymmetric and symmetric encryption, why network eavesdropping alone cannot reveal messages, and how installed monitoring software or system vulnerabilities can still expose chat records, emphasizing the need for regular updates and careful device usage.

EncryptionMalwareNetwork Monitoring
0 likes · 9 min read
Understanding Chat Application Security: Encryption, Network Monitoring, and Potential Vulnerabilities
Open Source Linux
Open Source Linux
Mar 31, 2022 · Operations

Mastering tcpdump: Practical Commands for Network Packet Capture

This guide explains how to use tcpdump for network packet capture, covering basic usage, interface selection, host and port filtering, logical operators, saving captures to files, and real‑world troubleshooting scenarios with clear command examples.

LinuxNetwork MonitoringTroubleshooting
0 likes · 7 min read
Mastering tcpdump: Practical Commands for Network Packet Capture
IT Services Circle
IT Services Circle
Feb 17, 2022 · Operations

Understanding the netstat Command and Its Common Options

This article explains the purpose, output format, and frequently used options of the cross‑platform netstat command, illustrating how to list active TCP/UDP connections, UNIX domain sockets, and various statistics, and notes modern replacements such as ss and ip.

LinuxNetwork MonitoringTCP
0 likes · 7 min read
Understanding the netstat Command and Its Common Options
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Feb 11, 2022 · Operations

Overview and Implementation of eBPF for Android Network Statistics and Control

The article explains how Android’s shift to Linux kernel 4.x/5.x introduced the eBPF framework, detailing its advantages over iptables, the programming model with helper macros and maps, and its implementation in netd and HAL to collect network statistics, enforce traffic control, and support power‑saving Doze policies.

AndroidBPFNetwork Monitoring
0 likes · 8 min read
Overview and Implementation of eBPF for Android Network Statistics and Control
Liangxu Linux
Liangxu Linux
Jan 10, 2022 · Operations

Why the ss Command Beats netstat for Fast Socket Monitoring

The article explains how the Linux ss command provides a faster, more detailed view of TCP/UDP sockets than netstat, lists its key features, demonstrates practical examples for filtering by state, address, and port, and shows how to use various ss options for effective network diagnostics.

LinuxNetwork MonitoringSocket
0 likes · 8 min read
Why the ss Command Beats netstat for Fast Socket Monitoring
Liangxu Linux
Liangxu Linux
Jan 9, 2022 · Operations

Visualize Network Ping with gping: Install and Use Guide

This guide introduces gping, a Rust‑based visual ping utility, and walks through downloading the appropriate binary for CentOS 7, resolving a GLIBC 2.18 dependency issue, and using its various flags and options to monitor multiple hosts with a dynamic graphical display.

CLINetwork MonitoringRust
0 likes · 4 min read
Visualize Network Ping with gping: Install and Use Guide
Efficient Ops
Efficient Ops
Dec 14, 2021 · Operations

20 Essential Linux Commands for Server Log Analysis and Threat Detection

This guide compiles a comprehensive set of Linux shell commands that let you examine web server logs, count unique IPs, identify top‑requested pages, filter bots, monitor connection states, and spot performance or security anomalies, helping you keep your site secure and performant.

Network MonitoringShell Commandsapache
0 likes · 13 min read
20 Essential Linux Commands for Server Log Analysis and Threat Detection
Liangxu Linux
Liangxu Linux
Sep 28, 2021 · Operations

Top Linux CLI Tools for Real‑Time Network Bandwidth Monitoring

This article surveys a collection of Linux command‑line utilities that can monitor overall, per‑interface, per‑socket, and per‑process network bandwidth, explaining how each tool works, what data it reports, and how to install it on major distributions.

Command-line ToolsLinuxNetwork Monitoring
0 likes · 10 min read
Top Linux CLI Tools for Real‑Time Network Bandwidth Monitoring
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Sep 22, 2021 · Operations

Uncover Hidden Performance Bottlenecks with Deep CPU, Memory, Disk & Network Analysis

This article outlines systematic methods for diagnosing subtle performance issues by leveraging detailed data analysis of CPU, memory, disk I/O, and network metrics, and presents real-world case studies that demonstrate how targeted profiling and optimization can reveal and resolve hidden bottlenecks in complex systems.

CPU analysisMemory Leak DetectionNetwork Monitoring
0 likes · 11 min read
Uncover Hidden Performance Bottlenecks with Deep CPU, Memory, Disk & Network Analysis
Liangxu Linux
Liangxu Linux
Aug 8, 2021 · Operations

Essential Linux Command‑Line Tools for Monitoring Network Bandwidth

This article introduces a collection of Linux command‑line utilities—such as nload, iftop, iptraf, nethogs, bmon, and many others—that can monitor overall and per‑process network bandwidth, explain their measurement methods, and provide installation instructions for major distributions.

Command-line ToolsLinuxNetwork Monitoring
0 likes · 10 min read
Essential Linux Command‑Line Tools for Monitoring Network Bandwidth
Open Source Linux
Open Source Linux
Jul 29, 2021 · Operations

Top 18 Linux Command-Line Tools to Monitor Network Bandwidth

This guide reviews a collection of Linux command-line utilities that let you track overall and per‑process network bandwidth, display inbound and outbound traffic separately, and generate real‑time or historical usage reports, helping administrators quickly identify bandwidth‑heavy processes.

Command-line ToolsLinuxNetwork Monitoring
0 likes · 12 min read
Top 18 Linux Command-Line Tools to Monitor Network Bandwidth
Youzan Coder
Youzan Coder
May 31, 2021 · Backend Development

16 TCP Network Programming Best Practices for Building Robust Applications

The article presents sixteen practical TCP network‑programming best practices—from setting SO_REUSEADDR and defining port standards to using application‑layer heartbeats, exponential backoff, connection limits, client‑side load balancing, periodic DNS refresh, optimal buffer sizing, configurable timeouts, proper connection‑pool sizing, and comprehensive metrics—to help developers build stable, reliable applications.

Backend DevelopmentConnection PoolNetwork Monitoring
0 likes · 28 min read
16 TCP Network Programming Best Practices for Building Robust Applications
Ops Development Stories
Ops Development Stories
Mar 26, 2021 · Cloud Native

How to Deploy and Monitor Kubernetes Networks with Kubenurse

This guide explains how to install Kubenurse as a DaemonSet in a Kubernetes cluster, configure its ingress and ServiceMonitor resources, and use Prometheus and Grafana to visualize comprehensive network health metrics such as latency, DNS errors, and API server connectivity.

DaemonSetKubernetesNetwork Monitoring
0 likes · 7 min read
How to Deploy and Monitor Kubernetes Networks with Kubenurse
Liangxu Linux
Liangxu Linux
Mar 21, 2021 · Operations

Mastering netstat: Essential Commands to Inspect Linux Network Connections

This guide explains the most useful netstat options for Linux, showing how to list all connections, filter TCP or UDP sockets, disable DNS lookups, display process IDs, monitor listening ports, continuously refresh output, and use grep or awk to map ports to processes and summarize socket states.

LinuxNetwork Monitoringcommand-line
0 likes · 8 min read
Mastering netstat: Essential Commands to Inspect Linux Network Connections
MaGe Linux Operations
MaGe Linux Operations
Feb 10, 2021 · Operations

Master Server Log Analysis with Powerful Bash One‑Liners

This guide presents a comprehensive set of Bash and AWK one‑liners for analyzing web server logs, counting unique IPs, tracking page visits, sorting traffic by time, identifying heavy‑weight requests, monitoring Apache processes, and examining network connection states, helping you detect anomalies and optimize performance.

Network MonitoringServer Administrationapache
0 likes · 13 min read
Master Server Log Analysis with Powerful Bash One‑Liners
Liangxu Linux
Liangxu Linux
Jan 28, 2021 · Operations

Essential Linux Commands for Analyzing Web Server Logs

This guide compiles a series of practical Linux one‑liners—using awk, grep, sort, netstat, and related tools—to count unique IPs, rank page requests, filter bots, monitor connection states, and measure bandwidth, enabling quick forensic analysis of Apache or Nginx access logs.

Network MonitoringWeb Serverawk
0 likes · 12 min read
Essential Linux Commands for Analyzing Web Server Logs
Tencent Cloud Developer
Tencent Cloud Developer
Dec 25, 2020 · Operations

Tencent Cloud Network Operations Platform: Architecture, Chaos Engineering, Change Health Check, and Monitoring

Tencent Cloud’s network operations platform combines a layered underlay‑overlay architecture, rapid fault detection within seconds and recovery in minutes, chaos‑engineering experiments, rigorous change health checks, high‑frequency multi‑path monitoring, and plans for predictive self‑healing to ensure reliable service across millions of servers.

Change ManagementCloud NetworkingNetwork Monitoring
0 likes · 14 min read
Tencent Cloud Network Operations Platform: Architecture, Chaos Engineering, Change Health Check, and Monitoring
High Availability Architecture
High Availability Architecture
Nov 23, 2020 · Mobile Development

Design and Optimization of iQIYI Mobile APM Network Monitoring System

This article details the background, system design, and successive optimizations of iQIYI's mobile Application Performance Monitoring (APM) network monitoring solution, covering SDK and backend architecture, DNS and weak‑network enhancements, gateway strategies, retry mechanisms, and the resulting significant reduction in error rates.

APMMobile DevelopmentNetwork Monitoring
0 likes · 10 min read
Design and Optimization of iQIYI Mobile APM Network Monitoring System
Liangxu Linux
Liangxu Linux
Nov 15, 2020 · Information Security

Master tcpdump: Essential Commands for Capturing and Analyzing Network Traffic

This guide explains how to use tcpdump on Linux to capture packets, filter by ports, hosts, interfaces or protocols, save output for later analysis, and interpret both human‑readable and hexadecimal dumps, with practical examples and tips for integrating Wireshark.

LinuxNetwork Monitoringnetwork troubleshooting
0 likes · 7 min read
Master tcpdump: Essential Commands for Capturing and Analyzing Network Traffic
vivo Internet Technology
vivo Internet Technology
Nov 11, 2020 · Frontend Development

Optimizing Video Player Performance: A Technical Analysis

Optimizing video player performance requires analyzing the entire playback pipeline—from network request and format detection through parsing, decoding, synchronization, and rendering—while implementing robust error monitoring, adaptive buffering, MP4 moov/mdat handling, stream‑specific optimizations, local proxy caching with video‑id reuse, and fallback to soft decoding or GLSurfaceView for smooth, artifact‑free playback.

Coding PracticesNetwork MonitoringTechnical Analysis
0 likes · 15 min read
Optimizing Video Player Performance: A Technical Analysis
iQIYI Technical Product Team
iQIYI Technical Product Team
Oct 30, 2020 · Mobile Development

Design and Optimization of iQIYI Mobile APM Network Monitoring System

The iQIYI mobile APM system provides real‑time, user‑level network monitoring with classified error detection, cloud‑controlled SDK sampling, second‑level backend storage, and web dashboards, while employing DNS three‑layer caching, weak‑network grading, gateway multiplexing, super‑pipeline proxies and layered retry strategies, reducing Android error rates from 5.3 % to 0.48 % and iOS from 4.63 % to 0.35 %.

APMDNSMobile Development
0 likes · 11 min read
Design and Optimization of iQIYI Mobile APM Network Monitoring System