load stuff
This commit is contained in:
parent
6acc3fba21
commit
d452250126
@ -175,7 +175,7 @@ router.post('/run/:ip?', function doRun(req, res, next){
|
||||
var startAll = function(){
|
||||
getFreeMem(function(freeMem){
|
||||
var usedMem = Math.round((freeMem/totalMem)*100);
|
||||
console.log(usedMem);
|
||||
console.log('freeMem:', freeMem, 'totalmem', totalMem, 'usedMem:', usedMem);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user