MCPcopy
hub / github.com/browserless/browserless / getMachineStats

Method getMachineStats

src/monitoring.ts:410–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

408 }
409
410 public async getMachineStats(): Promise<IResourceLoad> {
411 return this.statsSource.read();
412 }
413
414 public async overloaded(): Promise<{
415 cpuInt: number | null;

Callers 2

saveMetricsMethod · 0.80
monitoring.spec.tsFile · 0.80

Calls 1

readMethod · 0.65

Tested by

no test coverage detected