I have a raspberry Pi, for which I currently use the following script whilst I set some things up
watch -n .5 ntpq -np > /dev/tty2 &
gpsmon > /dev/tty3 &
cgps > /dev/tty4 &
watch 'ifconfig && ip route' > /dev/tty5 &
then use Alt-F2 etc to look at each screen However when I am viewing , say, tty2 and an undervoltage occurs it displays a message hwmon hwmon1: undervoltage on the screen which then causes the text to be wrong due to scrolling
I want to stop or otherwise address the issue of text message causing the text alignment problems and only have the undervoltage hwmon message output on tty1 - or perhaps only on logged in ttys.
I also get the lightning bolt icon so I will be aware of the issue, which occurs when I am plugging and unplugging USB hubs - I'm hoping it is a voltage mismatch between the powered USB hub and the Raspberry PI itself as the (common) power supply is a 20A 5V and I have used dedicated large cables to the powered hub. Its short term and does not appear to be having any other effect