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