Continuing the discussion from How to test and benchmark Aerospike (vs. Couchbase):
Hi, This post is related to what am doing, I have setup Aerospike and configured c and Java clients, but am not sure how to run benchmark tests against the DBs. First I didn’t understand what are the two different steps - load data and stress / performance test against the namespace using the AS clients.
How to get to know what is the exact performance being delivered - because AMC dashboard has Total TPS and successful TPS, which one should I consider,
Otherwise simply to try I ran the command shown in the benchmark example page, which ran for 15 mins and stopped with the below error:
“2015-12-07 16:18:37 ERROR Server is currently in readonly mode. Shutting down...
”
I couldn’t understand why? all of a sudden?
Same time I wanted to use NVMe SSD, which it was not allowing, when i insert a new namespace with the ssd device settings provided as below:
storage-engine device {
device /dev/nvme0n1
write-block-size 128K
scheduler-mode noop
}
DB doesn’t start properly, the cake message doesn’t appear in log file.
I badly need some help.
thanks