2019-10-07 00:20:39 +00:00
|
|
|
# powerstat
|
|
|
|
|
|
|
|
> Measures the power consumption of a computer that has a battery power source or supports the RAPL interface.
|
2022-01-14 00:33:54 -03:00
|
|
|
> More information: <https://manned.org/powerstat>.
|
2019-10-07 00:20:39 +00:00
|
|
|
|
|
|
|
- Measure power with the default of 10 samples with an interval of 10 seconds:
|
|
|
|
|
|
|
|
`powerstat`
|
|
|
|
|
|
|
|
- Measure power with custom number of samples and interval duration:
|
|
|
|
|
|
|
|
`powerstat {{interval}} {{number_of_samples}}`
|
|
|
|
|
|
|
|
- Measure power using Intel's RAPL interface:
|
|
|
|
|
|
|
|
`powerstat -R {{interval}} {{number_of_samples}}`
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Show a histogram of the power measurements:
|
2019-10-07 00:20:39 +00:00
|
|
|
|
|
|
|
`powerstat -H {{interval}} {{number_of_samples}}`
|
|
|
|
|
|
|
|
- Enable all statistics gathering options:
|
|
|
|
|
|
|
|
`powerstat -a {{interval}} {{number_of_samples}}`
|