Created
October 25, 2016 17:34
-
-
Save nerdmagic/e1151963a9e46f7f5183fa597ea6cb7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> <workload name="mcceph1" description="MailChimp Ceph Benchmark 64x64KB" config=""> | |
<auth type="none" /> | |
<storage type="s3" config="accesskey=<accesskey>;secretkey=<secretkey>;endpoint=https://my-ceph-testing-url.mailchimp.com" /> | |
<workflow> | |
<workstage name="init"> | |
<auth type="none" /> | |
<storage type="s3" config="accesskey=<accesskey>;secretkey=<secretkey>;endpoint=https://my-ceph-testing-url.mailchimp.com" /> | |
<work type="init" workers="1" config="cprefix=s3testqwer;containers=r(1,2)"> | |
<operation type="init" ratio="100" division="container" config="cprefix=s3testqwer;containers=r(1,2);cprefix=s3testqwer;containers=r(1,2);cprefix=s3testqwer;containers=r(1,2);objects=r(0,0);sizes=c(0)B;cprefix=s3testqwer;containers=r(1,2)" id="op1"/> | |
</work> | |
</workstage> | |
<workstage name="prepare"> | |
<auth type="none" /> | |
<storage type="s3" config="accesskey=<accesskey>;secretkey=<secretkey>;endpoint=https://my-ceph-testing-url.mailchimp.com" /> | |
<work type="prepare" ratio="100" division="object" workers="64" config="cprefix=s3testqwer;containers=r(1,2);objects=r(1,1024000);sizes=c(64)KB" /> | |
</workstage> | |
<workstage name="main"> | |
<auth type="none" /> | |
<storage type="s3" config="accesskey=<accesskey>;secretkey=<secretkey>;endpoint=https://my-ceph-testing-url.mailchimp.com" /> | |
<work name="main" workers="64" runtime="7200"> | |
<operation type="read" ratio="80" config="cprefix=s3testqwer;containers=u(1,2);objects=u(1,1024000);hashCheck=true" /> | |
<operation type="write" ratio="20" config="cprefix=s3testqwer;containers=u(1,2);objects=u(1024001,1536000);sizes=c(64)KB" /> | |
</work> | |
</workstage> | |
</workflow> | |
</workload> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment