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