mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Benchmark (markdown)
parent
68effab273
commit
13788a4295
|
@ -30,7 +30,7 @@ I forked YCSB to https://github.com/chrislusf/YCSB and added SeaweedFS.
|
||||||
|
|
||||||
To run SeaweedFS benchmark with YCSB, just checkout the repo, and run
|
To run SeaweedFS benchmark with YCSB, just checkout the repo, and run
|
||||||
```
|
```
|
||||||
./bin/ycsb load seaweedfs -p seaweed.filerHost=localhost -p seaweed.filerPort=8888 -p seaweed.folder=/ycsb \
|
./bin/ycsb load seaweedfs -p seaweed.filerHost=localhost -p seaweed.filerPort=8888 -p seaweed.folder=/ycsb \
|
||||||
-p fieldlength=10 -p fieldcount=20 -p recordcount=1000000 -p threadcount=4 -P workloads/workloada
|
-p fieldlength=10 -p fieldcount=20 -p recordcount=1000000 -p threadcount=4 -P workloads/workloada
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue