There are two solutions to scroll within the linux command top (shows memory+cpu consumption of all processes):
- Either install htop (sudo apt-get install htop)
- Or do
top -n 1 -b
There are two solutions to scroll within the linux command top (shows memory+cpu consumption of all processes):
top -n 1 -b