View Source GoogleApi.Dataflow.V1b3.Model.CPUTime (google_api_dataflow v0.50.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.CPUTime{
  rate: float() | nil,
  timestamp: DateTime.t() | nil,
  totalMs: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.