Tag

netstat

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
May 19, 2025 · Operations

Master Network Connectivity Checks: From ethtool to nmap

This guide explains how to verify physical links, test ping latency, trace routes, check HTTP/HTTPS availability with wget and curl, assess TCP/UDP ports using netcat, telnet, and nmap, inspect local connections via netstat/ss, understand TCP states, and validate DNS resolution, providing practical command examples for each step.

connectivity toolsethtoollinux
0 likes · 12 min read
Master Network Connectivity Checks: From ethtool to nmap
DevOps Operations Practice
DevOps Operations Practice
Oct 5, 2024 · Operations

Practical Linux Commands for File Classification, Process Monitoring, and Network Analysis

This article demonstrates how to use xargs with find and tar for file handling, ps for identifying high‑memory and high‑CPU processes, and netstat combined with awk and sort to inspect TCP connection states and the top requesting IP addresses, providing essential command‑line techniques for system administrators.

OperationsSystem Administrationlinux
0 likes · 4 min read
Practical Linux Commands for File Classification, Process Monitoring, and Network Analysis
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.

Command Linelinuxnetstat
0 likes · 4 min read
Practical Linux Command-Line Techniques: Using xargs, ps, and netstat for File Classification, Resource Monitoring, and Network Inspection
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.

Log Analysisawklinux
0 likes · 14 min read
Master Server Log Analysis: 30 Essential Linux Commands for Monitoring Traffic
Ops Development Stories
Ops Development Stories
Jul 25, 2022 · Operations

Why Did My Windows Server Run Out of Ports? A Real‑World Debugging Tale

After a birthday outing, a payment failure revealed a Windows server’s inability to connect to a bank, leading the author through CPU/memory checks, network diagnostics, port exhaustion discovery, registry tweaks, malicious process removal, and final remediation, highlighting essential operations lessons.

OperationsTCP portsWindows Server
0 likes · 6 min read
Why Did My Windows Server Run Out of Ports? A Real‑World Debugging Tale
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.

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

Command LineSystem AdministrationTCP
0 likes · 7 min read
Understanding the netstat Command and Its Common Options
Efficient Ops
Efficient Ops
Jan 19, 2022 · Operations

Master Linux Server Performance: Essential Monitoring Tools & How to Use Them

This guide explains how to monitor Linux server performance using built‑in tools such as top, vmstat, pidstat, iostat, netstat, sar and tcpdump, interpreting their output to diagnose CPU, memory, disk I/O and network issues quickly and effectively.

System Administrationiostatlinux
0 likes · 17 min read
Master Linux Server Performance: Essential Monitoring Tools & How to Use Them
Refining Core Development Skills
Refining Core Development Skills
Aug 23, 2021 · Fundamentals

Analyzing TCP Connection Queue Overflows Using netstat and Linux Kernel Source

This article explains how to detect full and half TCP connection queue overflows on Linux servers by interpreting netstat -s output, examining relevant kernel MIB counters, and reviewing the underlying source code, while also offering practical tips for accurate monitoring.

Connection QueueLinux kernelTCP
0 likes · 9 min read
Analyzing TCP Connection Queue Overflows Using netstat and Linux Kernel Source
Efficient Ops
Efficient Ops
Mar 12, 2021 · Operations

Master Linux Network Commands: From netstat to ss and tcpdump

This guide offers a practical overview of essential Linux networking tools—including netstat, ss, sar, iftop, and tcpdump—explaining how to monitor connections, analyze traffic, capture packets, and tune kernel parameters to handle massive connection loads efficiently.

Operationslinuxnetstat
0 likes · 10 min read
Master Linux Network Commands: From netstat to ss and tcpdump
Practical DevOps Architecture
Practical DevOps Architecture
Jan 25, 2021 · Operations

Using awk Built‑in Variables and Netstat for System Information on Linux

This article explains common awk built‑in variables such as OFS, NR, and NF, demonstrates practical awk one‑liners for extracting and formatting /etc/passwd data, and shows how to use netstat (and ss) together with awk to monitor network connection states on a Linux system.

awklinuxnetstat
0 likes · 4 min read
Using awk Built‑in Variables and Netstat for System Information on Linux
php中文网 Courses
php中文网 Courses
Nov 17, 2020 · Operations

Linux Network Troubleshooting: Using ping, traceroute, nslookup, netstat, and telnet

This article explains how to diagnose Linux server network problems using common tools such as ping, a shell script for LAN scanning, traceroute, nslookup, netstat, and telnet, providing command syntax, example outputs, and guidance on interpreting results.

linuxnetstatnetwork troubleshooting
0 likes · 7 min read
Linux Network Troubleshooting: Using ping, traceroute, nslookup, netstat, and telnet
Efficient Ops
Efficient Ops
Aug 25, 2019 · Operations

Essential Linux Server Monitoring Tools and How to Interpret Their Metrics

This article introduces key Linux monitoring utilities—top, vmstat, pidstat, iostat, netstat, sar, and tcpdump—explains the meaning of their output fields, and shows how to use them to diagnose CPU, memory, disk, and network performance issues on production servers.

Performance Metricsiostatlinux
0 likes · 17 min read
Essential Linux Server Monitoring Tools and How to Interpret Their Metrics
High Availability Architecture
High Availability Architecture
Sep 7, 2017 · Operations

How to Identify and Diagnose Packet Drops on Linux

This article explains how to detect whether inbound or outbound packets are being dropped on a Linux system, shows how to use netstat, dropwatch, and perf to pinpoint the cause, and provides step‑by‑step commands and example outputs for debugging packet loss.

Linux networkingdebuggingdropwatch
0 likes · 5 min read
How to Identify and Diagnose Packet Drops on Linux