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