2022-05-25 16:23:42 -04:00
|
|
|
<header class="row">
|
|
|
|
<div class="columns twelve u-text-center">
|
2022-06-08 00:46:56 -04:00
|
|
|
<h1>Sentry CPU Info</h1>
|
2022-05-25 16:23:42 -04:00
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<section class="row">
|
2022-06-08 00:46:56 -04:00
|
|
|
<article class="columns eight">
|
|
|
|
<h5>CPU Model: <span id="cpuInfo">Random CPU</span></h5>
|
2022-08-23 23:59:05 -04:00
|
|
|
<table class="hardware-info u-full-width">
|
2022-08-23 18:45:53 -04:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>Physical cores</td>
|
|
|
|
<td><span id="cpuCores">2</span> cores</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Logical threads</td>
|
|
|
|
<td><span id="cpuThreads">4</span> threads</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Base clock</td>
|
|
|
|
<td><span id="cpuClockBase">2.0</span>Ghz</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Boost clock</td>
|
|
|
|
<td><span id="cpuClockBoost">2.0</span>Ghz</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2022-06-08 00:46:56 -04:00
|
|
|
<p>CPU temperature: <span id="cpuTemp">12</span>°C</p>
|
|
|
|
</article>
|
|
|
|
|
|
|
|
<article class="columns four">
|
|
|
|
<div id="cpuTempDisplay" class="tempGauge">
|
|
|
|
<div class="tempGaugeFill"></div>
|
|
|
|
</div>
|
|
|
|
</article>
|
2022-05-25 16:23:42 -04:00
|
|
|
</section>
|