intel-cloud / cosbench

a benchmark tool for cloud object storage service
Other
573 stars 242 forks source link

hard to distinguish different operations under the same work item from UI #250

Closed ywang19 closed 9 years ago

ywang19 commented 9 years ago

I have 3 operations that I ran in parallel:

<workstage name="main">
  <work name="asset1" workers="1" totalOps="7" runtime="0">
    <operation id="asset1-write" type="filewrite" config="containers=s(1,1);fileselection=s;files=/tmp/asset1/" />
  </work>
  <work name="asset2" workers="1" totalOps="7" runtime="0">
    <operation id="asset2-write" type="filewrite" config="containers=s(1,1);fileselection=s;files=/tmp/asset2/" />
  </work>
  <work name="asset3" workers="1" totalOps="7" runtime="0">
    <operation id="asset3-write" type="filewrite" config="containers=s(1,1);fileselection=s;files=/tmp/asset3/" />
  </work>
</workstage>

but it's hard to distinguish those operations from UI.