This commit is contained in:
syuilo
2017-06-12 02:05:23 +09:00
parent f2236c3c3b
commit d9c9a7f236
3 changed files with 50 additions and 9 deletions

View File

@ -18,7 +18,9 @@ export default function() {
total: os.totalmem(),
free: os.freemem()
},
disk
disk,
os_uptime: os.uptime(),
process_uptime: process.uptime()
});
});
}, 1000);