try different load

This commit is contained in:
rootzoll 2021-06-20 18:18:38 +02:00
parent 2d86885703
commit f309f68b18
2 changed files with 5 additions and 1 deletions

View file

@ -323,7 +323,7 @@ ${color_yellow} ,'/ ${color_gray}Refreshed: ${datetime}
${color_yellow} ,' / ${color_gray}%s, temp ${tempC}°C ${tempF}°F
${color_yellow} ,' /_____, ${color_gray}Free Mem ${color_ram}${ram} ${color_gray} HDDuse ${color_hdd}${hdd}${color_gray}
${color_yellow} .'____ ,' ${color_gray}SSH admin@${color_green}${local_ip}${color_gray} d${network_rx} u${network_tx}
${lastLine}" "CPU load${load##up*, }"
${lastLine}" "CPU load${load}"
if [ ${#undervoltageReports} -gt 0 ] && [ "${undervoltageReports}" != "0" ]; then
echo "${undervoltageReports} undervoltage reports - run 'Hardware Test' in menu"

View file

@ -39,6 +39,10 @@ echo "chainnetwork: ${network} / ${chain}"
uptime
echo ""
echo "*** BACKGROUNDSERVICE ***"
echo "to monitor Background service call: sudo journalctl -f -u background"
echo ""
echo "*** BLOCKCHAIN SYSTEMD STATUS ***"
sudo systemctl status ${network}d -n2 --no-pager
echo ""