Select to view content in your preferred language

Generate a Report ArcServer Services (Total Requests Last 7 or 30 Days)

453
2
05-29-2025 11:52 AM
AsinthaAmbagala
New Contributor

Hi,


I'm currently using ArcGIS Enterprise version 10.9.1, and I need to generate a report that lists all ArcGIS Server map services along with their request counts over the last 7 or 30 days. While I can manually access this information through ArcGIS Server Manager > Logs > Statistics, it's a time-consuming process—especially since we have over 250 map services running.

I've tried using several Python scripts, but they often throw exceptions (I'm not very experienced with Python). Recently, I came across this documentation: https://enterprise.arcgis.com/en/server/10.8/administer/linux/example-create-a-report-of-all-service...

I'm looking for help to generate this report more efficiently.

Thanks

2 Replies
RyanUthoff
MVP Regular Contributor

Esri's system log parser should be able to do that (and much more).


https://community.esri.com/t5/implementing-arcgis-blog/arcgis-enterprise-analysis-with-system-log-pa...

 

AsinthaAmbagala
New Contributor

I could be able to run the python scrip after few attempts, Thank you all!!

0 Kudos