X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..63c219ee10cf464f95ad9888e0814439445b53f8:/docs/source/Plugins.rst diff --git a/docs/source/Plugins.rst b/docs/source/Plugins.rst index 01c836bc1a..bfff73da95 100644 --- a/docs/source/Plugins.rst +++ b/docs/source/Plugins.rst @@ -1,27 +1,31 @@ .. _plugins: +SimGrid Plugins +############### + .. raw:: html - + -
-
- -SimGrid Plugins -############### +
+
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. -- :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 + + .. _plugin_link_energy: -Link Energy 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 + + .. LocalWords: SimGrid +