E2bEx.SandboxMetric (E2bEx v0.1.0)

Copy Markdown View Source

A point-in-time resource-usage metric for a sandbox.

Summary

Types

t()

@type t() :: %E2bEx.SandboxMetric{
  cpu_count: integer() | nil,
  cpu_used_pct: float() | nil,
  disk_total: integer() | nil,
  disk_used: integer() | nil,
  mem_cache: integer() | nil,
  mem_total: integer() | nil,
  mem_used: integer() | nil,
  timestamp: String.t() | nil,
  timestamp_unix: integer() | nil
}