Skip to content

Sandbox / SandboxMetrics

Interface: SandboxMetrics

Sandbox resource usage metrics.

Properties

cpuCount

cpuCount: number

Number of CPU cores.


cpuUsedPct

cpuUsedPct: number

CPU usage in percentage.


diskTotal

diskTotal: number

Total disk space available in bytes.


diskUsed

diskUsed: number

Used disk space in bytes.


memCache

memCache: number

Cached memory (page cache) in bytes.


memTotal

memTotal: number

Total memory available in bytes.


memUsed

memUsed: number

Memory usage in bytes.


timestamp

timestamp: Date

Timestamp of the metrics.