✌️
This commit is contained in:
parent
f2236c3c3b
commit
d9c9a7f236
3 changed files with 50 additions and 9 deletions
|
|
@ -18,7 +18,9 @@ export default function() {
|
|||
total: os.totalmem(),
|
||||
free: os.freemem()
|
||||
},
|
||||
disk
|
||||
disk,
|
||||
os_uptime: os.uptime(),
|
||||
process_uptime: process.uptime()
|
||||
});
|
||||
});
|
||||
}, 1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue