source: xssim/trunk/example/workloadARNR/GrmsJob_5.xml @ 104

Revision 104, 891 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1<grmsJob appId="6"
2xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3xsi:noNamespaceSchemaLocation="/Users/marcin/workspace/brain/symulator/gssim_current/simulator/schemas/grms3/GrmsJobDescriptionSchema.xsd">
4        <task taskId="0">       
5                <requirements>
6                        <resourceRequirements>
7                                <computingResource>
8                                        <hostParameter name="cpucount">
9                                                <value>1</value>
10                                        </hostParameter>
11                                        <networkParameter name="bandwidth">
12                                                <value>100000</value>
13                                        </networkParameter>
14                                        <networkParameter name="latency">
15                                                <value>300</value>
16                                        </networkParameter>
17                                </computingResource>
18                        </resourceRequirements>
19                </requirements>
20                <executionTime>
21                <executionDuration>PT3H</executionDuration>
22                        <timePeriod>
23                                <periodStart>2008-11-03T06:00:00.000+01:00</periodStart>
24                                <periodEnd>2008-11-03T09:00:00.000+01:00</periodEnd>
25                        </timePeriod>
26                </executionTime>
27        </task>
28</grmsJob>
Note: See TracBrowser for help on using the repository browser.