genode/os/src
Norman Feske a903049a1a cli_monitor: Resource-balancing support
This patch introduces new commands for dynamically balancing RAM between
subsystems. The 'status' command prints a table with the RAM status of
each subsystem. The 'ram' command changes the quota or a quota limit of
a given subsystem. The quota limit can be defined to allow the on-demand
expansion of the quota. Finally, the 'yield' command can be used to
instruct a subsystem to yield a specified amount of resources.

For trying out the new commands, a so-called 'ram_eater' example has
been added to the 'terminal_mux.run' scenario. This program simulates a
subsystem with a growing demand for resources, yet with the capability
to yield resources when instructed by the parent (i.e., cli_monitor).

Besides implementing the new features, the patch splits the
implementation of 'cli_monitor' into multiple files.
2013-10-16 09:26:09 +02:00
..
app cli_monitor: Resource-balancing support 2013-10-16 09:26:09 +02:00
drivers Remove Fiasco-UX input driver 2013-09-23 14:26:02 +02:00
init os: Move Genode::Config into 'config' library 2013-09-23 14:25:58 +02:00
lib ldso: fix compiler errors with C++11 2013-09-23 14:26:02 +02:00
platform Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
server nic bridge: Increase entry-point stack size 2013-09-23 14:26:02 +02:00
test Test for yielding resources 2013-10-16 09:26:08 +02:00