menuconfig PROCPS bool "procps " select NCURSES help The procps package contains a set of system utilities that provide system information. config PROCPS_TOP bool prompt "top" depends on PROCPS depends on !BB_CONFIG_TOP help FIXME: This item needs to be documented comment "top is disabled by busybox top" depends on PROCPS depends on BB_CONFIG_TOP config PROCPS_SLABTOP bool prompt "slabtop" depends on PROCPS help display kernel slab cache information in real time config PROCPS_SYSCTL bool prompt "sysctl" depends on PROCPS depends on !BB_CONFIG_SYSCTL help configure kernel parameters at runtime comment "sysctl is disabled by busybox sysctl" depends on PROCPS depends on BB_CONFIG_SYSCTL config PROCPS_PS bool prompt "ps" depends on PROCPS depends on !BB_CONFIG_PS help ps stands for process status. With this command you analyse current states of all processes running on the system comment "ps is disabled by busybox ps" depends on PROCPS depends on BB_CONFIG_PS config PROCPS_W bool prompt "w" depends on PROCPS help Show who is logged on and what they are doing. config PROCPS_PGREP bool prompt "pgrep" depends on PROCPS help look up processes based on name and other attributes