Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

How view storage used and remaining?

Avatar

Level 3

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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.

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
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.