swat.cas.response.CASPerformance
- class swat.cas.response.CASPerformance(_sw_response)
Bases: object
Performance metrics of a CAS response
This class is never instantiated directly. It is instantiated behind the scenes when the CASResponse is created.
- Parameters:
- _sw_responseSWIG CASResponse
SWIG CASResponse object
- Attributes:
- elapsed_timefloat
- cpu_user_timefloat
- cpu_system_timefloat
- system_total_memoryint
- system_nodesint
- system_coresint
- memoryint
- memory_osint
- memory_quotaint
- data_movement_timefloat
- date_movement_bytesint
- Returns:
- CASPerformance object
- __init__(_sw_response)
Methods
__init__(_sw_response)
to_dict()
Return performance attributes as a dictionary
Attributes
cpu_system_time
CPU System Time
cpu_user_time
CPU User Time
data_movement_bytes
Data movement bytes
data_movement_time
Data movement time
elapsed_time
Elapsed time
memory
Memory
memory_os
OS Memory
memory_quota
Memory Quota
rows_read
Unique rows read
rows_written
Unique rows written
system_cores
Number of cores
system_nodes
Number of nodes
system_total_memory
Total System Memory