summaryrefslogtreecommitdiffstats
path: root/doc/DESIGN.txt
diff options
context:
space:
mode:
authorPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-03-25 17:49:48 +0100
committerPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-03-25 17:49:48 +0100
commitfde8c26f215ea7a20a3da88a7f91d2156288dd3d (patch)
tree18ccc26db7ba679401d795c3b0c8512fed687479 /doc/DESIGN.txt
parent019e5d08cc04c5bbe5a16edb2fe8d2b3023a00a1 (diff)
downloadtuned-fde8c26f215ea7a20a3da88a7f91d2156288dd3d.tar.gz
tuned-fde8c26f215ea7a20a3da88a7f91d2156288dd3d.tar.xz
tuned-fde8c26f215ea7a20a3da88a7f91d2156288dd3d.zip
- Updated documentation, thanks to Marcela Maslanova!
Diffstat (limited to 'doc/DESIGN.txt')
-rw-r--r--doc/DESIGN.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/DESIGN.txt b/doc/DESIGN.txt
index 40a1d9f..2222ca6 100644
--- a/doc/DESIGN.txt
+++ b/doc/DESIGN.txt
@@ -48,7 +48,7 @@ tuned:
together are 100 then this will be a balanced and normalized load
- Accumulated weights per tune plugin can be > 100 or < 100. Need to decide
whether to automatically normalize it or not
-/* - Tuning aggressivness can be specified from 0 to 100. 0 == no PM, 100 means
+/* - Tuning aggressiveness can be specified from 0 to 100. 0 == no PM, 100 means
always fully tune even under full load. Configurable globally for all tuning
plugins and/or individually */
- Tuning modes should follow the system/user settings for power management of
@@ -80,7 +80,7 @@ Monitor plugins:
o Input
o Output
o Blocksize
-- Should avoid disk/network io to prevent unecessary wakeups
+- Should avoid disk/network io to prevent unnecessary wakeups
Tuning plugins:
@@ -94,7 +94,7 @@ Tuning plugins:
o Performance
- Each plugin has to define it's own policy for handling the different
levels of aggregated load
-- Each plugin has an interface called setTuning(load) where load is the aggreated
+- Each plugin has an interface called setTuning(load) where load is the aggregated
load for that tuning plugin modified by the specific or overall level of
tuning aggressiveness
- Several levels of aggressiveness: none, low, medium, high, max
@@ -111,7 +111,7 @@ Tuning plugins:
Example:
--------
-monitoring plugin for disk io: Montiors either via /proc or other means the IO
+monitoring plugin for disk io: Monitors either via /proc or other means the IO
for all disks in the system.
getLoad() returns something like: {"DISK" : {"sda" : {"READ" : 0.24, "WRITE" :