Config.in 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. # DO NOT EDIT. This file is generated from Config.src
  2. #
  3. # For a description of the syntax of this configuration file,
  4. # see scripts/kbuild/config-language.txt.
  5. #
  6. menu "Process Utilities"
  7. config BUSYBOX_CONFIG_IOSTAT
  8. bool "iostat"
  9. default BUSYBOX_DEFAULT_IOSTAT
  10. help
  11. Report CPU and I/O statistics
  12. config BUSYBOX_CONFIG_LSOF
  13. bool "lsof"
  14. default BUSYBOX_DEFAULT_LSOF
  15. help
  16. Show open files in the format of:
  17. PID <TAB> /path/to/executable <TAB> /path/to/opened/file
  18. config BUSYBOX_CONFIG_MPSTAT
  19. bool "mpstat"
  20. default BUSYBOX_DEFAULT_MPSTAT
  21. help
  22. Per-processor statistics
  23. config BUSYBOX_CONFIG_NMETER
  24. bool "nmeter"
  25. default BUSYBOX_DEFAULT_NMETER
  26. help
  27. Prints selected system stats continuously, one line per update.
  28. config BUSYBOX_CONFIG_PMAP
  29. bool "pmap"
  30. default BUSYBOX_DEFAULT_PMAP
  31. help
  32. Display processes' memory mappings.
  33. config BUSYBOX_CONFIG_POWERTOP
  34. bool "powertop"
  35. default BUSYBOX_DEFAULT_POWERTOP
  36. help
  37. Analyze power consumption on Intel-based laptops
  38. config BUSYBOX_CONFIG_PSTREE
  39. bool "pstree"
  40. default BUSYBOX_DEFAULT_PSTREE
  41. help
  42. Display a tree of processes.
  43. config BUSYBOX_CONFIG_PWDX
  44. bool "pwdx"
  45. default BUSYBOX_DEFAULT_PWDX
  46. help
  47. Report current working directory of a process
  48. config BUSYBOX_CONFIG_SMEMCAP
  49. bool "smemcap"
  50. default BUSYBOX_DEFAULT_SMEMCAP
  51. help
  52. smemcap is a tool for capturing process data for smem,
  53. a memory usage statistic tool.
  54. config BUSYBOX_CONFIG_TOP
  55. bool "top"
  56. default BUSYBOX_DEFAULT_TOP
  57. help
  58. The top program provides a dynamic real-time view of a running
  59. system.
  60. config BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
  61. bool "Show CPU per-process usage percentage"
  62. default BUSYBOX_DEFAULT_FEATURE_TOP_CPU_USAGE_PERCENTAGE
  63. depends on BUSYBOX_CONFIG_TOP
  64. help
  65. Make top display CPU usage for each process.
  66. This adds about 2k.
  67. config BUSYBOX_CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS
  68. bool "Show CPU global usage percentage"
  69. default BUSYBOX_DEFAULT_FEATURE_TOP_CPU_GLOBAL_PERCENTS
  70. depends on BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
  71. help
  72. Makes top display "CPU: NN% usr NN% sys..." line.
  73. This adds about 0.5k.
  74. config BUSYBOX_CONFIG_FEATURE_TOP_SMP_CPU
  75. bool "SMP CPU usage display ('c' key)"
  76. default BUSYBOX_DEFAULT_FEATURE_TOP_SMP_CPU
  77. depends on BUSYBOX_CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS
  78. help
  79. Allow 'c' key to switch between individual/cumulative CPU stats
  80. This adds about 0.5k.
  81. config BUSYBOX_CONFIG_FEATURE_TOP_DECIMALS
  82. bool "Show 1/10th of a percent in CPU/mem statistics"
  83. default BUSYBOX_DEFAULT_FEATURE_TOP_DECIMALS
  84. depends on BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
  85. help
  86. Show 1/10th of a percent in CPU/mem statistics.
  87. This adds about 0.3k.
  88. config BUSYBOX_CONFIG_FEATURE_TOP_SMP_PROCESS
  89. bool "Show CPU process runs on ('j' field)"
  90. default BUSYBOX_DEFAULT_FEATURE_TOP_SMP_PROCESS
  91. depends on BUSYBOX_CONFIG_TOP
  92. help
  93. Show CPU where process was last found running on.
  94. This is the 'j' field.
  95. config BUSYBOX_CONFIG_FEATURE_TOPMEM
  96. bool "Topmem command ('s' key)"
  97. default BUSYBOX_DEFAULT_FEATURE_TOPMEM
  98. depends on BUSYBOX_CONFIG_TOP
  99. help
  100. Enable 's' in top (gives lots of memory info).
  101. config BUSYBOX_CONFIG_UPTIME
  102. bool "uptime"
  103. default BUSYBOX_DEFAULT_UPTIME
  104. select BUSYBOX_CONFIG_PLATFORM_LINUX #sysinfo()
  105. help
  106. uptime gives a one line display of the current time, how long
  107. the system has been running, how many users are currently logged
  108. on, and the system load averages for the past 1, 5, and 15 minutes.
  109. config BUSYBOX_CONFIG_FEATURE_UPTIME_UTMP_SUPPORT
  110. bool "Support for showing the number of users"
  111. default BUSYBOX_DEFAULT_FEATURE_UPTIME_UTMP_SUPPORT
  112. depends on BUSYBOX_CONFIG_UPTIME && BUSYBOX_CONFIG_FEATURE_UTMP
  113. help
  114. Makes uptime display the number of users currently logged on.
  115. config BUSYBOX_CONFIG_FREE
  116. bool "free"
  117. default BUSYBOX_DEFAULT_FREE
  118. select BUSYBOX_CONFIG_PLATFORM_LINUX #sysinfo()
  119. help
  120. free displays the total amount of free and used physical and swap
  121. memory in the system, as well as the buffers used by the kernel.
  122. The shared memory column should be ignored; it is obsolete.
  123. config BUSYBOX_CONFIG_FUSER
  124. bool "fuser"
  125. default BUSYBOX_DEFAULT_FUSER
  126. help
  127. fuser lists all PIDs (Process IDs) that currently have a given
  128. file open. fuser can also list all PIDs that have a given network
  129. (TCP or UDP) port open.
  130. config BUSYBOX_CONFIG_KILL
  131. bool "kill"
  132. default BUSYBOX_DEFAULT_KILL
  133. help
  134. The command kill sends the specified signal to the specified
  135. process or process group. If no signal is specified, the TERM
  136. signal is sent.
  137. config BUSYBOX_CONFIG_KILLALL
  138. bool "killall"
  139. default BUSYBOX_DEFAULT_KILLALL
  140. depends on BUSYBOX_CONFIG_KILL
  141. help
  142. killall sends a signal to all processes running any of the
  143. specified commands. If no signal name is specified, SIGTERM is
  144. sent.
  145. config BUSYBOX_CONFIG_KILLALL5
  146. bool "killall5"
  147. default BUSYBOX_DEFAULT_KILLALL5
  148. depends on BUSYBOX_CONFIG_KILL
  149. config BUSYBOX_CONFIG_PGREP
  150. bool "pgrep"
  151. default BUSYBOX_DEFAULT_PGREP
  152. help
  153. Look for processes by name.
  154. config BUSYBOX_CONFIG_PIDOF
  155. bool "pidof"
  156. default BUSYBOX_DEFAULT_PIDOF
  157. help
  158. Pidof finds the process id's (pids) of the named programs. It prints
  159. those id's on the standard output.
  160. config BUSYBOX_CONFIG_FEATURE_PIDOF_SINGLE
  161. bool "Enable argument for single shot (-s)"
  162. default BUSYBOX_DEFAULT_FEATURE_PIDOF_SINGLE
  163. depends on BUSYBOX_CONFIG_PIDOF
  164. help
  165. Support argument '-s' for returning only the first pid found.
  166. config BUSYBOX_CONFIG_FEATURE_PIDOF_OMIT
  167. bool "Enable argument for omitting pids (-o)"
  168. default BUSYBOX_DEFAULT_FEATURE_PIDOF_OMIT
  169. depends on BUSYBOX_CONFIG_PIDOF
  170. help
  171. Support argument '-o' for omitting the given pids in output.
  172. The special pid %PPID can be used to name the parent process
  173. of the pidof, in other words the calling shell or shell script.
  174. config BUSYBOX_CONFIG_PKILL
  175. bool "pkill"
  176. default BUSYBOX_DEFAULT_PKILL
  177. help
  178. Send signals to processes by name.
  179. config BUSYBOX_CONFIG_PS
  180. bool "ps"
  181. default BUSYBOX_DEFAULT_PS
  182. help
  183. ps gives a snapshot of the current processes.
  184. config BUSYBOX_CONFIG_FEATURE_PS_WIDE
  185. bool "Enable wide output option (-w)"
  186. default BUSYBOX_DEFAULT_FEATURE_PS_WIDE
  187. depends on BUSYBOX_CONFIG_PS && !BUSYBOX_CONFIG_DESKTOP
  188. help
  189. Support argument 'w' for wide output.
  190. If given once, 132 chars are printed, and if given more
  191. than once, the length is unlimited.
  192. config BUSYBOX_CONFIG_FEATURE_PS_LONG
  193. bool "Enable long output option (-l)"
  194. default BUSYBOX_DEFAULT_FEATURE_PS_LONG
  195. depends on BUSYBOX_CONFIG_PS && !BUSYBOX_CONFIG_DESKTOP
  196. help
  197. Support argument 'l' for long output.
  198. Adds fields PPID, RSS, START, TIME & TTY
  199. config BUSYBOX_CONFIG_FEATURE_PS_TIME
  200. bool "Enable time and elapsed time output"
  201. default BUSYBOX_DEFAULT_FEATURE_PS_TIME
  202. depends on BUSYBOX_CONFIG_PS && BUSYBOX_CONFIG_DESKTOP
  203. select BUSYBOX_CONFIG_PLATFORM_LINUX
  204. help
  205. Support -o time and -o etime output specifiers.
  206. config BUSYBOX_CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS
  207. bool "Enable additional ps columns"
  208. default BUSYBOX_DEFAULT_FEATURE_PS_ADDITIONAL_COLUMNS
  209. depends on BUSYBOX_CONFIG_PS && BUSYBOX_CONFIG_DESKTOP
  210. help
  211. Support -o rgroup, -o ruser, -o nice output specifiers.
  212. config BUSYBOX_CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS
  213. bool "Support Linux prior to 2.4.0 and non-ELF systems"
  214. default BUSYBOX_DEFAULT_FEATURE_PS_UNUSUAL_SYSTEMS
  215. depends on BUSYBOX_CONFIG_FEATURE_PS_TIME
  216. help
  217. Include support for measuring HZ on old kernels and non-ELF systems
  218. (if you are on Linux 2.4.0+ and use ELF, you don't need this)
  219. config BUSYBOX_CONFIG_RENICE
  220. bool "renice"
  221. default BUSYBOX_DEFAULT_RENICE
  222. help
  223. Renice alters the scheduling priority of one or more running
  224. processes.
  225. config BUSYBOX_CONFIG_BB_SYSCTL
  226. bool "sysctl"
  227. default BUSYBOX_DEFAULT_BB_SYSCTL
  228. help
  229. Configure kernel parameters at runtime.
  230. config BUSYBOX_CONFIG_FEATURE_SHOW_THREADS
  231. bool "Support for showing threads in ps/pstree/top"
  232. default BUSYBOX_DEFAULT_FEATURE_SHOW_THREADS
  233. depends on BUSYBOX_CONFIG_PS || BUSYBOX_CONFIG_TOP || BUSYBOX_CONFIG_PSTREE
  234. help
  235. Enables the ps -T option, showing of threads in pstree,
  236. and 'h' command in top.
  237. config BUSYBOX_CONFIG_WATCH
  238. bool "watch"
  239. default BUSYBOX_DEFAULT_WATCH
  240. help
  241. watch is used to execute a program periodically, showing
  242. output to the screen.
  243. endmenu