Skip to content

Commit e01ec88

Browse files
committed
[skipci] docs: edit v2.3 changelog
1 parent 7869c9d commit e01ec88

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG-2.3.md

+34
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,40 @@ Previous change logs can be found at [CHANGELOG-2.2](https://github.com/opencurv
2626

2727
- [CurveFS client: perf optimize](https://github.com/opencurve/curve/pull/1194)
2828

29+
Hardware: 3 nodes(3*mds, 9*metaserver), each with:
30+
- Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz
31+
- 256G RAM
32+
- disk cache: INTEL SSDSC2BB80 800G(iops is about 30000+,bw is about 300MB)
33+
34+
- performance is as follows:
35+
36+
s3 backend is minio and the cto is disable([what is cto](https://github.com/opencurve/curve/blob/master/docs/cn/CurveFS%E6%94%AF%E6%8C%81%E5%A4%9A%E6%8C%82%E8%BD%BD.pdf)). and as you know, the performance of read may associated with read cache hit.
37+
38+
| minio + diskcache(free)| iops/bandwidth | avg-latency(ms) | clat 99.00th (ms) | clat 99.99th (ms) |
39+
| :----: | :----: | :----: | :----: | :----: |
40+
| (numjobs 1) (50G filesize) 4k randwrite | 3539 | 0.281 | 1.5 | 16 |
41+
| (numjobs 1) (50G filesize) 4k randread | 2785 | 0.357 | 0.9 | 5.8|
42+
| (numjobs 1) (50G filesize) 512k write | 290 MB/s | 1 | 600 ms | 248|
43+
| (numjobs 1) (50G filesize) 512k read | 216 MB/s | 4.3 | 275 ms | 7.6 |
44+
45+
46+
| minio + diskcache(near full)| iops/bandwidth | avg-latency(ms) | clat 99.00th (ms) | clat 99.99th (ms) |
47+
| :----: | :----: | :----: | :----: | :----: |
48+
| (numjobs 1) (50G filesize) 4k randwrite | 2988 | 0.3 | 1.2 | 18 |
49+
| (numjobs 1) (50G filesize) 4k randread | 1559 | 0.6 | 1.9 | 346|
50+
| (numjobs 1) (50G filesize) 512k write | 266 MB/s | 0.9| 600 ms | 396|
51+
| (numjobs 1) (50G filesize) 512k read | 82 MB/s | 86 | 275 ms | 901|
52+
53+
54+
| minio + diskcache(full)| iops/bandwidth | avg-latency(ms) | clat 99.00th (ms) | clat 99.99th (ms) |
55+
| :----: | :----: | :----: | :----: | :----: |
56+
| (numjobs 1) (20G filesize * 5) 4k randwrite | 2860 | 1.7| 14 | 41 |
57+
| (numjobs 1) (20G filesize * 5) 4k randread | 76 | 65 | 278 | 725|
58+
| (numjobs 1) (20G filesize * 5) 512k write | 240 MB/s | 10| 278 | 513|
59+
| (numjobs 1) (20G filesize * 5) 512k read | 192 MB/s | 12 | 40 | 1955 |
60+
61+
62+
2963

3064
## bug fix
3165

0 commit comments

Comments
 (0)