This commit is contained in:
2025-04-23 04:18:28 +02:00
parent 10a7d9bb6b
commit a16ac8f627
276 changed files with 85166 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
<h4 style="margin-bottom: 10px;">Process CPU Usage</h4>
<div id="cpu-chart" style="width: 100%; height: 300px; margin-bottom: 30px;"></div>

View File

@@ -0,0 +1,2 @@
<h4 style="margin-bottom: 10px;">Process Memory Usage</h4>
<div id="memory-chart" style="width: 100%; height: 300px;"></div>

View File

@@ -0,0 +1 @@
<!-- Stats fetcher removed - now loaded from external JS file -->

View File

@@ -0,0 +1,2 @@
<h4 style="margin-bottom: 10px;">Network Traffic</h4>
<div id="network-chart" style="width: 100%; height: 300px; margin-top: 10px;"></div>