Config.in 6.6 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 FREE
  8. bool "free (2.4 kb)"
  9. default y
  10. select PLATFORM_LINUX #sysinfo()
  11. help
  12. free displays the total amount of free and used physical and swap
  13. memory in the system, as well as the buffers used by the kernel.
  14. The shared memory column should be ignored; it is obsolete.
  15. config FUSER
  16. bool "fuser (7 kb)"
  17. default y
  18. help
  19. fuser lists all PIDs (Process IDs) that currently have a given
  20. file open. fuser can also list all PIDs that have a given network
  21. (TCP or UDP) port open.
  22. config IOSTAT
  23. bool "iostat (7.4 kb)"
  24. default y
  25. help
  26. Report CPU and I/O statistics
  27. config KILL
  28. bool "kill (2.6 kb)"
  29. default y
  30. help
  31. The command kill sends the specified signal to the specified
  32. process or process group. If no signal is specified, the TERM
  33. signal is sent.
  34. config KILLALL
  35. bool "killall (5.6 kb)"
  36. default y
  37. help
  38. killall sends a signal to all processes running any of the
  39. specified commands. If no signal name is specified, SIGTERM is
  40. sent.
  41. config KILLALL5
  42. bool "killall5 (5.3 kb)"
  43. default y
  44. help
  45. The SystemV killall command. killall5 sends a signal
  46. to all processes except kernel threads and the processes
  47. in its own session, so it won't kill the shell that is running
  48. the script it was called from.
  49. config LSOF
  50. bool "lsof (3.6 kb)"
  51. default y
  52. help
  53. Show open files in the format of:
  54. PID <TAB> /path/to/executable <TAB> /path/to/opened/file
  55. config MPSTAT
  56. bool "mpstat (10 kb)"
  57. default y
  58. help
  59. Per-processor statistics
  60. config NMETER
  61. bool "nmeter (10 kb)"
  62. default y
  63. help
  64. Prints selected system stats continuously, one line per update.
  65. config PGREP
  66. bool "pgrep (6.8 kb)"
  67. default y
  68. help
  69. Look for processes by name.
  70. config PKILL
  71. bool "pkill (7.6 kb)"
  72. default y
  73. help
  74. Send signals to processes by name.
  75. config PIDOF
  76. bool "pidof (6.6 kb)"
  77. default y
  78. help
  79. Pidof finds the process id's (pids) of the named programs. It prints
  80. those id's on the standard output.
  81. config FEATURE_PIDOF_SINGLE
  82. bool "Enable single shot (-s)"
  83. default y
  84. depends on PIDOF
  85. help
  86. Support '-s' for returning only the first pid found.
  87. config FEATURE_PIDOF_OMIT
  88. bool "Enable omitting pids (-o PID)"
  89. default y
  90. depends on PIDOF
  91. help
  92. Support '-o PID' for omitting the given pid(s) in output.
  93. The special pid %PPID can be used to name the parent process
  94. of the pidof, in other words the calling shell or shell script.
  95. config PMAP
  96. bool "pmap (6 kb)"
  97. default y
  98. help
  99. Display processes' memory mappings.
  100. config POWERTOP
  101. bool "powertop (9.1 kb)"
  102. default y
  103. help
  104. Analyze power consumption on Intel-based laptops
  105. config FEATURE_POWERTOP_INTERACTIVE
  106. bool "Accept keyboard commands"
  107. default y
  108. depends on POWERTOP
  109. help
  110. Without this, powertop will only refresh display every 10 seconds.
  111. No keyboard commands will work, only ^C to terminate.
  112. config PS
  113. bool "ps (11 kb)"
  114. default y
  115. help
  116. ps gives a snapshot of the current processes.
  117. config FEATURE_PS_WIDE
  118. bool "Enable wide output (-w)"
  119. default y
  120. depends on (PS || MINIPS) && !DESKTOP
  121. help
  122. Support argument 'w' for wide output.
  123. If given once, 132 chars are printed, and if given more
  124. than once, the length is unlimited.
  125. config FEATURE_PS_LONG
  126. bool "Enable long output (-l)"
  127. default y
  128. depends on (PS || MINIPS) && !DESKTOP
  129. help
  130. Support argument 'l' for long output.
  131. Adds fields PPID, RSS, START, TIME & TTY
  132. config FEATURE_PS_TIME
  133. bool "Enable -o time and -o etime specifiers"
  134. default y
  135. depends on (PS || MINIPS) && DESKTOP
  136. select PLATFORM_LINUX
  137. config FEATURE_PS_UNUSUAL_SYSTEMS
  138. bool "Support Linux prior to 2.4.0 and non-ELF systems"
  139. default n
  140. depends on FEATURE_PS_TIME
  141. help
  142. Include support for measuring HZ on old kernels and non-ELF systems
  143. (if you are on Linux 2.4.0+ and use ELF, you don't need this)
  144. config FEATURE_PS_ADDITIONAL_COLUMNS
  145. bool "Enable -o rgroup, -o ruser, -o nice specifiers"
  146. default y
  147. depends on (PS || MINIPS) && DESKTOP
  148. config PSTREE
  149. bool "pstree (9.4 kb)"
  150. default y
  151. help
  152. Display a tree of processes.
  153. config PWDX
  154. bool "pwdx (3.5 kb)"
  155. default y
  156. help
  157. Report current working directory of a process
  158. config SMEMCAP
  159. bool "smemcap (2.5 kb)"
  160. default y
  161. help
  162. smemcap is a tool for capturing process data for smem,
  163. a memory usage statistic tool.
  164. config BB_SYSCTL
  165. bool "sysctl (6.9 kb)"
  166. default y
  167. help
  168. Configure kernel parameters at runtime.
  169. config TOP
  170. bool "top (17 kb)"
  171. default y
  172. help
  173. The top program provides a dynamic real-time view of a running
  174. system.
  175. config FEATURE_TOP_INTERACTIVE
  176. bool "Accept keyboard commands"
  177. default y
  178. depends on TOP
  179. help
  180. Without this, top will only refresh display every 5 seconds.
  181. No keyboard commands will work, only ^C to terminate.
  182. config FEATURE_TOP_CPU_USAGE_PERCENTAGE
  183. bool "Show CPU per-process usage percentage"
  184. default y
  185. depends on TOP
  186. help
  187. Make top display CPU usage for each process.
  188. This adds about 2k.
  189. config FEATURE_TOP_CPU_GLOBAL_PERCENTS
  190. bool "Show CPU global usage percentage"
  191. default y
  192. depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
  193. help
  194. Makes top display "CPU: NN% usr NN% sys..." line.
  195. This adds about 0.5k.
  196. config FEATURE_TOP_SMP_CPU
  197. bool "SMP CPU usage display ('c' key)"
  198. default y
  199. depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS
  200. help
  201. Allow 'c' key to switch between individual/cumulative CPU stats
  202. This adds about 0.5k.
  203. config FEATURE_TOP_DECIMALS
  204. bool "Show 1/10th of a percent in CPU/mem statistics"
  205. default y
  206. depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
  207. help
  208. Show 1/10th of a percent in CPU/mem statistics.
  209. This adds about 0.3k.
  210. config FEATURE_TOP_SMP_PROCESS
  211. bool "Show CPU process runs on ('j' field)"
  212. default y
  213. depends on TOP
  214. help
  215. Show CPU where process was last found running on.
  216. This is the 'j' field.
  217. config FEATURE_TOPMEM
  218. bool "Topmem command ('s' key)"
  219. default y
  220. depends on TOP
  221. help
  222. Enable 's' in top (gives lots of memory info).
  223. config UPTIME
  224. bool "uptime (632 bytes)"
  225. default y
  226. select PLATFORM_LINUX #sysinfo()
  227. help
  228. uptime gives a one line display of the current time, how long
  229. the system has been running, how many users are currently logged
  230. on, and the system load averages for the past 1, 5, and 15 minutes.
  231. config FEATURE_UPTIME_UTMP_SUPPORT
  232. bool "Show the number of users"
  233. default y
  234. depends on UPTIME && FEATURE_UTMP
  235. help
  236. Display the number of users currently logged on.
  237. config WATCH
  238. bool "watch (4.1 kb)"
  239. default y
  240. help
  241. watch is used to execute a program periodically, showing
  242. output to the screen.
  243. config FEATURE_SHOW_THREADS
  244. bool "Support thread display in ps/pstree/top"
  245. default y
  246. depends on PS || TOP || PSTREE
  247. help
  248. Enables the ps -T option, showing of threads in pstree,
  249. and 'h' command in top.
  250. endmenu