Revision 477,
1.1 KB
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[477] | 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="50" min="0" max="100" stdev="30" 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.95</dist> |
---|
| 21 | <dist avg="4" min="4" max="4" stdev="0" distribution="uniform">0.05</dist> |
---|
| 22 | </MultiDistribution> |
---|
| 23 | </value> |
---|
| 24 | </ComputingResourceHostParameter> |
---|
| 25 | |
---|
| 26 | <ComputingResourceHostParameter metric="memory"> |
---|
| 27 | <value id="memory" refElementId="cpucnt" expr="x*1024"/> |
---|
| 28 | </ComputingResourceHostParameter> |
---|
| 29 | |
---|
| 30 | </tns:WorkloadConfiguration> |
---|
| 31 | |
---|
| 32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.