Tag

xargs

1 views collected around this technical thread.

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.

LinuxShellSystem Administration
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
Aug 8, 2022 · Operations

Master Essential Linux Ops: xargs, Background Jobs, Process Monitoring & More

This guide walks you through practical Linux operations—from using xargs for efficient file handling and running commands in the background, to monitoring high‑memory and high‑CPU processes, viewing multiple logs with multitail, continuous ping logging, checking TCP states, identifying top IPs on port 80, and leveraging SSH for port forwarding.

LinuxSSHShell
0 likes · 10 min read
Master Essential Linux Ops: xargs, Background Jobs, Process Monitoring & More
Efficient Ops
Efficient Ops
Aug 31, 2017 · Operations

Boost Your Linux Ops: Master Xargs, Background Jobs, and Real‑Time Monitoring

This guide walks you through essential Linux operations techniques—including practical xargs usage, running scripts in the background with nohup, identifying high‑memory and high‑CPU processes, monitoring multiple logs with multitail, continuous ping logging, checking TCP connections, spotting top IPs, and SSH port forwarding—providing ready‑to‑use commands and examples.

LinuxSSHShell
0 likes · 10 min read
Boost Your Linux Ops: Master Xargs, Background Jobs, and Real‑Time Monitoring
Qunar Tech Salon
Qunar Tech Salon
Jul 28, 2015 · Fundamentals

Introduction to xargs with Basic and Advanced Usage Examples

This article explains the purpose of the Unix xargs command, demonstrates basic usage for concatenating log files, shows an advanced example for renaming text files to log files using the -I placeholder, and provides a step‑by‑step breakdown of how the command pipeline works.

Batch ProcessingShellcommand-line
0 likes · 3 min read
Introduction to xargs with Basic and Advanced Usage Examples