summaryrefslogtreecommitdiffstats
path: root/templates/systemstatus/_page.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-10-21 13:56:04 +0200
committerSimon Rettberg2015-10-21 13:56:04 +0200
commit19abeccb7a047eecbf74c7aec6e91aa8c45a1f50 (patch)
tree5345c3411a7de5ccb23a694fc414737df52925b5 /templates/systemstatus/_page.html
parentUpdate Circles.js to v0.0.6 (diff)
downloadslx-admin-19abeccb7a047eecbf74c7aec6e91aa8c45a1f50.tar.gz
slx-admin-19abeccb7a047eecbf74c7aec6e91aa8c45a1f50.tar.xz
slx-admin-19abeccb7a047eecbf74c7aec6e91aa8c45a1f50.zip
[systemstatus] Live CPU/mem usage stats
Diffstat (limited to 'templates/systemstatus/_page.html')
-rw-r--r--templates/systemstatus/_page.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/systemstatus/_page.html b/templates/systemstatus/_page.html
index 546a827b..bb48258c 100644
--- a/templates/systemstatus/_page.html
+++ b/templates/systemstatus/_page.html
@@ -89,6 +89,14 @@
</div>
<div class="panel panel-default">
<div class="panel-heading">
+ {{lang_ldadpLog}}
+ </div>
+ <div class="panel-body" id="ldadp-log">
+ <span class="glyphicon glyphicon-refresh slx-rotation"></span>
+ </div>
+</div>
+<div class="panel panel-default">
+ <div class="panel-heading">
netstat -tulpn
</div>
<div class="panel-body" id="netstat">
@@ -109,10 +117,11 @@
loadContent('#addresses', '?do=SystemStatus&action=AddressList');
loadContent('#systeminfo', '?do=SystemStatus&action=SystemInfo');
loadContent('#services', '?do=SystemStatus&action=Services');
+ loadContent('#dmsd-users', '?do=SystemStatus&action=DmsdUsers');
setTimeout(function() {
loadContent('#dmsd-log', '?do=SystemStatus&action=DmsdLog');
loadContent('#netstat', '?do=SystemStatus&action=Netstat');
loadContent('#pslist', '?do=SystemStatus&action=PsList');
- loadContent('#dmsd-users', '?do=SystemStatus&action=DmsdUsers');
+ loadContent('#ldadp-log', '?do=SystemStatus&action=LdadpLog');
}, 500);
</script>