summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates
diff options
context:
space:
mode:
authorSimon Rettberg2020-04-25 20:49:12 +0200
committerSimon Rettberg2020-04-25 20:49:12 +0200
commit4247bb518e3e6d1a2ec601ea4597edf5eb3cc72e (patch)
tree78bf5e51a019aa50acbdc95bbe03b1bb24d757f0 /modules-available/statistics/templates
parentMinor tweaks and cleanups (diff)
downloadslx-admin-4247bb518e3e6d1a2ec601ea4597edf5eb3cc72e.tar.gz
slx-admin-4247bb518e3e6d1a2ec601ea4597edf5eb3cc72e.tar.xz
slx-admin-4247bb518e3e6d1a2ec601ea4597edf5eb3cc72e.zip
[statistics] Track CPU-load and standby failures of clients
Diffstat (limited to 'modules-available/statistics/templates')
-rw-r--r--modules-available/statistics/templates/machine-main.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html
index 5e3b31f6..83c3a292 100644
--- a/modules-available/statistics/templates/machine-main.html
+++ b/modules-available/statistics/templates/machine-main.html
@@ -225,6 +225,13 @@
{{lang_sockets}}: {{Sockets}}, {{lang_cores}}: {{Realcores}}, {{lang_virtualCores}}: {{Virtualcores}}
</div>
{{/Sockets}}
+ {{#live_cpuload_s}}
+ <div class="meter">
+ <div class="text left">{{lang_cpuload}}</div>
+ <div class="text right">{{live_cpuload_s}}</div>
+ <div class="bar" style="width:{{live_cpuload}}%"></div>
+ </div>
+ {{/live_cpuload_s}}
</td>
</tr>
<tr>