summaryrefslogtreecommitdiffstats
path: root/rules/sysstat.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-04-01 15:34:43 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-04-01 15:34:43 +0000
commit0b523fe3d9bda345919ddfbd4128b5e4928db12e (patch)
treeeca0977e58ecfcd98602dc7f20e6c146fb235666 /rules/sysstat.in
parent59a07981dc4b75cf438518fd2998010084c1bbba (diff)
downloadptxdist-0b523fe3d9bda345919ddfbd4128b5e4928db12e.tar.gz
ptxdist-0b523fe3d9bda345919ddfbd4128b5e4928db12e.tar.xz
[sysstat] added
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10199 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/sysstat.in')
-rw-r--r--rules/sysstat.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/rules/sysstat.in b/rules/sysstat.in
new file mode 100644
index 000000000..3acdd1b13
--- /dev/null
+++ b/rules/sysstat.in
@@ -0,0 +1,22 @@
+## SECTION=debug_tools
+
+config SYSSTAT
+ tristate
+ prompt "sysstat"
+ help
+ 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/