View Source GoogleApi.Dataflow.V1b3.Model.MemInfo (google_api_dataflow v0.46.2)
Information about the memory usage of a worker or a container within a worker.
Attributes
-
currentLimitBytes
(type:String.t
, default:nil
) - Instantenous memory limit in bytes. -
currentOoms
(type:String.t
, default:nil
) - Number of Out of Memory (OOM) events recorded since the previous measurement. -
currentRssBytes
(type:String.t
, default:nil
) - Instantenous memory (RSS) size in bytes. -
timestamp
(type:DateTime.t
, default:nil
) - Timestamp of the measurement. -
totalGbMs
(type:String.t
, default:nil
) - Total memory (RSS) usage since start up in GB * ms.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.MemInfo{ currentLimitBytes: String.t() | nil, currentOoms: String.t() | nil, currentRssBytes: String.t() | nil, timestamp: DateTime.t() | nil, totalGbMs: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.