Dashboard
The dashboard provides the most important information of the Control Center in visual form.
Settings
(1) Swap: The current size of the swap file. Below that the current memory consumption in percent (the maximum size is displayed as a tooltip).
(2) Total requests: The total number of finished jobs (requests) that is incremented continuously (see file ./logs/statistic.log). "Open incidents" stands for the number of unhandled errors from page "Control Center/Logs/Errors".
(3) Jobs since start: Number of jobs started since the last system start. After a system start, the counter starts again at "0".
(4) Message Queues: The message queues with the most unprocessed messages are displayed here. Additional information about all messages can be found in file ./logs/statistic.log (→ "messages on hold", "messages received", "messages sent").
(5) Sessions: The number of (incoming) active FTP and SSH connections, and the number of logged in users.
(6) Threads: The running threads of the respective priority level. Note: "VL" stands for "very low" and "Resp" for Responses that run as a separate thread (→ "Execute response in own thread"). The green icon indicates that the add-on module "Process Load Optimization" is active.
(7) Jobs & Queues: "Jobs" are the waiting normal jobs in the incoming queue. "Resp" are the waiting Responses that run as a separate thread (own queue). "Single Run" shows the waiting jobs of profiles that are only allowed to run in a one instance (own queue). Additionally, you can see the total number of collected MQTT messages. See section MQTT (Control Center).
(8) Active jobs: The list of active jobs with job number, profile name, the phase of the profile processing, the processing time so far, and the name of the input file.
Direct link
You can also access the dashboard via a direct link without using the menu on the left. To do this, you must enter the following entry in the configuration file ./etc/startup.xml.
<
Set
name
=
"dashBoardAccessToken"
>YourToken</
Set
>
You can then use the following direct URL. Note: By default, the dashboard is displayed in a light color scheme. If you append "&theme=dark" to the URL, you will get it in the dark scheme.
http://<Your_server_URL_or_IP>/_data/#!board?token=YourToken |
The following URL can also be used for the dashboard of the DMZ server (if there is one).
http://<Your_server_URL_or_IP>/_data/#!board?token=YourToken&dmz |