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:


ItemDescription
Server up sinceShows the time that the backend server was last started. The time and date shown is the server's local time and time zone.
Current timeThe 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 requestsThe total number of active and past requests that are shown on this page.
MeanThe average number of requests the server has handled per second.



Back to top

 


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:


ColumnDescription
DurationThe number of milliseconds that the request took (or is taking) to be processed.
StatusThe HTTP status code returned by the server for the request. See HTTP Status Codes for complete information on the possible HTTP return status codes.
StartedThe local time on the server when the processing of the request started. The time shown is the server's local time.
MethodThe type of REST method that was performed for the request.
Remote AddressThe IP address where the request was performed.
URLThe URL of the request.
User-agentA string that identifies the browser and operating system used to send the request.
RefererThe HTTP header that identifies the address of the webpage that linked to the resource being requested.



Back to top