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