X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a28dedaf2332717573b47c4a44684ed9e61e2acf..f2df13795e01302813a6aef10825ec7e922ce530:/doc/doxygen/platform.doc diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 1101198e49..e06e2236eb 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -366,25 +366,28 @@ the router name is defined as the resulting String in the following java line of code: @verbatim -router_name = prefix + clusterId + router_ + suffix; +router_name = prefix + clusterId + _router + suffix; @endverbatim 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-0.my_cluster_1.me -c-1.my_cluster_1.me -c-2.my_cluster_1.me +c-my_cluster_1_router.me +c-0.me +c-1.me +c-2.me ... -c-99.my_cluster_1.me +c-99.me \endverbatim \subsubsection pf_peer peer @@ -606,22 +609,37 @@ 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 : \li id (mandatory): the identifier of the storage to be used when referring to it. \li typeId (mandatory): the identifier of the storage_type that - this storage belongs to. - + this storage belongs to. +\li attach (mandatory): the host (name) to which the storage is + attached to. \subsubsection pf_sto_mo mount