Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Drop s4u::Host::getPstateSpeedCurrent() which dupplicates Host::speed()
[simgrid.git] / examples / java / energy / pstate / energy_pstate.tesh
1 #! tesh
2
3 $ java -classpath ${classpath:=.} energy/pstate/Main ${srcdir:=.}/../platforms/energy_platform.xml
4 > [0.000000] [java/INFO] Using regular java threads.
5 > [MyHost1:dvfs_test:(2) 0.000000] [java/INFO] Count of Processor states=3
6 > [MyHost1:dvfs_test:(2) 0.000000] [java/INFO] Current power peak=1.0E8
7 > [MyHost2:dvfs_test:(3) 0.000000] [java/INFO] Count of Processor states=3
8 > [MyHost2:dvfs_test:(3) 0.000000] [java/INFO] Current power peak=1.0E8
9 > [MyHost1:dvfs_test:(2) 1.000000] [java/INFO] Task1 simulation time: 1.0
10 > [MyHost2:dvfs_test:(3) 1.000000] [java/INFO] Task1 simulation time: 1.0
11 > [MyHost1:dvfs_test:(2) 1.000000] [java/INFO] Changing power peak value to 2.0E7 (at index 2)
12 > [MyHost2:dvfs_test:(3) 1.000000] [java/INFO] Changing power peak value to 2.0E7 (at index 2)
13 > [MyHost1:dvfs_test:(2) 1.000000] [java/INFO] Current power peak=2.0E7
14 > [MyHost2:dvfs_test:(3) 1.000000] [java/INFO] Current power peak=2.0E7
15 > [MyHost1:dvfs_test:(2) 6.000000] [java/INFO] Task2 simulation time: 5.0
16 > [MyHost1:dvfs_test:(2) 6.000000] [java/INFO] Count of Processor states=3
17 > [MyHost1:dvfs_test:(2) 6.000000] [java/INFO] Current power peak=2.0E7
18 > [MyHost2:dvfs_test:(3) 6.000000] [java/INFO] Task2 simulation time: 5.0
19 > [MyHost2:dvfs_test:(3) 6.000000] [java/INFO] Count of Processor states=3
20 > [MyHost2:dvfs_test:(3) 6.000000] [java/INFO] Current power peak=2.0E7
21 > [6.000000] [surf_energy/INFO] Total energy consumption: 1890.000000 Joules (used hosts: 1290.000000 Joules; unused/idle hosts: 600.000000)
22 > [6.000000] [java/INFO] MSG_main finished; Cleaning up the simulation...
23 > [6.000000] [surf_energy/INFO] Energy consumption of host MyHost1: 645.000000 Joules
24 > [6.000000] [surf_energy/INFO] Energy consumption of host MyHost2: 645.000000 Joules
25 > [6.000000] [surf_energy/INFO] Energy consumption of host MyHost3: 600.000000 Joules