# Statistic rate tool

**URL:** https://discuss.aerospike.com/t/statistic-rate-tool/4300
**Category:** Monitoring
**Tags:** python
**Created:** [June 25, 2017, 2:33pm UTC](https://discuss.aerospike.com/t/statistic-rate-tool/4300 "2017-06-25T14:33:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![yaroni](https://avatars.discourse-cdn.com/v4/letter/y/54ee81/32.png) [@yaroni](https://discuss.aerospike.com/u/yaroni)
#### Post date: [June 25, 2017, 2:33pm UTC](https://discuss.aerospike.com/t/statistic-rate-tool/4300/1 "2017-06-25T14:33:18Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![Albot](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.aerospike.com/albot/32/2076_2.png) [@Albot](https://discuss.aerospike.com/u/Albot)
#### Post date: [June 25, 2017, 9:17pm UTC](https://discuss.aerospike.com/t/statistic-rate-tool/4300/2 "2017-06-25T21:17:44Z")

</div>

They have written monitors for graphite and other monitoring platforms which I’m sure could be tweaked to serve your needs:

> **[GitHub - aerospike-community/aerospike-graphite: Aerospike monitoring for...](https://github.com/aerospike-community/aerospike-graphite)**
>
> Aerospike monitoring for Graphite - a community driven open source project - GitHub - aerospike-community/aerospike-graphite: Aerospike monitoring for Graphite - a community driven open source project

> **[GitHub - aerospike-community/aerospike-nagios: Aerospike Nagios Integration -...](https://github.com/aerospike-community/aerospike-nagios)**
>
> Aerospike Nagios Integration - a community driven open source project - GitHub - aerospike-community/aerospike-nagios: Aerospike Nagios Integration - a community driven open source project

Also you could use asloglatency

> **[Log Latency Tool (asloglatency) | Aerospike Documentation](https://docs.aerospike.com/tools/asloglatency)**
>
> Learn how asloglatency, the Aerospike Log Latency tool, analyzes histograms in the Aerospike log files and renders the latency measurements into a tabular, easy to read form.
