Dashboard
The dashboard provides the most important information from the Control Center in visual form.
(1) The current size of the swap file. Below that the current memory consumption in % (the maximum size is displayed as a tooltip).
(2) 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 Control Center/Logs/Errors.
(3) Number of jobs started since the last system start. After a system start, the counter starts again at 0.
(4) 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) The number of (incoming) active FTP and SSH connections, and the number of users logged into Lobster_data.
(6) The running threads of the respective priority level. Note: VL stands for 'very low' and Resp for Response Routes that run as a separate thread (decoupled). The green icon indicates that the add-on module PLO is active.
(7) Jobs are the waiting normal jobs in the incoming queue. Responses are the waiting Response Routes 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) 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. The URL is also shown in a pop-up in (9) in the screenshot above. 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 |