Select to view content in your preferred language

ArcGIS Monitor Determining least used services

170
2
Jump to solution
4 weeks ago
GIS412
by
Occasional Contributor

Hello,

I've installed ArcGIS Monitor Server and have installed the ArcGIS Monitor Agents on our ArcGIS Servers.

I'm trying to gather some metrics on services that were published (map image services, feature services) and are not used. My first thought is checking the rate request over a 6 month period. If it is 0 or near 0 then that service is not being used.

Is this correct? Or should I be looking at other metrics to determine low use/none used services.

 

0 Kudos
1 Solution

Accepted Solutions
CodyPatterson
MVP Regular Contributor

Hey @GIS412 

I used this method to remove some of my own feature services recently. I have a few that are quite old that have zero requests, which means they're desolate at this point. I believe that this is a reliable way to tell, I would just be sure that there's no outstanding connections or reliance on the map, but I've used this method personally.

Cody

View solution in original post

2 Replies
CodyPatterson
MVP Regular Contributor

Hey @GIS412 

I used this method to remove some of my own feature services recently. I have a few that are quite old that have zero requests, which means they're desolate at this point. I believe that this is a reliable way to tell, I would just be sure that there's no outstanding connections or reliance on the map, but I've used this method personally.

Cody

GIS412
by
Occasional Contributor

Thank you!