orginux / lab-cassandra-stress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lab-cassandra-stress

Run tests:

docker exec -it cassandra-1 bash
cd /opt/cassandra/tools/bin/
./cassandra-stress user profile=/var/lib/stress-profiles/test_profile_1.yml duration=1m "ops(insert=1)" truncate=once

Monitoring:

docker exec -it cassandra-2 bash
watch  -t -d nodetool tablehistograms stresscql test

About