Cassandra-压力测试:参数无效
Cassandra-stress test: invalid parameter
~/cassandra-stress mixed ratio\(write=5,read=1\) n=100000 用户配置文件=./cassandra.yaml 持续时间=15m 'ops\(insert=10\)' cl=QUORUM -rate threads=100 -mode native cql3 port=9042 user=cassandra password=cassandra -transport truststore=/ home/../../truststore.jks truststore-password="*********" keystore=/home/../../../cassandra-keystore.jks 密钥库-password="*******" ssl-protocol=****** ssl-alg=******* ssl-ciphers=*************** -node $NODES -port native=9042 jmx=7199
错误:参数用户无效
mixed
和 user
模式是互斥的。您需要删除 mixed ratio\(write=5,read=1\) n=100000
部分,在 .yaml
文件中指定查询和插入,然后将必要的比例指定为 ops
参数,例如: ops\(insert=3,read1=1\) n=100000
~/cassandra-stress mixed ratio\(write=5,read=1\) n=100000 用户配置文件=./cassandra.yaml 持续时间=15m 'ops\(insert=10\)' cl=QUORUM -rate threads=100 -mode native cql3 port=9042 user=cassandra password=cassandra -transport truststore=/ home/../../truststore.jks truststore-password="*********" keystore=/home/../../../cassandra-keystore.jks 密钥库-password="*******" ssl-protocol=****** ssl-alg=******* ssl-ciphers=*************** -node $NODES -port native=9042 jmx=7199
错误:参数用户无效
mixed
和 user
模式是互斥的。您需要删除 mixed ratio\(write=5,read=1\) n=100000
部分,在 .yaml
文件中指定查询和插入,然后将必要的比例指定为 ops
参数,例如: ops\(insert=3,read1=1\) n=100000