diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-06-12 02:05:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-06-12 02:05:23 +0900 |
| commit | d9c9a7f236fcfe8595181dce4ca4814138b78201 (patch) | |
| tree | adca41c4e0cc0c50a26c97a82dce24efeb72fe2a /src/utils | |
| parent | [Client] Oops! (diff) | |
| download | sharkey-d9c9a7f236fcfe8595181dce4ca4814138b78201.tar.gz sharkey-d9c9a7f236fcfe8595181dce4ca4814138b78201.tar.bz2 sharkey-d9c9a7f236fcfe8595181dce4ca4814138b78201.zip | |
:v:
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/stats.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils/stats.ts b/src/utils/stats.ts index 1615268310..cfb710f5e1 100644 --- a/src/utils/stats.ts +++ b/src/utils/stats.ts @@ -18,7 +18,9 @@ export default function() { total: os.totalmem(), free: os.freemem() }, - disk + disk, + os_uptime: os.uptime(), + process_uptime: process.uptime() }); }); }, 1000); |