I'm using Raspbian Stretch with desktop which published at 2018 JUNE.
I'm doing some performance testing with Pi3B+ by running my application, the application is just keep send/write data via TCP/IP and USB serial port to some devices.
It all looks good at beginning hours(say 6 hours), but later, I noticed the Pi just shutdown it self (no screen show, no keyboard response), I have to unplug and plug in the power cable to bring it back.
I've logged the performance counters every 60 seconds in testing by using
Code: Select all
/opt/vc/bin/vcgencmdCode: Select all
top -n 1Anyone could help, where I can find the root cause of the shutdown, if it's caused by heat (though i don't believe so since it's far below the official https://www.raspberrypi.org/help/faqs/# ... emperature announced 85' C), the system must have some place to logged that, correct?