AwrDbWaitEventSummary¶
-
class
oci.database_management.models.
AwrDbWaitEventSummary
(**kwargs)¶ Bases:
object
The summary of the AWR wait event time series data for one event.
Methods
__init__
(**kwargs)Initializes a new AwrDbWaitEventSummary object with values from keyword arguments. Attributes
avg_wait_time_per_sec
Gets the avg_wait_time_per_sec of this AwrDbWaitEventSummary. avg_wait_time_per_wait
Gets the avg_wait_time_per_wait of this AwrDbWaitEventSummary. name
[Required] Gets the name of this AwrDbWaitEventSummary. snapshot_id
Gets the snapshot_id of this AwrDbWaitEventSummary. time_begin
Gets the time_begin of this AwrDbWaitEventSummary. time_end
Gets the time_end of this AwrDbWaitEventSummary. waits_per_sec
Gets the waits_per_sec of this AwrDbWaitEventSummary. -
__init__
(**kwargs)¶ Initializes a new AwrDbWaitEventSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AwrDbWaitEventSummary.
- time_begin (datetime) – The value to assign to the time_begin property of this AwrDbWaitEventSummary.
- time_end (datetime) – The value to assign to the time_end property of this AwrDbWaitEventSummary.
- waits_per_sec (float) – The value to assign to the waits_per_sec property of this AwrDbWaitEventSummary.
- avg_wait_time_per_sec (float) – The value to assign to the avg_wait_time_per_sec property of this AwrDbWaitEventSummary.
- avg_wait_time_per_wait (float) – The value to assign to the avg_wait_time_per_wait property of this AwrDbWaitEventSummary.
- snapshot_id (int) – The value to assign to the snapshot_id property of this AwrDbWaitEventSummary.
-
avg_wait_time_per_sec
¶ Gets the avg_wait_time_per_sec of this AwrDbWaitEventSummary. The average wait time per second.
Returns: The avg_wait_time_per_sec of this AwrDbWaitEventSummary. Return type: float
-
avg_wait_time_per_wait
¶ Gets the avg_wait_time_per_wait of this AwrDbWaitEventSummary. The average wait time in milliseconds per wait.
Returns: The avg_wait_time_per_wait of this AwrDbWaitEventSummary. Return type: float
-
name
¶ [Required] Gets the name of this AwrDbWaitEventSummary. The name of the event.
Returns: The name of this AwrDbWaitEventSummary. Return type: str
-
snapshot_id
¶ Gets the snapshot_id of this AwrDbWaitEventSummary. The ID of the snapshot. The snapshot ID is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbSnapshots
Returns: The snapshot_id of this AwrDbWaitEventSummary. Return type: int
-
time_begin
¶ Gets the time_begin of this AwrDbWaitEventSummary. The begin time of the wait event.
Returns: The time_begin of this AwrDbWaitEventSummary. Return type: datetime
-
time_end
¶ Gets the time_end of this AwrDbWaitEventSummary. The end time of the wait event.
Returns: The time_end of this AwrDbWaitEventSummary. Return type: datetime
-
waits_per_sec
¶ Gets the waits_per_sec of this AwrDbWaitEventSummary. The wait count per second.
Returns: The waits_per_sec of this AwrDbWaitEventSummary. Return type: float
-