Controller Status
The Controller Status administrative page shows the status of active and past requests on the server backend. To view the Controller Status page, navigate to the following page in a browser:<domain>/{context path}/admin/controller_status
For example:http://www.gxsoftware.com/web/admin/controller_status
In This Topic
Deployment Overview
In the Overview section, the following information is shown for your XperienCentral deployment:
Item | Description |
---|---|
Server up since | Shows the time that the backend server was last started. The time and date shown is the server's local time and time zone. |
Current time | The time on the server when this page was last requested. The time and date shown is the server's local time and time zone. |
Total number of requests | The total number of active and past requests that are shown on this page. |
Mean | The average number of requests the server has handled per second. |
Requests
The Requests section is divided into active requests which are currently being processed and a history of past requests. The following information is shown for each request:
Column | Description |
---|---|
Duration | The number of milliseconds that the request took (or is taking) to be processed. |
Status | The HTTP status code returned by the server for the request. See HTTP Status Codes for complete information on the possible HTTP return status codes. |
Started | The local time on the server when the processing of the request started. The time shown is the server's local time. |
Method | The type of REST method that was performed for the request. |
Remote Address | The IP address where the request was performed. |
URL | The URL of the request. |
User-agent | A string that identifies the browser and operating system used to send the request. |
Referer | The HTTP header that identifies the address of the webpage that linked to the resource being requested. |