SystemStatus class
CPU utilization and load average metrics for an Amazon EC2 instance.
Constructors
-
SystemStatus({CPUUtilization? cPUUtilization, List<
double> ? loadAverage}) - SystemStatus.fromXml(XmlElement elem)
-
factory
Properties
- cPUUtilization → CPUUtilization?
-
CPU utilization metrics for the instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
loadAverage
→ List<
double> ? -
Load average in the last 1-minute, 5-minute, and 15-minute periods. For more
information, see Operating
System Metrics.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited