Created
March 3, 2019 06:14
-
-
Save dyusupov/dded61c4a3dc815de48a7d7dbb0c0206 to your computer and use it in GitHub Desktop.
cosbench s3 1MB read-write, single bucket 100,000 objects
This file contains hidden or 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="S3-1MB-write-reread" description="Verification of S3 parallel I/O of 1MB objects into a single bucket"> | |
<auth type="none" config="username=admin;password=edgefs;auth_url=http://172.10.10.75:8080/auth/v1.0"/> | |
<workflow config=""> | |
<workstage name="prepare"> | |
<work name="prepare-objects" type="prepare" workers="40" division="object" | |
interval="20" config="cprefix=shared;containers=r(1,1);objects=r(1,100000);sizes=r(1,1)MB;hashCheck=false"> | |
<storage type="s3" config="accesskey=KEY;secretkey=SEC;endpoint=http://172.10.10.75:9982;timeout=600000"/> | |
</work> | |
</workstage> | |
<workstage name="main"> | |
<work name="re-read" type="normal" workers="40" interval="10" totalBytes="100000000000"> | |
<storage type="s3" config="accesskey=KEY;secretkey=SEC;endpoint=http://172.10.10.75:9982;timeout=600000"/> | |
<operation type="read" ratio="100" config="cprefix=shared;containers=r(1,1);objects=r(1,100000);sizes=r(1,1)MB;hashCheck=true"/> | |
</work> | |
</workstage> | |
</workflow> | |
</workload> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment