How to check ArcGIS Server's Cluster usage?

1577
3
Jump to solution
08-30-2016 09:05 AM
WilsonLee
Occasional Contributor

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

1 Solution

Accepted Solutions
by Anonymous User
Not applicable

Hello,

 

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 

View solution in original post

3 Replies
by Anonymous User
Not applicable
JonathanQuinn
Esri Notable Contributor

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 

by Anonymous User
Not applicable

Hello,

 

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