How to make Activity Monitor show me useful information?

Jump to First Reply
Posted:
in Genius Bar edited January 2014


Why is it when I get a spinning wheel of death (or spinning beach ball), my activity monitor icon shows zero increased activity across any of the categories (CPU, System Memory, Disk Activity, etc.) while its happening?  


 


What exactly is going on with AM?  I have a i5 MBP running 10.8.4 with 4 GB of RAM (yes I know I should add more RAM), but why doesn't Activity Monitor actually tell me anything while that stupid beach ball is spinning around and around?  No applications are hanging up, I have flash blockers installed  (ad block), and I don't use Java...


 


Under Activity Monitor --> View --> Columns there are quite a few hidden columns.  Would any of these be useful?


 


Thanks in advance.


 


Dave

Comments

  • Reply 1 of 2
    relicrelic Posts: 4,735member


    I use terminal commands for such things;


     


    # ps -aux | less


     


    or


     


    # top


     


    To kill a runaway process use;


     


    # kill -9 [process id]

     0Likes 0Dislikes 0Informatives
  • Reply 2 of 2
    Marvinmarvin Posts: 15,585moderator
    dave k. wrote: »
    Why is it when I get a spinning wheel of death (or spinning beach ball), my activity monitor icon shows zero increased activity across any of the categories (CPU, System Memory, Disk Activity, etc.) while its happening?

    Running out of memory can cause this but hard drives can do this too, especially if they are failing. Check your page out amount to see if you are running out of memory.

    A good minimum for beachball-less operation is an SSD and 8GB of RAM.
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.