Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

How view storage used and remaining?

Avatar

Level 2

I would simply like to know how much of my Assets storage are used and how much is remaining. Any ideas out there? Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @PhillipDunn,

In terms of asset storage current usage you can run Disk usage report - /etc/reports/diskusage.html?path=/content/dam

Manipulating value of path you can get different results. Above will calculate disk usage for entire dam, but if you more interested about specific folder you should just set path param to point to it.

Regarding available storage - I do not think this will be possible to get this information from AEM directly. You will rather need to check storage allocation for AEM instance itself on OS level.

0 Replies

Avatar

Correct answer by
Community Advisor

Hi @PhillipDunn,

In terms of asset storage current usage you can run Disk usage report - /etc/reports/diskusage.html?path=/content/dam

Manipulating value of path you can get different results. Above will calculate disk usage for entire dam, but if you more interested about specific folder you should just set path param to point to it.

Regarding available storage - I do not think this will be possible to get this information from AEM directly. You will rather need to check storage allocation for AEM instance itself on OS level.