Tagged articles
4 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jul 7, 2025 · Operations

Why Dish Beats Netstat: A Lightweight Socket Monitoring CLI

This article introduces Dish, a Go‑based command‑line utility for real‑time socket connection monitoring, explains its core features, technical principles, installation and usage examples, compares it with tools like netcat, nmap and telnet, and discusses its advantages and limitations for operations teams.

CLI toolGoOperations
0 likes · 10 min read
Why Dish Beats Netstat: A Lightweight Socket Monitoring CLI
Open Source Linux
Open Source Linux
Aug 29, 2023 · Operations

Why ss Beats netstat: Fast Linux Socket Monitoring Commands

The article explains how the Linux ss command provides comprehensive socket statistics, lists its most useful options, demonstrates performance advantages over netstat with timing examples, and shows how to filter by state, address, or port for efficient system monitoring.

Linux networkingcommand-line toolsnetstat
0 likes · 8 min read
Why ss Beats netstat: Fast Linux Socket Monitoring Commands
Efficient Ops
Efficient Ops
Dec 27, 2021 · Operations

Why the ss Command Beats netstat for Fast Socket Monitoring

Learn how the Linux ss utility provides faster, more detailed socket statistics than netstat, covering TCP/UDP listings, state filtering, process association, and practical command examples, while explaining why ss reads kernel data directly for superior performance in system monitoring.

Linuxnetstat alternativesocket monitoring
0 likes · 9 min read
Why the ss Command Beats netstat for Fast Socket Monitoring