MCPcopy
hub / github.com/browserless/browserless / MachineStatsSource

Interface MachineStatsSource

src/monitoring.ts:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

docs.jsFile · 0.65
monitoring.spec.tsFile · 0.65
sampleMethod · 0.65
getMachineStatsMethod · 0.65
handlerMethod · 0.65
handlerMethod · 0.65

Implementers 5

ControlledSourcesrc/monitoring.spec.ts
HostSourcesrc/monitoring.ts
CgroupV2Sourcesrc/monitoring.ts
CgroupV1Sourcesrc/monitoring.ts
FileSystemsrc/file-system.ts

Calls

no outgoing calls

Tested by

no test coverage detected