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 !