mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-08-04 23:45:49 +00:00
Add bandwidth monitors (#100)
This commit is contained in:
@@ -57,6 +57,8 @@ export interface SystemInterval extends BestBlock {
|
||||
memory: Maybe<Types.MemoryUse>;
|
||||
cpu: Maybe<Types.CPUUse>;
|
||||
status: 'Idle' | string; // TODO: 'Idle' | ...?
|
||||
bandwidth_upload: Maybe<Types.BytesPerSecond>;
|
||||
bandwidth_download: Maybe<Types.BytesPerSecond>;
|
||||
}
|
||||
|
||||
export interface NodeStart extends BestBlock {
|
||||
|
||||
Reference in New Issue
Block a user