X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8b3766ac209510e72d67b8fd246d087ab4ca8a2:/examples/c/plugin-hostload/plugin-hostload.tesh..4ca544f98b3cae66464a91f58cb07def3e06ab07:/examples/c/plugin-host-load/plugin-host-load.tesh?ds=sidebyside diff --git a/examples/c/plugin-hostload/plugin-hostload.tesh b/examples/c/plugin-host-load/plugin-host-load.tesh similarity index 95% rename from examples/c/plugin-hostload/plugin-hostload.tesh rename to examples/c/plugin-host-load/plugin-host-load.tesh index 7da0f5ed56..82036e8815 100644 --- a/examples/c/plugin-hostload/plugin-hostload.tesh +++ b/examples/c/plugin-host-load/plugin-host-load.tesh @@ -2,7 +2,7 @@ p This tests the HostLoad plugin (this allows the user to get the current load of a host and the computed flops) -$ ${bindir:=.}/c-plugin-hostload ${platfdir}/energy_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ ${bindir:=.}/c-plugin-host-load ${platfdir}/energy_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:load_test@MyHost1) Initial peak speed: 1E+08 flop/s; number of flops computed so far: 0E+00 (should be 0) and current average load: 0.00000 (should be 0) > [ 0.000000] (1:load_test@MyHost1) Sleep for 10 seconds > [ 10.000000] (1:load_test@MyHost1) Done sleeping 10.00s; peak speed: 1E+08 flop/s; number of flops computed so far: 0E+00 (nothing should have changed)