Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename the link load plugin for decency (and consistency)
[simgrid.git] / examples / s4u / plugin-host-load / s4u-plugin-host-load.tesh
@@ -1,8 +1,8 @@
 #!/usr/bin/env tesh
 
-p This tests the HostLoad plugin (this allows the user to get the current load of a host and the computed flops)
+p This tests the Host Load plugin (that allows the user to get the current load of a host and the computed flops)
 
-$ ${bindir:=.}/s4u-plugin-hostload ${platfdir}/energy_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
+$ ${bindir:=.}/s4u-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)