mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 08:46:54 +08:00
Updated S3 API Benchmark (markdown)
@@ -6,40 +6,39 @@ Warp is a more complete test suite. It needs identity access management. So you
|
||||
Here is the results from my local laptop written to an external SSD via USB 3.1:
|
||||
|
||||
```
|
||||
$ warp mixed --host localhost:8333 --access-key some_access_key1 --secret-key some_secret_key1 --duration=1m --obj.size 1024B --concurrent 4
|
||||
warp: Benchmark data written to "warp-mixed-2020-11-21[145531]-iPQO.csv.zst"
|
||||
warp: Benchmark data written to "warp-mixed-2021-07-20[010604]-28pi.csv.zst"
|
||||
Mixed operations.
|
||||
Operation: DELETE, 10%, Concurrency: 4, Duration: 59s.
|
||||
* Throughput: 419.91 obj/s
|
||||
* Throughput: 578.41 obj/s
|
||||
|
||||
Operation: GET, 45%, Concurrency: 4, Duration: 59s.
|
||||
* Throughput: 1.85 MiB/s, 1889.68 obj/s
|
||||
* Throughput: 2.54 MiB/s, 2602.54 obj/s
|
||||
|
||||
Operation: PUT, 15%, Concurrency: 4, Duration: 59s.
|
||||
* Throughput: 0.62 MiB/s, 629.96 obj/s
|
||||
* Throughput: 0.85 MiB/s, 867.63 obj/s
|
||||
|
||||
Operation: STAT, 30%, Concurrency: 4, Duration: 59s.
|
||||
* Throughput: 1259.79 obj/s
|
||||
* Throughput: 1735.03 obj/s
|
||||
|
||||
Cluster Total: 2.46 MiB/s, 4199.28 obj/s
|
||||
Cluster Total: 3.39 MiB/s, 5783.74 obj/s
|
||||
warp: Cleanup Done.
|
||||
|
||||
$ warp mixed --host localhost:8333 --access-key some_access_key1 --secret-key some_secret_key1 --duration=1m --obj.size 102400B --concurrent 4
|
||||
warp: Benchmark data written to "warp-mixed-2020-11-21[145817]-YvKD.csv.zst"
|
||||
warp: Benchmark data written to "warp-mixed-2021-07-20[010749]-xFIM.csv.zst"
|
||||
Mixed operations.
|
||||
Operation: DELETE, 10%, Concurrency: 4, Duration: 59s.
|
||||
* Throughput: 309.05 obj/s
|
||||
* Throughput: 344.99 obj/s
|
||||
|
||||
Operation: GET, 45%, Concurrency: 4, Duration: 1m0s.
|
||||
* Throughput: 135.82 MiB/s, 1390.75 obj/s
|
||||
Operation: GET, 45%, Concurrency: 4, Duration: 59s.
|
||||
* Throughput: 151.59 MiB/s, 1552.25 obj/s
|
||||
|
||||
Operation: PUT, 15%, Concurrency: 4, Duration: 59s.
|
||||
* Throughput: 45.28 MiB/s, 463.71 obj/s
|
||||
* Throughput: 50.54 MiB/s, 517.49 obj/s
|
||||
|
||||
Operation: STAT, 30%, Concurrency: 4, Duration: 59s.
|
||||
* Throughput: 927.00 obj/s
|
||||
* Throughput: 1034.85 obj/s
|
||||
|
||||
Cluster Total: 181.10 MiB/s, 3090.45 obj/s
|
||||
Cluster Total: 202.13 MiB/s, 3449.58 obj/s
|
||||
warp: Cleanup Done.
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user