genode/repos/os/src/app/top
Alexander Boettcher 3f5c1b3626 top: fix replacement strategy
Issue #2307
2017-05-31 13:15:57 +02:00
..
main.cc top: fix replacement strategy 2017-05-31 13:15:57 +02: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"/>