You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo service fdmmonster restart restart the service
sudo service fdmmonster stop stop the service
or
sudo systemctl restart fdmmonster.service use systemctl (older tool, same result)
# If you see multiple processes with the same name, you can collapse them with capital H# If you see a CPU percentage above 100%, you can conclude that the process is very very busy 😉 # If you see the VIRT exceeding multiple gigabytes, do not worry. It might be healthy to restart your Pi so the buffered/cached virtual RAM is cleared, but this does not mean your system is overloaded. The yellow Mem bar you should pay attention to.
htop
free -h
Add handy ways to update the daemon scripts.
Etc etc
The text was updated successfully, but these errors were encountered:
davidzwa
changed the title
docs: add handy MonsterPi SSH commands
docs: add MonsterPi page with handy commands to be executed over SSH in certain situations
Jul 5, 2023
sudo service fdmmonster restart
restart the servicesudo service fdmmonster stop
stop the serviceor
sudo systemctl restart fdmmonster.service
use systemctl (older tool, same result)Add handy ways to update the daemon scripts.
Etc etc
The text was updated successfully, but these errors were encountered: