mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-08-01 11:45:43 +00:00
Show CPU and memory use, disable last block time for now (#40)
This commit is contained in:
@@ -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' | ...?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user