Monitor read and write operations on namespaces

Hello,

I’d like to monitor the count of read/write operations on specific namespaces.

All I found are the global statistics : asinfo -v statistics -l

stat_read_reqs=1496461301
stat_read_reqs_xdr=0
stat_read_success=649203118
stat_read_errs_notfound=847247694
stat_read_errs_other=0
stat_write_reqs=155275839
stat_write_reqs_xdr=0
stat_write_success=155274104
stat_write_errs=0

And the asinfo -v namespace/mynamespace command doesn’t return any read/write info on my namespace.

How can I solve this ?

Thank you !

Looks like you are running a build prior to 3.9.0. The transaction metrics in 3.9.0 are at the namespace level.

For more details on stat changes in 3.9.0 please refer to: http://www.aerospike.com/docs/operations/upgrade/stats_to_3_9