Skip to content

Commit

Permalink
test(backup): Measure read/write latency during back up
Browse files Browse the repository at this point in the history
* 50% reads and 50% writes.
* Compaction enabled.
* 75%-85% CPU utilization
* Expect up to 6-7ms P99 read latencies.
* Expect not more than 10ms read latency during backup
  • Loading branch information
kreuzerkrieg committed Dec 30, 2024
1 parent 8e6ae00 commit bc63818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/manager/100GB_dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ prepare_write_cmd: [ "cassandra-stress write cl=ALL n=26214400 -schema 'replicat
"cassandra-stress write cl=ALL n=26214400 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=500 -col 'size=FIXED(1024) n=FIXED(1)' -pop seq=52428801..78643200",
"cassandra-stress write cl=ALL n=26214400 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=500 -col 'size=FIXED(1024) n=FIXED(1)' -pop seq=78643201..104857600" ]

stress_cmd: [ "cassandra-stress mixed cl=QUORUM duration=10m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate 'threads=100 fixed=5000/s' -col 'size=FIXED(1024) n=FIXED(1)'" ]
stress_cmd: "cassandra-stress mixed cl=QUORUM duration=10m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate 'threads=100 fixed=5000/s' -col 'size=FIXED(1024) n=FIXED(1)'"

instance_type_db: 'i4i.4xlarge'
instance_type_loader: 'c6i.xlarge'

0 comments on commit bc63818

Please sign in to comment.