Hi ,
You can write sql query to find the number of pages in both environment.
select * from [cq:PageContent] AS s where s.[cq:lastReplicated] IS NOT NULL AND ISDESCENDANTNODE(s,[/content])
And also try custom reports for your requirement.
https://aem.redquark.org/2019/06/create-custom-reports-in-ae...