GoogleApi.Dataflow.V1b3.Model.MemInfo (google_api_dataflow v0.39.0) View Source
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. -
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.MemInfo{
currentLimitBytes: String.t() | nil,
currentRssBytes: String.t() | nil,
timestamp: DateTime.t() | nil,
totalGbMs: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.