-
Notifications
You must be signed in to change notification settings - Fork 0
05_System Monitoring
Davood Dorostkar edited this page May 30, 2022
·
5 revisions
sudo lshw -short
sudo lshw
sudo dmidecode
cat /proc/cpuinfo
lscpu
df -h
sudo apt install htop
htop
sudo apt install python3-pip
sudo pip3 install bpytop
bpytop
install:
sudo apt install lm-sensors
check for sensors:
sudo sensors-detect
update sensors list:
sudo systemctl restart kmod
see temperatures:
watch -n 1 sensors
with GUI:
sudo apt install hddtemp
hddtemp
sudo hddtemp SATA:/dev/sda
sudo apt install nvme-cli
sudo nvme list
sudo nvme smart-log /dev/nvme0 | grep temperature