| 56 | } |
| 57 | |
| 58 | export interface MachineStatsSource { |
| 59 | read(): Promise<IResourceLoad>; |
| 60 | readonly name: string; |
| 61 | } |
| 62 | |
| 63 | export class HostSource implements MachineStatsSource { |
| 64 | public readonly name = 'host (systeminformation)'; |
no outgoing calls
no test coverage detected