merged get full S.M.A.R.T data, updated docs

This commit is contained in:
Sebastian Hildebrandt
2020-05-12 20:44:08 +02:00
parent 2db0a99a98
commit 586065fd0c
8 changed files with 32 additions and 5 deletions
+1
View File
@@ -68,6 +68,7 @@
<p>To be able to detect S.M.A.R.T. status on Linux you need to install <span class="code">smartmontools</span>. On DEBIAN based linux distributions you can install it by running:</p>
<pre>$ sudo apt-get install smartmontools</pre>
<p>If you have smartmontools version >= 7.0 then you will get also full smart data in diskLayout()</p>
<h4>Stats Functions</h4>
<p>To get correct values with <span class="code">fsStats()</span>, <span class="code">disksIO()</span> and <span class="code">networkStats()</span> please check <a href="statsfunctions.html">this guide</a></p>