From 52313e0a051bc3d55823e1f3232f1baf4ab6eb5d Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 7 Mar 2013 22:49:49 +0100 Subject: [PATCH] Enable lsof and watch lsof is useful to look at all open files on the system watch is useful for monitoring files in proc to see system behavior, eg watch -n1 cat /proc/interrupts --- packages/sysutils/busybox/config/busybox.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index ab0017cc50..dc615ca1a4 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -887,7 +887,7 @@ CONFIG_FEATURE_MIME_CHARSET="" # Process Utilities # CONFIG_IOSTAT=y -# CONFIG_LSOF is not set +CONFIG_LSOF=y CONFIG_MPSTAT=y # CONFIG_NMETER is not set CONFIG_PMAP=y @@ -923,7 +923,7 @@ CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS=y CONFIG_RENICE=y CONFIG_BB_SYSCTL=y CONFIG_FEATURE_SHOW_THREADS=y -# CONFIG_WATCH is not set +CONFIG_WATCH=y # # Runit Utilities