Redis 3.0 Proxy集群实例测试数据
测试命令
redis-benchmark -h {IP} -p {Port} -a {password} -n {nreqs} -r {randomkeys} -c {connection} -d {datasize} -t {command} 参数参考值:-c {connect_number}:1000,-n {nreqs}:10000000,-r {randomkeys}:1000000,-d {datasize}:32。
测试方法和参数说明请参见使用redis-benchmark测试Redis性能。
测试结果
实例规格 | 实例CPU类型 | 并发连接数(个) | QPS | 99.99%延迟(ms) | 第一个100%延迟(ms) | 最后一个100%延迟(ms) |
|---|---|---|---|---|---|---|
64G | X86 | 1000 | 534960.92 | 24 | 34 | 209 |
10000 | 511362.67 | 108 | 171 | 315 |
实例规格 | 实例CPU类型 | 并发连接数(个) | QPS | 99.99%延迟(ms) | 第一个100%延迟(ms) | 最后一个100%延迟(ms) |
|---|---|---|---|---|---|---|
64G | X86 | 1000 | 584669.15 | 23 | 31 | 82 |
10000 | 533178.04 | 144 | 184 | 370 |

Redis 3.0实例暂不支持ARM CPU类型实例,仅提供X86类型的实例测试结果。

