genode/repos/os/src/app/top
2017-03-15 12:32:25 +01:00
..
main.cc os: app showing top style CPU utilization via LOG 2017-03-15 12:32:25 +01:00
README os: app showing top style CPU utilization via LOG 2017-03-15 12:32:25 +01:00
target.mk os: app showing top style CPU utilization via LOG 2017-03-15 12:32:25 +01:00

This component obtains the information about the existing trace subjects from
core's "TRACE" service and shows via the LOG session the highest CPU consumer
per CPU in percentage.

Configuration
-------------

The interval of output generation can be defined via the 'period_ms' attribute
of the '<config>' node. The value is specified in milliseconds.

The following example shows the default values.

! <config period_ms="5000"/>