Control ACPI - Monitor System Power and Thermal Status | Online Free DevTools by Hexmos
Monitor system power status with ACPI on Linux. Check battery levels, thermal conditions, and cooling devices easily. Free online tool, no registration required.
acpi
Shows battery status or thermal information. More information: https://manned.org/acpi.
- Show battery information:
acpi
- Show thermal information:
acpi {{[-t|--thermal]}}
- Show cooling device information:
acpi {{[-c|--cooling]}}
- Show thermal information in Fahrenheit:
acpi {{[-tf|--thermal --fahrenheit]}}
- Show all information:
acpi {{[-V|--everything]}}
- Extract information from
/proc
instead of/sys
:
acpi {{[-p|--proc]}}