https://github.com/usausa/measure-cpu-power
Measure CPU power tool
https://github.com/usausa/measure-cpu-power
cpu device hardware power power-consumption
Last synced: about 1 month ago
JSON representation
Measure CPU power tool
- Host: GitHub
- URL: https://github.com/usausa/measure-cpu-power
- Owner: usausa
- License: mit
- Created: 2024-10-23T03:34:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:19:57.000Z (7 months ago)
- Last Synced: 2024-10-24T11:14:09.575Z (7 months ago)
- Topics: cpu, device, hardware, power, power-consumption
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Measure CPU power tool
Measure cpu package power consumption.
# Install
```
dotnet tool update DeviceTool.CpuPower -g
```# Usage
Run as Administrator.
```
PS D:\> cpupower
AMD Ryzen 9 5900X
Avg: 61.22
Min: 56.49
Max: 72.67
```# CPU power consumption in idle
| CPU | Min | Max | Avg |
|:---------------------------------------|------:|------:|------:|
| AMD Ryzen 9 5900X | 56.49 | 72.67 | 61.22 |
| 12th Gen Intel Core i5-12500 | 18.98 | 22.11 | 20.08 |
| AMD Ryzen 7 7730U with Radeon Graphics | 1.90 | 3.36 | 2.42 |
| Intel Core i7-10710U | 5.01 | 9.07 | 6.00 |