Tagged articles
37 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Oct 4, 2025 · Operations

Master Linux Process Management: ps, top, htop, and iotop Explained

This guide covers Linux process fundamentals, explains how to use ps, top, htop, and iotop for monitoring, details common process states including zombies and orphans, and provides practical command syntax, options, installation steps, and useful shortcuts for system administrators and developers.

Linuxhtopiotop
0 likes · 12 min read
Master Linux Process Management: ps, top, htop, and iotop Explained
Raymond Ops
Raymond Ops
Jul 18, 2025 · Operations

Master Linux Process Management: From Programs to Commands and Scheduling

This article explains what programs and processes are, their relationship, various process states and types, priority levels, and provides practical guidance on using essential Linux commands such as ps, top, pgrep, pstree, free, iostat, iotop, as well as job control, kill signals, and scheduling tools like at and crontab.

Linuxcronprocess management
0 likes · 16 min read
Master Linux Process Management: From Programs to Commands and Scheduling
Liangxu Linux
Liangxu Linux
Feb 12, 2025 · Operations

How to Show Per‑Process Memory Usage in MB/GB Using awk and ps

This guide explains three practical ways to list each Linux process's memory consumption, converting the RSS value from kilobytes to megabytes or gigabytes with ps and awk, and provides detailed command explanations and formatting options for clear output.

LinuxMemory UsageShell scripting
0 likes · 6 min read
How to Show Per‑Process Memory Usage in MB/GB Using awk and ps
Liangxu Linux
Liangxu Linux
Feb 9, 2025 · Fundamentals

Mastering Linux Processes: From Basics to Advanced Monitoring and Management

This guide explains what a process is, how it differs from a program, its lifecycle, how to monitor and interpret process states with ps and top, manage processes using kill, killall, pkill, run jobs in the background with screen or nohup, adjust priorities with nice/renice, and understand load‑average metrics for performance troubleshooting.

LinuxLoad Averagemonitoring
0 likes · 32 min read
Mastering Linux Processes: From Basics to Advanced Monitoring and Management
Raymond Ops
Raymond Ops
Jan 15, 2025 · Operations

Master Linux Process Management and Scheduling: From ps to crontab

This guide explains Linux process concepts, how to view and trace processes with commands like ps and pstree, terminate them using kill, and schedule tasks both once with at and repeatedly with crontab, providing syntax, options, and practical examples.

OperationsSchedulingcrontab
0 likes · 6 min read
Master Linux Process Management and Scheduling: From ps to crontab
Liangxu Linux
Liangxu Linux
Oct 7, 2024 · Operations

Master Linux Process Monitoring: ps, dstat, top & htop Explained

Learn how to monitor Linux processes using four powerful tools—ps, dstat, top, and htop—by exploring their options, output fields, and practical usage examples, with clear explanations of command syntax, common flags, and interpreting system resource statistics.

Linuxcommand-linedstat
0 likes · 10 min read
Master Linux Process Monitoring: ps, dstat, top & htop Explained
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.

ShellSystem Administrationnetstat
0 likes · 4 min read
Practical Linux Commands for File Classification, Process Monitoring, and Network Analysis
Open Source Linux
Open Source Linux
Aug 30, 2024 · Operations

Master Linux Process Monitoring: ps, dstat, top & htop Explained

Learn how to use Linux process-monitoring tools—ps, dstat, top, and htop—by mapping each command to a character from the classic “Four Great Detectives,” while covering essential options, output fields, and practical tips for effective system observation.

LinuxSystem Administrationdstat
0 likes · 10 min read
Master Linux Process Monitoring: ps, dstat, top & htop Explained
Efficient Ops
Efficient Ops
Aug 26, 2024 · Operations

Master Linux Process Monitoring: ps, dstat, top & htop Explained

This guide introduces Linux process‑monitoring tools—ps, dstat, top, and htop—by likening them to the four legendary detectives, explains their options, output fields, and usage examples, and provides visual references to help readers understand and effectively track system resources.

Linuxdstathtop
0 likes · 9 min read
Master Linux Process Monitoring: ps, dstat, top & htop Explained
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2024 · Operations

Mastering Linux Process Management: Concepts, Commands, and Scheduling

This guide explains Linux process fundamentals—including definitions, how to view processes with ps and pstree, terminate them with kill, and schedule tasks using at and crontab—providing command syntax, options, and practical examples for effective process monitoring and periodic scheduling.

LinuxSchedulingcrontab
0 likes · 6 min read
Mastering Linux Process Management: Concepts, Commands, and Scheduling
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.

Linuxcommand-linenetstat
0 likes · 4 min read
Practical Linux Command-Line Techniques: Using xargs, ps, and netstat for File Classification, Resource Monitoring, and Network Inspection
Open Source Linux
Open Source Linux
Mar 8, 2023 · Operations

Master Linux Process Monitoring: ps, dstat, top & htop Explained

This guide introduces Linux process‑monitoring tools—ps, dstat, top and htop—by mapping each command to a character from the classic "Four Famous Detectives" metaphor, explains their key options, output fields, and interactive features, and provides practical usage examples for system administrators.

LinuxSystem Administrationdstat
0 likes · 12 min read
Master Linux Process Monitoring: ps, dstat, top & htop Explained
Liangxu Linux
Liangxu Linux
Nov 6, 2021 · Fundamentals

How to Understand and Eliminate Zombie Processes on Linux

This guide explains what zombie processes are, how they are created when a child exits before its parent reaps it, and provides practical commands and sample C code to reproduce and safely remove zombie processes on a Linux system.

Linuxforkkill
0 likes · 7 min read
How to Understand and Eliminate Zombie Processes on Linux
Liangxu Linux
Liangxu Linux
Oct 13, 2021 · Operations

Master Linux Process Tools: ps, top, dstat, and htop Explained

This guide maps four classic Linux process monitoring commands—ps, dstat, top, and htop—to the fictional "Four Great Detectives," explains their options, output fields, and practical usage with detailed examples and screenshots.

LinuxSystem Administrationdstat
0 likes · 8 min read
Master Linux Process Tools: ps, top, dstat, and htop Explained
Open Source Linux
Open Source Linux
Apr 10, 2021 · Operations

How to Locate and Eliminate Zombie Processes with ps and grep

This guide explains how to use the ps and grep commands to identify zombie processes on Linux, interpret the output fields, and terminate them safely by sending signals to the appropriate parent or child processes, with example commands and verification steps.

GrepLinuxprocess management
0 likes · 2 min read
How to Locate and Eliminate Zombie Processes with ps and grep
Laravel Tech Community
Laravel Tech Community
Jan 16, 2021 · Operations

Understanding and Using the Linux ps Command

This article explains the Linux ps command, its purpose, common options, process states, and provides practical examples such as pstree, ps ‑Lf, pstack, kill signals, and various ps usages for listing all processes, filtering by user, and combining with grep.

LinuxSystem Administrationprocess monitoring
0 likes · 14 min read
Understanding and Using the Linux ps Command
Liangxu Linux
Liangxu Linux
Sep 20, 2020 · Fundamentals

Master Linux Process Debugging: From ps to gdb and /proc

This guide walks you through Linux process fundamentals and equips you with practical commands—ps, strace, pstack, pstree, gdb, and /proc file inspection—to diagnose, trace, and debug running programs step by step.

Linuxdebugginggdb
0 likes · 10 min read
Master Linux Process Debugging: From ps to gdb and /proc
ITPUB
ITPUB
Aug 19, 2020 · Operations

Mastering Linux ps: Essential Commands for Process Monitoring and Filtering

This guide explains the Linux ps command, its basic options, output formats, and practical examples for listing all processes, filtering by user, CPU or memory usage, sorting, displaying threads, tree view, security information, root‑owned processes, and combining ps with watch for near‑real‑time monitoring.

LinuxSystem AdministrationUnix
0 likes · 10 min read
Mastering Linux ps: Essential Commands for Process Monitoring and Filtering
ITPUB
ITPUB
Aug 13, 2020 · Operations

Mastering Linux ‘ps’: Essential Commands to Inspect and Filter Processes

This guide explains how the Linux ps command works, details its most useful options for listing, filtering, sorting, and formatting process information, and shows how to combine it with tools like watch, less, and pstree for real‑time and hierarchical views.

ShellSysadmincommand-line
0 likes · 8 min read
Mastering Linux ‘ps’: Essential Commands to Inspect and Filter Processes
Liangxu Linux
Liangxu Linux
Jun 21, 2020 · Operations

How to Locate and Eliminate Zombie Processes with ps, grep, and kill

This guide explains how to use the ps and grep commands to identify zombie processes on Linux, shows the command syntax, interprets the output, and provides step‑by‑step instructions for terminating the zombie and its parent process if needed.

GrepLinuxSystem Administration
0 likes · 3 min read
How to Locate and Eliminate Zombie Processes with ps, grep, and kill
Liangxu Linux
Liangxu Linux
Jan 19, 2020 · Operations

Master Linux Process Monitoring: From ps to htop Explained

This guide maps four classic fictional detectives to Linux process tools—ps, dstat, top, and htop—explains their options, output fields, and interactive features, providing a comprehensive reference for system administrators and developers.

System Administrationdstathtop
0 likes · 11 min read
Master Linux Process Monitoring: From ps to htop Explained
ITPUB
ITPUB
Oct 15, 2016 · Operations

Master Linux Process Tools: ps, top, htop, dstat, and More

This guide introduces essential Linux process monitoring commands—ps, dstat, top, and htop—explaining their options, output fields, and practical usage through clear examples and visual diagrams.

dstathtopprocess monitoring
0 likes · 9 min read
Master Linux Process Tools: ps, top, htop, dstat, and More
ITPUB
ITPUB
Aug 27, 2016 · Operations

Check How Long a Process Has Been Running on Ubuntu with ps

Learn how to use the Linux ps command with the etime and etimes options to display the elapsed runtime of a specific process on an Ubuntu server, including finding the PID, formatting the output, and hiding headers for clean results.

Ubuntucommand-lineprocess
0 likes · 4 min read
Check How Long a Process Has Been Running on Ubuntu with ps