source: DCWoRMS/branches/coolemall/src/test/testLoadProfile/xml/loadLevels.xml @ 1327

Revision 1327, 1.1 KB checked in by wojtekp, 11 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<resources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3        xsi:noNamespaceSchemaLocation="LoadCalendarSchema.xsd">
4
5        <computingResource name="test" class="Processor">
6                <loadCalendar>
7                        <loadSchedule>
8                                <loadDistribution>
9                                        <fromTime>0</fromTime>
10                                        <toTime>1800</toTime>
11                                        <loadLevel>20</loadLevel>
12                                </loadDistribution>
13                                <loadDistribution>
14                                        <fromTime>1800</fromTime>
15                                        <toTime>3600</toTime>
16                                        <loadLevel>40</loadLevel>
17                                </loadDistribution>
18                        </loadSchedule>
19                </loadCalendar>
20        </computingResource>
21       
22        <computingResource class="Node" name="dupa">
23                <loadCalendar>
24                        <loadSchedule>
25                                <loadDistribution>
26                                        <fromTime>0</fromTime>
27                                        <toTime>3600</toTime>
28                                        <loadLevel>30</loadLevel>
29                                </loadDistribution>
30                        </loadSchedule>
31                </loadCalendar>
32        </computingResource>
33       
34        <computingResource class="Node" >
35                <loadCalendar>
36                        <loadSchedule>
37                                <loadDistribution>
38                                        <fromTime>0</fromTime>
39                                        <toTime>4573</toTime>
40                                        <loadLevel>46</loadLevel>
41                                </loadDistribution>
42                        </loadSchedule>
43                </loadCalendar>
44        </computingResource>
45       
46</resources>
Note: See TracBrowser for help on using the repository browser.