check-language-support, faketime, pi, powerstat, rig, xdg-user-dirs-update: update links (#7644)

This commit is contained in:
Axel Navarro
2022-01-14 00:33:54 -03:00
committed by GitHub
parent 34f822e792
commit d5cfac8d35
7 changed files with 7 additions and 7 deletions

24
pages/linux/powerstat.md Normal file
View File

@@ -0,0 +1,24 @@
# powerstat
> Measures the power consumption of a computer that has a battery power source or supports the RAPL interface.
> More information: <https://manned.org/powerstat>.
- 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}}`
- Show a histogram of the power measurements:
`powerstat -H {{interval}} {{number_of_samples}}`
- Enable all statistics gathering options:
`powerstat -a {{interval}} {{number_of_samples}}`