Status
The Status administrative page shows the status of active and past requests on the server frontend.
To view the Status page, navigate to the following URL in a browser:<domain>/{context path}/admin/status
For example:http://www.gxsoftware.com/web/admin/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 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 and a history of past requests on the website frontend. 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 processing 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. |
Referrer | The HTTP header that identifies the address of the web page that linked to the resource being requested. |