Looking for options for TOP like program to run on the BalenaOS shell for system stats.

I am looking for a program like TOP to install and run on my BalenaOS application. I mostly want to see how taxing my use is on my RasberryPi. (CPU/MEM/etc)

Can some one point me in the right direction?

Hi there,
the operation you are trying to do should already be feasible from the dashboard. Log in to your Balena Dashboard account go in the device summary view, open a Host OS session from the terminal, and run top command. This should show you all running process with all the stats.
Hope this can help you

Ha! I should have checked this before. You are correct. It does work! Thank you.