PowerClientIntel
¤
Bases: PowerLinux
Source code in ea2p/src/intel.py
__get_cpu_domains
staticmethod
¤
Get CPU domains from entries in POWERLOG_PATH_LINUX.
Returns: - List of tuples containing CPU domain information.
Source code in ea2p/src/power.py
__get_cpu_ids
staticmethod
¤
Get CPU identifiers from files in CPU_IDS_DIR.
Returns: - List of CPU identifiers.
Source code in ea2p/src/power.py
__get_powerlog_file
¤
append_energy_usage
¤
Append CPU energy usage. Returns: Dictionary containing CPU energy usage.
Source code in ea2p/src/intel.py
get_cpu_energy
¤
Get CPU energy usage for a specific CPU.
Parameters:
-
cpu(int) –CPU identifier.
Returns: Energy usage for the specified CPU.
Source code in ea2p/src/intel.py
get_cpu_energy_package
¤
Get CPU energy usage for a specific sub-domain.
Parameters:
Returns: Energy usage for the specified CPU sub-domain.
Source code in ea2p/src/intel.py
get_cpu_sub_domains
¤
Get the list of CPU sub-domains. Returns: List of tuples containing CPU domain information.
Source code in ea2p/src/intel.py
start
¤
stop
¤
PowerServerIntel
¤
Bases: PowerLinux
Source code in ea2p/src/intel.py
__get_cpu_domains
staticmethod
¤
Get CPU domains from entries in POWERLOG_PATH_LINUX.
Returns: - List of tuples containing CPU domain information.
Source code in ea2p/src/power.py
__get_cpu_energy
¤
Get CPU energy usage for a specific CPU.
Parameters:
-
cpu(int) –CPU identifier.
Returns: Energy usage for the specified CPU.
Source code in ea2p/src/intel.py
__get_cpu_ids
staticmethod
¤
Get CPU identifiers from files in CPU_IDS_DIR.
Returns: - List of CPU identifiers.
Source code in ea2p/src/power.py
__get_dram_energy
¤
Get DRAM energy usage for a specific CPU and DRAM.
Parameters:
Returns: Energy usage for the specified DRAM.
Source code in ea2p/src/intel.py
__get_drams_ids
¤
Get the list of DRAM IDs. Returns: List of tuples containing CPU and DRAM IDs.
Source code in ea2p/src/intel.py
__get_powerlog_file
¤
append_energy_usage
¤
Append CPU and memory energy usage. Returns: Dictionary containing CPU and memory energy usage.