Last active
January 2, 2016 23:49
-
-
Save tmusabbir/8379250 to your computer and use it in GitHub Desktop.
Cassandra Stress Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cassandra Stress Test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-10-0-0-57 ~]# cd target/appassembler | |
[root@ip-10-0-0-57 ~]# bin/stress -o insert -b 1000 -c 10 -n 1000000 -t 5 10.0.0.14:9160,10.0.0.12:9160,10.0.0.13:9160,10.0.0.166:9160,10.0.0.167:9160 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-10-0-0-57 ~]# git clone https://github.com/zznate/cassandra-stress.git | |
[root@ip-10-0-0-57 ~]# cd cassandra-stress | |
[root@ip-10-0-0-57 ~]# mvn install | |
[root@ip-10-0-0-57 ~]# chmod +x ./target/appassembler/bin/stress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment