I'm new to os x and unix type stuff. When I ssh into another computer and use the top command, how can I see the next page of processes? I have the window as large as it will get but cannot see everything that is running
In normal ('interactive') mode top's output it limited to the size of your terminal window. However, you can see all processes via top's 'logging' mode using the -l switch.
top -l 5
This causes top to run 5 periodic updates (by default at 2 second intervals). Since you're in logging mode, each update will display the full process table and you can scroll back in your terminal to see the data. Use a count of 0 to continuously update (until you use ctrl-C to terminate).
This thread has been closed by the system or the community team.
You may vote for any posts you find helpful, or search the Community for additional answers.
SSH and TOP command
Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.