ScenarioStatsTuple#
- class ScenarioStatsTuple(timestamp=None, cpu_usage_ghz=None, cpu_capacity_ghz=None, cpu_effective_capacity_ghz=None, memory_usage_gb=None, memory_capacity_gb=None, memory_effective_capacity_gb=None, storage_usage_gb=None, storage_capacity_gb=None, storage_effective_capacity_gb=None, *args, **kwargs)#
Bases:
objectTuple value of timestamp and CPU/Memory/Storage resource usage, capacity, and effective capacity.
- Parameters:
timestamp – (
timestamp) Timestamp of a WhatIf Scenario statistic attribute data point.cpu_usage_ghz – (
cpu_usage_ghz) Usage of CPU resources in Ghz.cpu_capacity_ghz – (
cpu_capacity_ghz) CPU capacity in Ghz.cpu_effective_capacity_ghz – (
cpu_effective_capacity_ghz) CPU effective capacity in Ghz.memory_usage_gb – (
memory_usage_gb) Usage of Memory resources in Gb.memory_capacity_gb – (
memory_capacity_gb) Memory capacity in Gb.memory_effective_capacity_gb – (
memory_effective_capacity_gb) Memory effective capacity in Gb.storage_usage_gb – (
storage_usage_gb) Usage of storage resources in Gb.storage_capacity_gb – (
storage_capacity_gb) Storage capacity in Gb.storage_effective_capacity_gb – (
storage_effective_capacity_gb) Storage effective capacity in Gb.
- property cpu_capacity_ghz#
CPU capacity in Ghz.
- Type:
float
- property cpu_effective_capacity_ghz#
CPU effective capacity in Ghz.
- Type:
float
- property cpu_usage_ghz#
Usage of CPU resources in Ghz.
- Type:
float
- property memory_capacity_gb#
Memory capacity in Gb.
- Type:
float
- property memory_effective_capacity_gb#
Memory effective capacity in Gb.
- Type:
float
- property memory_usage_gb#
Usage of Memory resources in Gb.
- Type:
float
- property storage_capacity_gb#
Storage capacity in Gb.
- Type:
float
- property storage_effective_capacity_gb#
Storage effective capacity in Gb.
- Type:
float
- property storage_usage_gb#
Usage of storage resources in Gb.
- Type:
float
- property timestamp#
Timestamp of a WhatIf Scenario statistic attribute data point.
- Type:
datetime
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model