mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
try different load
This commit is contained in:
parent
2d86885703
commit
f309f68b18
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Reference in a new issue