Server Status
The Weave server status page is available at the following location:
http://<server>:<port>/weave/server/status
It includes a range of different details about the internals of the running server.
The status page provides links to various monitoring pages at the top and at the bottom provides 2 additional links to export the data contained in the page to an xml file.
One link exports the current page content and the other exports the detail from all of the monitoring pages.
ArcGIS Connections
For connections to ArcGIS Server that have pooling enabled this page shows details about the connections Weave has created.
Column | Description |
|---|---|
Map Engine | The id of the ArcGIS Server map engine |
Created | Total number of connection Weave has opened to ArcGIS Server |
Destroyed | Total number of connections Weave has closed to ArcGIS Server |
Existing | How many connection Weave currently has open to ArcGIS Server |
Max. Existing | The maximum number of connections Weave has open to ArcGIS Server at one time |
Borrowed | Total number of times a connection has been taken from the pool to be used |
Returned | Total number of times a connection has been returned to the pool after use |
Invalidated | Total number of times a connection has been invalidated, usually because of an error when being used |
In Use | How many connections are currently borrowed from the pool |
Max. In Use | The maximum number of connections borrowed from a pool at one time |
User Details
Gives a brief overview of a users usage of the server.
Column | Description |
|---|---|
User | The userid of the user |
Request Count | The total number of requests the users browser has made to the server |
Last Request | The date and time of the last request made by the users browser |
Request Details
Gives a brief overview of the different requests that the users browsers have made to the server
Column | Description |
|---|---|
Request | The id of the request |
Count | The total number of requests of this type the users browser has made to the server |
Pending Requests
Gives a overview of what requests are currently being performed by the server
Column | Description |
|---|---|
User | The userid of the user who made the request |
Request | The id of the request |
IP | The IP address of the users browser |
Age | The number of milliseconds since the request was submitted from the users browser |