summaryrefslogtreecommitdiffstats
path: root/rules/sysstat.in
blob: 2c6e02d85a2e1ad64c61e834b6aec9e9864143f6 (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
## SECTION=debug_tools

config SYSSTAT
	tristate
	prompt "sysstat"
	select GCCLIBS_GCC_S
	help
	  sar, iostat and mpstat - system performance tools for Linux

	  The sysstat package contains the following system
	  performance tools:

	  * sar - collects and reports system activity information;
	  * iostat - reports CPU utilization and I/O statistics for disks;
	  * mpstat - reports global and per-processor statistics;
	  * pidstat - reports statistics for Linux tasks (processes);
	  * sadf - displays data collected by sar in various formats.

	  The statistics reported by sar concern I/O transfer rates,
	  paging activity, process-related activities, interrupts,
	  network activity, memory and swap space utilization, CPU
	  utilization, kernel activities and TTY statistics, among
	  others. Both UP and SMP machines are fully supported.

	  Homepage: http://pagesperso-orange.fr/sebastien.godard/