POE Hub GPU stress test
As per https://app.clickup.com/t/30m100a Ricky created a utility program named 'gst', linked in the ticket.
As per https://app.clickup.com/t/30m100a Ricky created a utility program named 'gst', linked in the ticket.
How to use:
- download the file 'gst' from the ticket
- copy it to a USB thumb drive
- boot the POE hub
- login to the console (user deepsentinel)
- create a mount point: (this may ask for the password again)
sudo mkdir /mnt/usb
- insert the usb thumb drive
- mount it:
sudo mount /dev/sdc1 /mnt/usb
- change directory to the mount point:
cd /mnt/usb
- run the gst program:
./gst
If you want to run it repeatedly, instead of ./gst do:
while true; do ./gst; sleep 60; done
Press Ctrl+c to stop it.
Modify 60 to as many seconds as you want between runs.