Skip to content

Instantly share code, notes, and snippets.

@tmusabbir
Last active January 2, 2016 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmusabbir/8379250 to your computer and use it in GitHub Desktop.
Save tmusabbir/8379250 to your computer and use it in GitHub Desktop.
Cassandra Stress Test
Cassandra Stress Test
[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
[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