Skip to content

Commit

Permalink
Enable lsof and watch
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dagwieers committed Mar 7, 2013
1 parent 248df9f commit 52313e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sysutils/busybox/config/busybox.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 52313e0

Please sign in to comment.