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:


ItemDescription
Server up sinceShows the time that the 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 and a history of past requests on the website frontend. 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 processing 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.
ReferrerThe HTTP header that identifies the address of the web page that linked to the resource being requested.



Back to top