Expand my Community achievements bar.

SOLVED

How do we get total size of our assets on AEM?

Avatar

Level 2

Hi, a few questions about AEM.

 

1) How do we get the total size of all our assets?
2) Total count of our assets by asset type (image, video, etc.)?
3) Listing of renditions?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

hi @Tam123456 

Navigate to the path i.e. Tools > Assets > Report

Shailesh_Bassi__1-1681225405266.png

Create a report post under the path https://author-pxxxxxxxxxxxxxxx.adobeaemcloud.com/ui#/aem/mnt/overlay/dam/gui/content/reports/report...

 

Shailesh_Bassi__2-1681225480277.png

The detailed report can be found over here in the below format.

Shailesh_Bassi__3-1681225556660.png

 

Hope this helps!

Thanks

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

hi @Tam123456 

Navigate to the path i.e. Tools > Assets > Report

Shailesh_Bassi__1-1681225405266.png

Create a report post under the path https://author-pxxxxxxxxxxxxxxx.adobeaemcloud.com/ui#/aem/mnt/overlay/dam/gui/content/reports/report...

 

Shailesh_Bassi__2-1681225480277.png

The detailed report can be found over here in the below format.

Shailesh_Bassi__3-1681225556660.png

 

Hope this helps!

Thanks

 

Avatar

Community Advisor

You can use query to provide you the count and all nodes for point 2 & 3

to get all the renditions

SELECT * FROM [dam:Asset] AS s where isdescendantnode([/content/dam/mycompany/catalog]) and s.[jcr:content/renditions/*] is not null

 

to get the count you can check the property jcr:primary type to identify the file type