Magnus Maximus
Registered
Here's a cool way study how your mac thinks, with the help of the command line.
First, open "CPU Monitor", set it aside in your dock, let it flow at basal thought levels.
Then, open "Terminal", expand the window size, and type:
top -u -s 0.1 10
... and watch your mac max out the CPU, as you study it's behavior.
note:
the -u flag arranges your top processes in terms of %CPU used.
the -s 0.1 asks it to update "top" every 0.1 seconds.
10 asks it to list 10 processes
... watch your mac trying to make up its mind...
First, open "CPU Monitor", set it aside in your dock, let it flow at basal thought levels.
Then, open "Terminal", expand the window size, and type:
top -u -s 0.1 10
... and watch your mac max out the CPU, as you study it's behavior.
note:
the -u flag arranges your top processes in terms of %CPU used.
the -s 0.1 asks it to update "top" every 0.1 seconds.
10 asks it to list 10 processes
... watch your mac trying to make up its mind...