I am downloading Mountain Lion, I know I can monitor download progress through the Mac App Store purchases screen but I want to know if I can monitor progress through Terminal.app using a shell command.
|
|
Sure - the storeagent uses a folder deep within /private/var/folders to hold the download progress. On my Mac it's downloading to this folder below - yours may change, but you should be able to search for the com.apple.appstore using
The App Store has a nicer wrapper on the progress with a time estimate, but with If you can't locate your folder, this
|
|||||||||||
|
|
I decided that the best way to identify the file being downloaded was to write a small script that fetched the files held open by the App Store program
I set Then I use |
|||
|
|
I just used the activity monitor and watched how much data transfer was happening... And ensure no other traffic at the time of download. Its not perfect, but gives you a general idea something is happening. |
|||
|
|