Show CPU and memory use, disable last block time for now (#40)

This commit is contained in:
Maciej Hirsz
2018-09-18 14:37:09 +02:00
committed by GitHub
parent 762db7ebdc
commit 07b5880e5f
7 changed files with 27 additions and 11 deletions
+2
View File
@@ -54,6 +54,8 @@ export interface SystemInterval extends BestBlock {
msg: 'system.interval';
txcount: Types.TransactionCount;
peers: Types.PeerCount;
memory: Maybe<Types.MemoryUse>;
cpu: Maybe<Types.CPUUse>;
status: 'Idle' | string; // TODO: 'Idle' | ...?
}