added support of $hddtotmb and $hddtotgb tags

This commit is contained in:
arcan1s
2014-05-31 14:12:04 +04:00
parent 9904e5d6c6
commit 7fc7b68358
18 changed files with 224 additions and 179 deletions

View File

@ -39,6 +39,8 @@
<li>tag <code>$hddN</code> - usage for mount point N, <em>%</em>. For example, <code>$hdd0</code></li>
<li>tag <code>$hddmbN</code> - usage for mount point N, <em>MB</em>. For example, <code>$hddmb0</code></li>
<li>tag <code>$hddgbN</code> - usage for mount point N, <em>GB</em>. For example, <code>$hddgb0</code></li>
<li>tag <code>$hddtotmbN</code> - total size of mount point N, <em>MB</em>. For example, <code>$hddtotmb0</code></li>
<li>tag <code>$hddtotgbN</code> - total size of mount point N, <em>GB</em>. For example, <code>$hddtotgb0</code></li>
<li>tag <code>$hddrN</code> - read speed of disk N, <em>KB/s</em>. For example, <code>$hddr0</code></li>
<li>tag <code>$hddwN</code> - write speed of disk N, <em>KB/s</em>. For example, <code>$hddw0</code></li>
<li>tag <code>$hddtempN</code> - temperature for HDD N. For example, <code>$hddtemp0</code></li>