Gameserver/website/_includes/online.html

16 lines
809 B
HTML

<noscript>
Live stuff requires JavaScript unfortunately
</noscript>
<h6>CPU</h6>
<div class="graph w-auto p-1">
<svg id="cpugraph" class="w-100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 200 100">
<rect class="graphframe" vector-effect="non-scaling-stroke" x="0" y="0" width="200" height="100" />
</svg>
</div>
<h6>Memory</h6>
<div class="graph w-auto p-1">
<svg id="memgraph" class="w-100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 200 100">
<rect class="graphframe" vector-effect="non-scaling-stroke" x="0" y="0" width="200" height="100" />
</svg>
</div>