GoogleApi.Dataflow.V1b3.Model.CPUTime (google_api_dataflow v0.35.0) View Source
Modeled after information exposed by /proc/stat.
Attributes
-
rate
(type:float()
, default:nil
) - Average CPU utilization rate (% non-idle cpu / second) since previous sample. -
timestamp
(type:DateTime.t
, default:nil
) - Timestamp of the measurement. -
totalMs
(type:String.t
, default:nil
) - Total active CPU time across all cores (ie., non-idle) in milliseconds since start-up.
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.CPUTime{ rate: float() | nil, timestamp: DateTime.t() | nil, totalMs: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.