分布式缓存服务 DCS-使用redis-benchmark测试Redis性能:redis-benchmark常用命令举例
redis-benchmark常用命令举例
- 单机、主备、读写分离和proxy集群的测试命令:
./redis-benchmark -h {IP或 域名 } -p 6379 -a {password} --threads {num} -n { nreqs } -r { randomkeys } -c {clients} -d {datasize} -t {command}
- cluster集群测试命令:
./redis-benchmark -h {IP或域名} -p 6379 -a {password} --threads {num} -n { nreqs } -r { randomkeys } -c {clients} -d {datasize} --cluster -t {command}
- 测试短连接:
./redis-benchmark -h {IP或域名} -p 6379 -a {password} --threads {num} -n { nreqs } -r { randomkeys } -c {clients} -d {datasize} -k 0 -t {command}
- 测试空闲连接:
./redis-benchmark -h {IP或域名} -p 6379 -a {pwd} -c {clients} -I
- 性能测试使用教程_性能测试操作步骤_性能测试快速入门-华为云
- 性能测试使用流程_性能测试怎么样_性能测试 CodeArts PerfTest-华为云
- 什么是性能测试_性能测试作用_性能测试 CodeArts PerfTest-华为云
- 性能测试有哪些特性_性能测试特点_性能测试 CodeArts PerfTest-华为云
- 性能测试基本概念_性能测试有什么作用_性能测试 CodeArts PerfTest-华为云
- 性能测试产品优势_性能测试应用场景_性能测试CodeArts PerfTest-华为云
- 分布式缓存服务Redis优势_分布式缓存服务Redis_华为云
- JMeter测试工程原生性能压测_性能测试服务_性能压测-华为云
- 分布式缓存服务Redis的安全能力_分布式缓存服务Redis的数据安全性
- 分布式缓存服务Redis版_什么是分布式缓存