TopProcessesUsage¶
-
class
oci.opsi.models.
TopProcessesUsage
(**kwargs)¶ Bases:
object
Aggregated data for top processes on a specific date.
Methods
__init__
(**kwargs)Initializes a new TopProcessesUsage object with values from keyword arguments. Attributes
command
[Required] Gets the command of this TopProcessesUsage. container_id
Gets the container_id of this TopProcessesUsage. cpu_usage
[Required] Gets the cpu_usage of this TopProcessesUsage. cpu_utilization
[Required] Gets the cpu_utilization of this TopProcessesUsage. max_process_count
[Required] Gets the max_process_count of this TopProcessesUsage. memory_utilization
[Required] Gets the memory_utilization of this TopProcessesUsage. physical_memory_in_mbs
[Required] Gets the physical_memory_in_mbs of this TopProcessesUsage. process_hash
[Required] Gets the process_hash of this TopProcessesUsage. virtual_memory_in_mbs
[Required] Gets the virtual_memory_in_mbs of this TopProcessesUsage. -
__init__
(**kwargs)¶ Initializes a new TopProcessesUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - command (str) – The value to assign to the command property of this TopProcessesUsage.
- container_id (str) – The value to assign to the container_id property of this TopProcessesUsage.
- process_hash (str) – The value to assign to the process_hash property of this TopProcessesUsage.
- cpu_usage (float) – The value to assign to the cpu_usage property of this TopProcessesUsage.
- cpu_utilization (float) – The value to assign to the cpu_utilization property of this TopProcessesUsage.
- memory_utilization (float) – The value to assign to the memory_utilization property of this TopProcessesUsage.
- virtual_memory_in_mbs (float) – The value to assign to the virtual_memory_in_mbs property of this TopProcessesUsage.
- physical_memory_in_mbs (float) – The value to assign to the physical_memory_in_mbs property of this TopProcessesUsage.
- max_process_count (int) – The value to assign to the max_process_count property of this TopProcessesUsage.
-
command
¶ [Required] Gets the command of this TopProcessesUsage. Command line and arguments used to launch process.
Returns: The command of this TopProcessesUsage. Return type: str
-
container_id
¶ Gets the container_id of this TopProcessesUsage. Container id if this process corresponds to a running container in the host.
Returns: The container_id of this TopProcessesUsage. Return type: str
-
cpu_usage
¶ [Required] Gets the cpu_usage of this TopProcessesUsage. Process CPU usage.
Returns: The cpu_usage of this TopProcessesUsage. Return type: float
-
cpu_utilization
¶ [Required] Gets the cpu_utilization of this TopProcessesUsage. Process CPU utilization percentage.
Returns: The cpu_utilization of this TopProcessesUsage. Return type: float
-
max_process_count
¶ [Required] Gets the max_process_count of this TopProcessesUsage. Maximum number of processes running at time of collection.
Returns: The max_process_count of this TopProcessesUsage. Return type: int
-
memory_utilization
¶ [Required] Gets the memory_utilization of this TopProcessesUsage. Process memory utilization percentage.
Returns: The memory_utilization of this TopProcessesUsage. Return type: float
-
physical_memory_in_mbs
¶ [Required] Gets the physical_memory_in_mbs of this TopProcessesUsage. Procress physical memory in Megabytes.
Returns: The physical_memory_in_mbs of this TopProcessesUsage. Return type: float
-
process_hash
¶ [Required] Gets the process_hash of this TopProcessesUsage. Unique identifier for a process.
Returns: The process_hash of this TopProcessesUsage. Return type: str
-
virtual_memory_in_mbs
¶ [Required] Gets the virtual_memory_in_mbs of this TopProcessesUsage. Process virtual memory in Megabytes.
Returns: The virtual_memory_in_mbs of this TopProcessesUsage. Return type: float
-