added ram stats
This commit is contained in:
parent
a52a17ac25
commit
2a104d7459
3 changed files with 6 additions and 0 deletions
|
@ -99,6 +99,7 @@ var getStats = function(){
|
|||
storedBlockDisplay.innerText = stats['blockCount']
|
||||
queuedBlockDisplay.innerText = stats['blockQueueCount']
|
||||
document.getElementById('threads').innerText = stats['threads']
|
||||
document.getElementById('ramPercent').innerText = (stats['ramPercent']).toFixed(2) + '%'
|
||||
securityLevel.innerText = sec_description_str
|
||||
fetch('/hitcount', {
|
||||
headers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue