summaryrefslogtreecommitdiffstats
path: root/rules/procps.in
blob: 3b79c29bd9a85b0038901506e2be9fca7d969faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
menuconfig PROCPS
	bool "procps              "
	select NCURSES
	help
	  FIXME: This item needs to be documented

config PROCPS_TOP
	bool
	prompt "top"
	depends on PROCPS
	depends on !BB_CONFIG_TOP
	help
	  FIXME: This item needs to be documented

comment "top is disabled by busybox top"
	depends on PROCPS
	depends on BB_CONFIG_TOP

config PROCPS_SLABTOP
	bool
	prompt "slabtop"
	depends on PROCPS
	help
	  FIXME: This item needs to be documented

config PROCPS_SYSCTL
	bool
	prompt "sysctl"
	depends on PROCPS
	depends on !BB_CONFIG_BB_SYSCTL
	help
	  FIXME: This item needs to be documented

comment "sysctl is disabled by busybox sysctl"
	depends on PROCPS
	depends on BB_CONFIG_BB_SYSCTL

config PROCPS_PS
	bool
	prompt "ps"
	depends on PROCPS
	depends on !BB_CONFIG_PS
	help
	  ps stands for process status. With this command you
	  analyse current states of all processes running on
	  the system

comment "ps is disabled by busybox ps"
	depends on PROCPS
	depends on BB_CONFIG_PS

config PROCPS_W
	bool
	prompt "w"
	depends on PROCPS
	help
	  FIXME: This item needs to be documented

config PROCPS_PGREP
	bool
	prompt "pgrep"
	depends on PROCPS
	help
	  FIXME: This item needs to be documented