I have an application that use aerospike, and I need to write a tool that get read/sec,write/sec,delete/sec,total number of object in the in aerospike in memory database. I can do this task in python or c++ - although I would prefer to do it in python. Is there a package in python that can provides all these statistics?
They have written monitors for graphite and other monitoring platforms which I’m sure could be tweaked to serve your needs:
Also you could use asloglatency