Hi,
Thanks for answering my earlier query here: [Jetson Xavier Nx] GPU (gv11b) ideal behavior for real-time robotics-perception - #5 by DaneLLL
I have a similar question regarding CPU. We have noticed that one or two CPU cores on Xavier-NX often stay near100% (either high CPU usage like 98% or 100%) for more than 5 seconds during our application run-time.
We have coded an average CPU (instantaneous average of all cores) monitoring function also, that shows that at a specific point in run-time when there is a Neural-Network getting swapped, the average of all cores touches 100% (i.e. all CPU’s are at the max)
What are the risks of such behavior?
We have a redundant-software system in place that monitors this in order to stop the application before a “catastrophe”. Is this behavior considered catastrophic in the first place?