Activity Monitor
From Applepedia
| Activity Monitor | |
|---|---|
| | |
| Min/Max OS Support | OS X |
| License | System Software |
| Category | System Software |
| Installer | No |
| PowerPC Traitor | Yes |
| Website | OS X |
The Activity Monitor's main window shows a list of processes. The columns shown by default:
- Process ID
- Process Name
- User
- % CPU
- # Threads
- Real Memory
- Virtual Memory
Contents |
[edit]
Tips and Tricks
[edit]
Columns
Ctrl-click (or right click) on the column titles to show/hide columns.
[edit]
Dock Icon
You can have Activity Monitor use an active dock icon to display useful information. In Activity Monitory, go to View > Dock Icon > and pick one.
[edit]
Virtual memory
Myths busted:
- The column is not how much memory the application is using. Some of this memory is shared among applications (for example, this number will contain the CarbonLib - which is actually shared among all Carbon applications). To refer to how much RAM an application is using, refer to the "Real Memory" column.
- "VM Size" under System Memory is not how much virtual memory is being used - To get the real amount, enter this into the Terminal:
du -sh /var/vm

