summaryrefslogtreecommitdiffstats
path: root/system/dstat/README
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-13 00:40:06 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:40:06 +0200
commitfdf736978ce80b3c168d88427869f6c4980d494e (patch)
treee980e3cf8cc5785e10307c6a53416c82ff42806f /system/dstat/README
parent5c770729ea9e88b9acb68437b85d1c27407821da (diff)
downloadslackbuilds-fdf736978ce80b3c168d88427869f6c4980d494e.tar.gz
slackbuilds-fdf736978ce80b3c168d88427869f6c4980d494e.tar.xz
system/dstat: Updated for version 0.7.0
Diffstat (limited to 'system/dstat/README')
-rw-r--r--system/dstat/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/system/dstat/README b/system/dstat/README
index 985feaa6ca..5acfbc9f36 100644
--- a/system/dstat/README
+++ b/system/dstat/README
@@ -2,23 +2,3 @@ Dstat is a versatile replacement for vmstat, iostat, netstat, nfsstat and
ifstat. Dstat overcomes some of their limitations and adds some extra features,
more counters and flexibility. Dstat is handy for monitoring systems during
performance tuning tests, benchmarks or troubleshooting.
-
-Dstat allows you to view all of your system resources instantly, you can eg.
-compare disk usage in combination with interrupts from your IDE controller, or
-compare the network bandwidth numbers directly with the disk throughput (in
-the same interval).
-
-Dstat gives you detailed selective information in columns and clearly indicates
-in what magnitude and unit the output is displayed. Less confusion, less
-mistakes.
-
-Dstat is unique in letting you aggregate block device throughput for a certain
-diskset or networkset, ie. you can see the throughput for all the block devices
-that make up a single filesystem or storage system.
-
-You can write your own dstat plugins to monitor whatever you like in just a few
-minutes based on provided examples and a little bit of Python knowledge.
-
-Dstat's output by default is designed for being interpreted by humans in
-real-time, however the new CSV output allows you to store CSV output in detail
-to a file to be imported later into Gnumeric or Excel to generate graphs.