X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d70fbb094c3a4cb6f19caf5177f6aea73e32a9e0..aa4c8eeb3051e5adfef317cda2ae590ca13e6f3e:/docs/source/Plugins.rst?ds=sidebyside diff --git a/docs/source/Plugins.rst b/docs/source/Plugins.rst index 51e29438c9..2b9f596f11 100644 --- a/docs/source/Plugins.rst +++ b/docs/source/Plugins.rst @@ -5,24 +5,28 @@ SimGrid Plugins .. raw:: html - + -
-
+
+
You can extend SimGrid without modifying it, thanks to our plugin mechanism. This page describes how to write your own plugin, and -documents some of the plugins distributed with SimGrid. +documents some of the plugins distributed with SimGrid: - :ref:`Host Energy `: models the energy dissipation of the compute units. - :ref:`Link Energy `: models the energy dissipation of the network. - :ref:`Host Load `: monitors the load of the compute units. +You can activate these plugins with the :ref:`--cfg=plugin ` command +line option, for example with ``--cfg=plugin:host_energy``. You can get the full +list of existing plugins with ``--cfg=plugin:help``. + Defining a Plugin ***************** @@ -97,23 +101,38 @@ to explore the other ones. .. _plugin_host_energy: -Host Energy Plugin -================== +Host Energy +=========== + +.. doxygengroup:: plugin_host_energy + -.. doxygengroup:: Plugin_host_energy .. _plugin_link_energy: -Link Energy Plugin -================== +Link Energy +=========== + +.. doxygengroup:: plugin_link_energy + -.. doxygengroup:: Plugin_link_energy .. _plugin_host_load: -Host Load Plugin -================ +Host Load +========= + +.. doxygengroup:: plugin_host_load + + + +.. _plugin_filesystem: + +File System +=========== + +.. doxygengroup:: plugin_filesystem -.. doxygengroup:: Plugin_host_load .. LocalWords: SimGrid +