HostIoUsage

class oci.opsi.models.HostIoUsage(**kwargs)

Bases: oci.opsi.models.host_performance_metric_group.HostPerformanceMetricGroup

Host IO Performance Metrics

Attributes

METRIC_NAME_HOST_CONTAINERS str(object=’’) -> str
METRIC_NAME_HOST_CPU_USAGE str(object=’’) -> str
METRIC_NAME_HOST_FILESYSTEM_USAGE str(object=’’) -> str
METRIC_NAME_HOST_GPU_PROCESSES str(object=’’) -> str
METRIC_NAME_HOST_GPU_USAGE str(object=’’) -> str
METRIC_NAME_HOST_IO_USAGE str(object=’’) -> str
METRIC_NAME_HOST_MEMORY_USAGE str(object=’’) -> str
METRIC_NAME_HOST_NETWORK_ACTIVITY_SUMMARY str(object=’’) -> str
METRIC_NAME_HOST_TOP_PROCESSES str(object=’’) -> str
disk_bytes_read Gets the disk_bytes_read of this HostIoUsage.
disk_bytes_written Gets the disk_bytes_written of this HostIoUsage.
disk_iops Gets the disk_iops of this HostIoUsage.
disk_iops_read Gets the disk_iops_read of this HostIoUsage.
disk_iops_written Gets the disk_iops_written of this HostIoUsage.
metric_name [Required] Gets the metric_name of this HostPerformanceMetricGroup.
mount_point Gets the mount_point of this HostIoUsage.
time_collected [Required] Gets the time_collected of this HostPerformanceMetricGroup.

Methods

__init__(**kwargs) Initializes a new HostIoUsage object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
METRIC_NAME_HOST_CONTAINERS = 'HOST_CONTAINERS'
METRIC_NAME_HOST_CPU_USAGE = 'HOST_CPU_USAGE'
METRIC_NAME_HOST_FILESYSTEM_USAGE = 'HOST_FILESYSTEM_USAGE'
METRIC_NAME_HOST_GPU_PROCESSES = 'HOST_GPU_PROCESSES'
METRIC_NAME_HOST_GPU_USAGE = 'HOST_GPU_USAGE'
METRIC_NAME_HOST_IO_USAGE = 'HOST_IO_USAGE'
METRIC_NAME_HOST_MEMORY_USAGE = 'HOST_MEMORY_USAGE'
METRIC_NAME_HOST_NETWORK_ACTIVITY_SUMMARY = 'HOST_NETWORK_ACTIVITY_SUMMARY'
METRIC_NAME_HOST_TOP_PROCESSES = 'HOST_TOP_PROCESSES'
__init__(**kwargs)

Initializes a new HostIoUsage object with values from keyword arguments. The default value of the metric_name attribute of this class is HOST_IO_USAGE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • metric_name (str) – The value to assign to the metric_name property of this HostIoUsage. Allowed values for this property are: “HOST_CPU_USAGE”, “HOST_MEMORY_USAGE”, “HOST_NETWORK_ACTIVITY_SUMMARY”, “HOST_TOP_PROCESSES”, “HOST_FILESYSTEM_USAGE”, “HOST_GPU_USAGE”, “HOST_GPU_PROCESSES”, “HOST_IO_USAGE”, “HOST_CONTAINERS”
  • time_collected (datetime) – The value to assign to the time_collected property of this HostIoUsage.
  • mount_point (str) – The value to assign to the mount_point property of this HostIoUsage.
  • disk_bytes_read (float) – The value to assign to the disk_bytes_read property of this HostIoUsage.
  • disk_bytes_written (float) – The value to assign to the disk_bytes_written property of this HostIoUsage.
  • disk_iops_read (float) – The value to assign to the disk_iops_read property of this HostIoUsage.
  • disk_iops_written (float) – The value to assign to the disk_iops_written property of this HostIoUsage.
  • disk_iops (float) – The value to assign to the disk_iops property of this HostIoUsage.
disk_bytes_read

Gets the disk_bytes_read of this HostIoUsage. Bytes Read

Returns:The disk_bytes_read of this HostIoUsage.
Return type:float
disk_bytes_written

Gets the disk_bytes_written of this HostIoUsage. Bytes Written

Returns:The disk_bytes_written of this HostIoUsage.
Return type:float
disk_iops

Gets the disk_iops of this HostIoUsage. IO Transactions per second

Returns:The disk_iops of this HostIoUsage.
Return type:float
disk_iops_read

Gets the disk_iops_read of this HostIoUsage. Read transactions per second

Returns:The disk_iops_read of this HostIoUsage.
Return type:float
disk_iops_written

Gets the disk_iops_written of this HostIoUsage. Write transactions per second

Returns:The disk_iops_written of this HostIoUsage.
Return type:float
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

metric_name

[Required] Gets the metric_name of this HostPerformanceMetricGroup. Name of the metric group

Allowed values for this property are: “HOST_CPU_USAGE”, “HOST_MEMORY_USAGE”, “HOST_NETWORK_ACTIVITY_SUMMARY”, “HOST_TOP_PROCESSES”, “HOST_FILESYSTEM_USAGE”, “HOST_GPU_USAGE”, “HOST_GPU_PROCESSES”, “HOST_IO_USAGE”, “HOST_CONTAINERS”

Returns:The metric_name of this HostPerformanceMetricGroup.
Return type:str
mount_point

Gets the mount_point of this HostIoUsage. Mount point

Returns:The mount_point of this HostIoUsage.
Return type:str
time_collected

[Required] Gets the time_collected of this HostPerformanceMetricGroup. Collection timestamp Example: “2020-05-06T00:00:00.000Z”

Returns:The time_collected of this HostPerformanceMetricGroup.
Return type:datetime