Hi.
I installed ACT 6.4 in my server.
I have 2 question related with benchmark config and result.
-
How can i run using only 1.5KB objects? Aerospike said used 1.5K blocks from ssd certification document. These devices were tested at the specified speed with a 67% read/33% write ratio of 1.5 KB objects over 24 hours. - Certifying Flash Devices (SSDs) | Aerospike Documentation
I knew to that ACT have 2 types benchmark. act_storage, act_index. Default config of act_storage read/s :2000, write/s 1000 - 67% read, 33% write record bytes : 1.5K large-block op kbytes : 128K
Default config of act_index read/s :2000, write/s 1000 - 67% read, 33% write Block size : 4K So, Which benchmark type should I choose between storage and index for run with only 1.5K blocks?
-
How can get a speed(tps)?
I can get a this result of 100x test using my SSD. after 86400 sec: reads (17278272000 total) (00: 17254429247) (01: 0023325451) (02: 0000517262) (03: 0000000039) (04: 0000000001) /dev/nvme0n1-reads (17278272000 total) (00: 17254429247) (01: 0023325451) (02: 0000517262) (03: 0000000039) (04: 0000000001) large-block-reads (203294117 total) (00: 0202334375) (01: 0000921504) (02: 0000038237) (03: 0000000001) large-block-writes (203294118 total) (00: 0203294114) (01: 0000000001) (02: 0000000002) (06: 0000000001)
Can I refer to this result to calculate the speed(tps)?