且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

cassandra压力测试

更新时间:2022-09-18 09:17:34

http://docs.datastax.com/en/archived/cassandra/2.2/cassandra/tools/toolsCStress.html?hl=stress

 

Simple read and write examples

$ cassandra-stress write n=1000000

Insert (write) one million rows.

$ cassandra-stress read n=200000

Read two hundred thousand rows.

$ cassandra-stress read duration=3m

Read rows for a duration of 3 minutes.

$ cassandra-stress read n=200000 no-warmup

Read 200,000 rows without a warmup of 50,000 rows first.














本文转自张昺华-sky博客园博客,原文链接:http://www.cnblogs.com/bonelee/p/6279509.html,如需转载请自行联系原作者