Hello,
we would like to find out how to know if the ArcGIS Server's cluster being used?
here's the spec of our arcgis server:
Machine #1: ArcGIS Server 10.1
Machine #2: ArcGIS Server 10.1 Cluster
Windows 2008 R2
thank you!
Wilson
You can use ArcGIS server manager using 6080 port or using web adapter port,
http://localhost:6080/arcgis/manager http://localhost:7120/arcgis/manager Which type of statics you want to check,
Map services related things you can check in logs>statics
Example: Export service statistics to a file—Documentation (10.4) | ArcGIS for Server
Please check this for more info,
Multiple-machine deployment with ArcGIS Web Adaptor—Installation Guides (10.4.1) | ArcGIS for Server
If you want to get an idea of how many requests are going to one machine vs another within a multi-machine site, you can set the logs to Info and then query them, which will contain a machine column. You can take a look at the total counts for requests to the each machines and compare them. Below is a sample python script to query the logs which you can modify to count the requests to each machine.
Example: Query the ArcGIS Server logs—Documentation (10.4) | ArcGIS for Server
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.