I did a power profiling on a
[snip]
./AMDuProfCLI info --system
[OS Info]
OS Details : LinuxOracle Linux Server 8.3-64
Distribution Details : "fedora" 8.3
Kernel Details : 5.4.17
[CPU Info]
AMD Cpu : Yes
Family : 0x17
Model : 0x31
Stepping : 0x0
Local APIC : Yes
Socket Count : 2
SMT Enabled : Yes
Threads per Core : 2
Threads per CCX : 8
Threads per Package : 128
Total number of Threads : 256
[PERF Features Availability]
Core PMC : Yes
L3 PMC : Yes
DF PMC : Yes
Perf Event Paranoid : 2
Perf Event Max Mlock : 516 KB
Perf Event Max Stack : 127
PERF TS : No
[IBS Features Availability]
IBS : Yes
IBS Fetch Sampling : Yes
IBS OP Sampling : Yes
IBS FetchCtlExtd : Yes
IBS ExtCount : Yes
IBS Dispatch : Yes
IBS BrTgtAddr : Yes
IBS OpData4 : No
[RAPL/CEF Features Availability]
RAPL : Yes
APERF & MPERF : Yes
Read Only APERF & MPERF : Yes
IRPERF : Yes
HW P-State Control : Yes
[Hypervisor Info]
Hypervisor Enabled : No
[snip]
with the command:
./AMDuProfCLI timechart --event power --interval 100 --duration 100
When I evaluated the CSV-file under full load("stress-ng -t 120 -l 100 -c 256 --cpu-method all") of the server I can see:
Average Power of socket 1: 204W
Average Power of socket 2: 201W
Average Power of cpus: 268W
Is the complete power consumption of the server now: 204W+201W+268W=673W ?
Or do I miss something like power consumption for memory?
Best regards
Thomas