Cool commands for your Raspberry Pi
# Check CPU temperature
/opt/vc/bin/vcgencmd measure_temp
# Check RAM
free -m
/opt/vc/bin/vcgencmd measure_temp
# Check RAM
free -m
# Check RAM every 3 seconds
free -m -s 3
# Check CPU load
top
# Check system information
uname -a
# Check any failed login
sudo lastb
# Check uptime
uptime
# Check CPU load
top
# Check system information
uname -a
# Check any failed login
sudo lastb
# Check uptime
uptime
Enjoy!
No comments:
Post a Comment