I have found that htop command was the only way to display nicely each CPU core's load. I need an average of each CPU core from the last few seconds. However, I do not know how to extract those numbers in a command line. For example, using grep or -n 1. I am running Ångström where I am not allowed to install any more extra packages.
I would like my end result to be:
CPU0: X%
CPU1: X%
I would appreciate any help.