mirror of https://github.com/OpenIPC/firmware.git
[no ci] Busybox: add iostat/nmeter command
parent
170af6e374
commit
b20ab10b00
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Busybox version: 1.36.0
|
# Busybox version: 1.36.1
|
||||||
# Sun Oct 1 08:18:56 2023
|
# Sat Apr 20 18:33:39 2024
|
||||||
#
|
#
|
||||||
CONFIG_HAVE_DOT_CONFIG=y
|
CONFIG_HAVE_DOT_CONFIG=y
|
||||||
|
|
||||||
|
@ -1053,17 +1053,17 @@ CONFIG_FEATURE_MIME_CHARSET=""
|
||||||
#
|
#
|
||||||
# Process Utilities
|
# Process Utilities
|
||||||
#
|
#
|
||||||
# CONFIG_FEATURE_FAST_TOP is not set
|
CONFIG_FEATURE_FAST_TOP=y
|
||||||
# CONFIG_FEATURE_SHOW_THREADS is not set
|
# CONFIG_FEATURE_SHOW_THREADS is not set
|
||||||
CONFIG_FREE=y
|
CONFIG_FREE=y
|
||||||
CONFIG_FUSER=y
|
CONFIG_FUSER=y
|
||||||
# CONFIG_IOSTAT is not set
|
CONFIG_IOSTAT=y
|
||||||
CONFIG_KILL=y
|
CONFIG_KILL=y
|
||||||
CONFIG_KILLALL=y
|
CONFIG_KILLALL=y
|
||||||
CONFIG_KILLALL5=y
|
CONFIG_KILLALL5=y
|
||||||
CONFIG_LSOF=y
|
CONFIG_LSOF=y
|
||||||
# CONFIG_MPSTAT is not set
|
# CONFIG_MPSTAT is not set
|
||||||
# CONFIG_NMETER is not set
|
CONFIG_NMETER=y
|
||||||
CONFIG_PGREP=y
|
CONFIG_PGREP=y
|
||||||
# CONFIG_PKILL is not set
|
# CONFIG_PKILL is not set
|
||||||
CONFIG_PIDOF=y
|
CONFIG_PIDOF=y
|
||||||
|
|
Loading…
Reference in New Issue