kacpimon
Kernel ACPI Event Monitor
Install
- All systems
-
curl cmd.cat/kacpimon.sh
- Debian
-
apt-get install kacpimon
- Ubuntu
-
apt-get install kacpimon
- Arch Linux
-
pacman -S kacpimon
- Kali Linux
-
apt-get install kacpimon
- CentOS
-
yum install kacpimon
- Fedora
-
dnf install kacpimon
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install kacpimon
- Raspbian
-
apt-get install kacpimon
- Dockerfile
- dockerfile.run/kacpimon
kacpimon
Kernel ACPI Event Monitor
Modern computers support the Advanced Configuration and Power Interface (ACPI) to allow intelligent power management on your system and to query battery and configuration status. kacpimon is a small tool that monitors kernel ACPI and keyboard events from multiple interfaces and reports them to the console.
acpid
Advanced Configuration and Power Interface event daemon
Modern computers support the Advanced Configuration and Power Interface (ACPI) to allow intelligent power management on your system and to query battery and configuration status. ACPID is a completely flexible, totally extensible daemon for delivering ACPI events. It listens on netlink interface (or on the deprecated file /proc/acpi/event), and when an event occurs, executes programs to handle the event. The programs it executes are configured through a set of configuration files, which can be dropped into place by packages or by the admin.