You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<buttonclass="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <iclass=" fab fa-github"></i></button>
Copy file name to clipboardExpand all lines: docs/issues.html
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,14 @@ <h4>Windows, macOS - CPU Speed</h4>
73
73
<p><spanclass="code">node.js</span> and <spanclass="code">get-WmiObject</span> are not able to determine correct CPU current speed on windows and macOS.
74
74
This means, you will have constant values here on both platforms for all processor cores in <spanclass="code">cpuCurrentSpeed()</span>.</p>
<p>To be able to detect S.M.A.R.T. status on Linux you need to install <spanclass="code">smartmontools</span>. On DEBIAN based linux distributions you can install it by running:</p>
78
+
<p>To be able to detect S.M.A.R.T. status on macOS, Windows and Linux you need to install <spanclass="code">smartmontools</span>.</p>
79
+
<p>On DEBIAN based linux distributions you can install it by running:</p>
79
80
<pre>$ sudo apt-get install smartmontools</pre>
81
+
<p>On macOS you can install it using <spanclass="code">brew</span>:</p>
82
+
<pre>$ brew install smartmontools</pre>
83
+
<p>On windows you can download it from <ahref="https://www.smartmontools.org/">https://www.smartmontools.org/</a></p>
80
84
<p>If you have smartmontools version >= 7.0 then you will get also full smart data in diskLayout()</p>
0 commit comments