X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b08c515d1ded5726d50e3e9e11c03260e3e1546d..859be56ee4794f262b79665d2caa32664e52cbed:/doc/doxygen/platform.doc diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 1101198e49..5c3ae9ea82 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -372,14 +372,17 @@ router_name = prefix + clusterId + router_ + suffix; cluster example \verbatim - - + + + \endverbatim -The second examples creates 100 machines, which names are the following: +The second examples creates one router and 100 machines, which names +are the following: \verbatim +c-my_cluster_1_router.me c-0.my_cluster_1.me c-1.my_cluster_1.me c-2.my_cluster_1.me @@ -606,14 +609,28 @@ find /path/you/want -type f -exec ls -l {} \; 2>/dev/null > ./content.txt \li content: default value 0. The file containing the disk content. (may be moved soon or later to storage tag. -The tag must contains some predefined prop, as may do some other -resources tags. This should moved to attributes soon or later. -storage_type mandatory prop : +The tag must contains some predefined model prop, as may do some other +resources tags. +storage_type mandatory model_prop : \li Bwrite: value in B/s. Write throughput \li Bread: value in B/s. Read throughput \li Bconnexion: value in B/s. Connection throughput (i.e. the throughput of the storage connector). +A storage_type can also contain the prop tag. The prop tag allows you +to define additional information on this storage_type following the +attribute/value schema. You may want to use it to give information to +the tool you use for rendering your simulation, for example. + +\verbatim + + + + + + +\endverbatim + \subsubsection pf_sto_st storage storage_type attributes :