How do I find out how much disk space a program such as Skype occupies?
My SSD is getting full, and I want to see what can be deleted.
|
How do I find out how much disk space a program such as Skype occupies? My SSD is getting full, and I want to see what can be deleted. |
|||
|
|
If you want to find out how much space an Application and it's associated files are taking up (not just the .app bundle), AppCleaner works great for that. As you can see in this screenshot for Chrome, it shows the application itself, as well as preferences, caches, etc. all nicely totaled up.
|
|||||
|
Daisy DiskIt's a killer app for analyzing disk use on a Mac. It'll scan all your drives and shows you disk use broken down by customizable buckets: file types, programs, tags, etc. It can show you all the disk space used by a program like Skype if you like and more.
Edit: it's also on sale right now for $10. |
|||||||
|
|
Disk Inventory maps out your disk usage graphically. Easiest way.
|
|||
|
|
|
Grand Perspective is an open-source application that is free. Similarly to Disk Inventory, it uses a tree map for visualization of the file system. The bigger a block, the bigger the file. |
|||
|
|
|
Alternatively, if you want to use the command line and (looking at the 2nd part of your question) you're just interested in which files are taking up the most space, I often use the
will find all files within your home directory (~) greater than 50MB. You can modify the size descriptor after the number like so (see
|
|||||||||||||
|
|
I am using OmniDiskSweeper. It shows you a nice overview of your used diskspaced and which directory is taking how much space.
|
||||
|
|
|
I hate to spoil the party, but I understand the idea is that the disk is getting too full? so why installing an extra application when a simple 'get info' would do the trick? For Skype:
followed by:
will tell you how big an App is without need for extra space taking software. In addition, a second alternative is to use the Terminal typing:
The differences in size between what the Finder gives and what du gives are due to the fact they calculate size in base 10 (the Finder) and in base 2 (du). See also this link on the matter: |
|||
|
|
|
Exact application's size consist of its installation file in "Applications" folder and files associated with it (Cashes). Here is an example screenshot about Firefox from 2 Nektony products: ClearDisk and Disk Expert. So DE found 96.5 Mb, CD - 25.65. So total space equals to 96.5 + 25.65 = 122.15 Mb |
|||
|
|