Skip to content

Commit bfb7904

Browse files
author
ywang19
committed
add one workload whose distribution is summarized from two week's trace on ASUS WebStorage
Signed-off-by: ywang19 <yaguang.wang@intel.com>
1 parent 1cbc83c commit bfb7904

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

release/workloads/asus.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<workload name="test" description="The distribution is a summarization of a real-world trace script. The trace script was collected continuously
3+
for two weeks, and the system is located in a regional server farm operated by ASUS Webstorage. The workload contains 4 types of activities
4+
that are frequently invoked in the object storage servers – read, write, append and move.">
5+
6+
<storage type="swift" />
7+
8+
<auth type="swauth" config="username=test:swift;password=thepassword;auth_url=http://lab-be1:80/auth" />
9+
10+
<workflow>
11+
<workstage name="init">
12+
<work type="init"
13+
workers="1"
14+
config="containers=r(1,431)" />
15+
</workstage>
16+
17+
<workstage name="prepare">
18+
<work type="prepare"
19+
workers="40"
20+
config="containers=r(1,431);objects=r(1,1299);sizes=h(1|100|604,101|500|116,501|1024|51,1025|5120|169,5121|102400|18,102401|1024000|2)KB" />
21+
</workstage>
22+
<workstage name="delay" closuredelay="300">
23+
<work type="delay" workers="1" />
24+
</workstage>
25+
<workstage name="main">
26+
<work name="main" workers="256" runtime="900">
27+
<operation type="read"
28+
config="containers=u(1,431);objects=u(1,1299)" />
29+
</work>
30+
</workstage>
31+
<workstage name="cleanup">
32+
<work type="cleanup"
33+
workers="40"
34+
config="containers=r(1,431);objects=r(1,1299)" />
35+
</workstage>
36+
37+
<workstage name="dispose">
38+
<work type="dispose" workers="1" config="containers=r(1,431)" />
39+
</workstage>
40+
</workflow>
41+
</workload>

0 commit comments

Comments
 (0)