Skip to content

Commit ec83814

Browse files
authored
Added powercap info to hardware_info (#609)
1 parent 4d51575 commit ec83814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/hardware_info_root_original.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from lib.hardware_info import rdr, rpwr, get_values
1111

1212
root_info_list = [
13+
[rdr, 'Power Limits', '/sys/devices/virtual/powercap/intel-rapl'],
1314
[rdr, 'CPU scheduling', '/sys/kernel/debug/sched'],
1415
[rpwr, 'Hardware Details', 'lshw', r'(?P<o>.*)', re.IGNORECASE | re.DOTALL],
1516
]

0 commit comments

Comments
 (0)