How can I get QPS

and what the diffrence:query_lookups,query_reqs,stat_read_reqs

Query is secondary index query and read is normal KVS read through primary index. Query could be simple lookup of data or could be aggregation. Number query_reqs which are normal lookups are accounted under query_lookups.

HTH – Raj

Hi, If I monitor the qps,which statistics shuld be correct

Please look for read histogram for normal KVS read and query histogram for secondary index query, both of this is aerospike.log file.

HTH – Raj