Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
saveMetrics
Method · 0.80
monitoring.spec.ts
File · 0.80
Calls
1
read
Method · 0.65
Tested by
no test coverage detected