Revision 735,
1.4 KB
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | <tns:WorkloadConfiguration |
---|
2 | xmlns:tns="http://www.man.poznan.pl/WorkloadSchema" |
---|
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
---|
4 | |
---|
5 | <SimulationStartTime>2009-01-15T10:00:00</SimulationStartTime> |
---|
6 | |
---|
7 | <JobCount avg="1000" distribution="constant"/> |
---|
8 | |
---|
9 | <TaskCount avg="1" distribution="constant"/> |
---|
10 | |
---|
11 | <TaskLength avg="14400" min="10800" max="18000" stdev="3600.0" distribution="normal"/> |
---|
12 | |
---|
13 | <JobPackageLength avg="1.0" min="1.0" max="1.0" stdev="0.0" distribution="constant"/> |
---|
14 | |
---|
15 | <JobInterval avg="720" min="0" max="1200" stdev="300" distribution="poisson" seed="21"/> |
---|
16 | |
---|
17 | <ComputingResourceHostParameter metric="cpucount"> |
---|
18 | <value id="cpucnt"> |
---|
19 | <MultiDistribution> |
---|
20 | <dist avg="1" min="1" max="1" stdev="0" distribution="uniform">0.3</dist> |
---|
21 | <dist avg="2" min="2" max="2" stdev="0" distribution="uniform">0.3</dist> |
---|
22 | <dist avg="3" min="3" max="3" stdev="0" distribution="uniform">0.1</dist> |
---|
23 | <dist avg="4" min="4" max="4" stdev="0" distribution="uniform">0.1</dist> |
---|
24 | <dist avg="5" min="5" max="5" stdev="0" distribution="uniform">0.05</dist> |
---|
25 | <dist avg="6" min="6" max="6" stdev="0" distribution="uniform">0.05</dist> |
---|
26 | <dist avg="7" min="7" max="7" stdev="0" distribution="uniform">0.05</dist> |
---|
27 | <dist avg="8" min="8" max="8" stdev="0" distribution="uniform">0.05</dist> |
---|
28 | </MultiDistribution> |
---|
29 | </value> |
---|
30 | </ComputingResourceHostParameter> |
---|
31 | |
---|
32 | </tns:WorkloadConfiguration> |
---|
33 | |
---|
34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.