procps-ng is a set of command line utilities that provide information about running processes, memory and CPU utilization, and other system resources in Linux systems. It includes popular utilities like top, ps, free, uptime, kill, and more.
Procps-ng is an open source system monitoring and performance analysis toolkit for Linux systems. It consists of a set of command line utilities that provide detailed information about key system resources like running processes, memory utilization, CPU load, disk usage, network connections, and more.
Some of the major utilities included in procps-ng are:
Procps-ng is designed to be lightweight, fast, and portable across different Linux distributions. It provides administrators and developers very granular visibility into key resource utilization metrics, which helps identify performance bottlenecks and troubleshoot issues.
Some of the features offered by procps-ng utilities include viewing processes in a hierarchical tree, customizing output formats, filtering based on criteria like memory usage or state, monitoring cron jobs, sorting output, and more. Overall, procps-ng is an essential toolkit for any Linux system.