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: object

Tuple value of timestamp and CPU/Memory/Storage resource usage, capacity, and effective capacity.

Parameters:
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