ADTF Qt5
Loading...
Searching...
No Matches
ADTF Status Monitor

Description

The ADTF Status Monitor connects to an ADTF instance and displays the resource and kernel information.
It extracts some information like CPU and Memory consumption from a running ADTF Session and displays it.
The information is retrieved by connecting to the running ADTF Session using RPC.
The information is updated repeatedly using a defined update intervall.

You can either start the ADTF Session to connect to before or after starting the Status Monitor.

Getting started

For any purpose, please execute the adtf_statusmonitor with the option --help, which will give you an overview and example usage of available options and commands.

ADTF Status Monitor
adtf_statusmonitor
Usage:
adtf_statusmonitor [--help] [--url <url>] [--interval <milliseconds>]
Options:
--help, -h Print the usage info and quit.
--url, -u <url>
URL of the ADTF system. Default is set to 'http://localhost:8000'.
--interval <milliseconds>
The interval at which the status messages are retrieved from the ADTF system.
Defaults to 1000.

Basic Usage

It can be executed standalone or from the ADTF Configuration Editor, when the .adtfenvironment file from this ADTF Qt5 package is loaded.
Furthermore it can also be launched from within ADTF Control with the help of the statusmonitor command.

To show information about a running Session just start the ADTF Status Monitor.
If the argument --url is not provided the default URL http://localhost:8000 will be used.

The image shows the first tab System Info.
To get more detailed information about the shown information hover over the first column containing the infos name (e.g. CPU).


In the following image the tab kernel objects is displayed.
It shows a list of all used kernel objects within the connected ADTF Session.
Kernel objects are threads or timer.