Revision 104,
1.3 KB
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[104] | 1 | <tns:WorkloadConfiguration |
---|
| 2 | xmlns:tns="http://www.man.poznan.pl/WorkloadSchema" |
---|
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 4 | xsi:noNameSpaceSchemaLocation="/Users/marcin/workspace/brain/symulator/gssim/simulator/schemas/WorkloadSchema3g.xsd"> |
---|
| 5 | |
---|
| 6 | |
---|
| 7 | <SimulationStartTime>1970-01-01T01:00:00</SimulationStartTime> |
---|
| 8 | |
---|
| 9 | <JobCount avg="MAX_TASKS_NO" distribution="constant" seed="21"/> |
---|
| 10 | |
---|
| 11 | <TaskCount avg="1" distribution="constant" seed="21"/> |
---|
| 12 | |
---|
| 13 | <TaskLength id="tl" avg="1200" min="100" max="1800" stdev="2000.0" distribution="normal" seed="21"/> |
---|
| 14 | |
---|
| 15 | <JobPackageLength avg="2" min="1" max="10" stdev="5" distribution="normal" seed="21"/> |
---|
| 16 | |
---|
| 17 | <JobInterval avg="600" min="0" max="1200" stdev="1000" distribution="normal" seed="21"/> |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | <ComputingResourceHostParameter metric="cpucount"> |
---|
| 21 | <value id="cpucnt" avg="6" min="1" max="12" stdev="10.0" distribution="normal" seed="21"/> |
---|
| 22 | </ComputingResourceHostParameter> |
---|
| 23 | |
---|
| 24 | <ExecutionTime> |
---|
| 25 | <execDuration id="exec_duration" refElementId="tl" expr="x"/> |
---|
| 26 | <periodStart avg="600" min="0" max="1200" stdev="2000" distribution="normal" seed="21"/> |
---|
| 27 | <periodEnd id="period_duration" refElementId="exec_duration" |
---|
| 28 | avg="900" min="700" max="1200" stdev="250" distribution="normal" expr="x" seed="17"/> |
---|
| 29 | </ExecutionTime> |
---|
| 30 | |
---|
| 31 | </tns:WorkloadConfiguration> |
---|
Note: See
TracBrowser
for help on using the repository browser.