Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/browserless/browserless
/ read
Method
read
src/monitoring.ts:59–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
58
export
interface
MachineStatsSource {
59
read(): Promise<IResourceLoad>;
60
readonly name: string;
61
}
62
Callers
7
docs.js
File · 0.65
file-system.spec.ts
File · 0.65
monitoring.spec.ts
File · 0.65
sample
Method · 0.65
getMachineStats
Method · 0.65
handler
Method · 0.65
handler
Method · 0.65
Implementers
5
ControlledSource
src/monitoring.spec.ts
HostSource
src/monitoring.ts
CgroupV2Source
src/monitoring.ts
CgroupV1Source
src/monitoring.ts
FileSystem
src/file-system.ts
Calls
no outgoing calls
Tested by
no test coverage detected