April 23, 2020
Estimated Post Reading Time ~

MSM, what is the average number of rollouts per month

Solution:
To determine the total number of rollouts since installation use a repository query; via CRXDE - Tools - Query:
  • Type XPath
  • Path /
  • Query //element(*, cq:AuditEvent)[@cq:type='PageRolledOut']
Calculate the number of months that have elapsed since installation to calculate the average.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.