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
Copy file name to clipboardExpand all lines: source/manual/plugins/coretemp.html
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@
5
5
---
6
6
<p><code>Plugin=CoreTemp</code> retrieves infromation from the <ahref="https://www.alcpu.com/CoreTemp/">CoreTemp</a> application. The latest CoreTemp application <b>must</b> be running in the background.</p>
<p>By default CoreTemp will return temperature values in Celsius. Check the box in Settings / Display in the application GUI to set the return values to Fahrenheit.</p>
<p>If the value of the measure is to be used in a meter which requires a <ahref="!measures/#Percentage">percentage</a>, then appropriate <ahref="!measures/general-options/#MinValue">MinValue</a> and/or <ahref="!measures/general-options/#MaxValue">MaxValue</a> options must be added to the measure.</p>
@@ -29,12 +34,12 @@ <h2>Options</h2>
29
34
<li><code>BusSpeed</code>: FSB bus frequency.</li>
30
35
<li><code>BusMultiplier</code>: Current FSB bus multiplier.</li>
31
36
<li><code>Vid</code>: Voltage Identifier value.</li>
32
-
<li><code>Tdp</code>: Thermal Design Power temperature.</li>
37
+
<li><code>Tdp</code>: Thermal Design Power in Watts.</li>
33
38
<li><code>Power</code>: Current power consumption of the CPU.<br/><em>Not all CPU models support this value.</em></li>
34
39
</ul>
35
40
36
41
<br/><p><b>Core</b></p>
37
-
<p>These option values use <code>CoreTempIndex</code> to define a specific CPU core.</p>
42
+
<p>These option values require a <code>CoreTempIndex</code> option to define a specific CPU core.</p>
38
43
<ul>
39
44
<li><code>Temperature</code>: Current indexed core temperature.</li>
40
45
<li><code>TjMax</code>: Maximum allowed indexed core temperature.</li>
0 commit comments