added fd and disk usage stats
This commit is contained in:
parent
8e31d51740
commit
d24fd41c53
4 changed files with 27 additions and 6 deletions
|
@ -104,6 +104,8 @@ var getStats = function(){
|
|||
queuedBlockDisplay.innerText = stats['blockQueueCount']
|
||||
document.getElementById('threads').innerText = stats['threads']
|
||||
document.getElementById('ramPercent').innerText = (stats['ramPercent']).toFixed(2) + '%'
|
||||
document.getElementById('fileDescriptors').innerText = stats['fd']
|
||||
document.getElementById('diskUsage').innerText = stats['diskUsage']
|
||||
securityLevel.innerText = sec_description_str
|
||||
fetch('/hitcount', {
|
||||
headers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue