# Improve sidekiq statistics

**URL:** https://meta.discourse.org/t/improve-sidekiq-statistics/72506
**Category:** Feature
**Created:** [October 20, 2017, 11:27pm UTC](https://meta.discourse.org/t/improve-sidekiq-statistics/72506 "2017-10-20T23:27:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [October 20, 2017, 11:27pm UTC](https://meta.discourse.org/t/improve-sidekiq-statistics/72506/1 "2017-10-20T23:27:46Z")

</div>

Lately I seem to have some problems with sidekiq jobs.  
As on sidekiq I can not see the logs of failed processes it is always a little mystery to understand what did not work.  
For example, looking on the dashboard and set the stats for 6 months I can see this graphic:

 ![](https://global.discourse-cdn.com/meta/original/3X/f/4/f40b360a249a3e73707469f9d07883d93506f51a.png)

The chart tends to rise steadily and after about 20000 processes it seems to reset and start over again.

So I was looking for github if there was some update-plugin-something to implement the sidekiq interface and I found this [GitHub - davydovanton/sidekiq-statistic: See statistic about your workers · GitHub](https://github.com/davydovanton/sidekiq-statistic).

Has anyone already tested it?

_(damned keyboard shortcuts, I saved the post before finishing writing 🙄)_

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [October 21, 2017, 4:33pm UTC](https://meta.discourse.org/t/improve-sidekiq-statistics/72506/2 "2017-10-21T16:33:08Z")

</div>

We were able to install the gem `'sidekiq statistics'` on our test server, I thought there would be more problems. Currently sidekiq is active and working and the tab statistics is visible.

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [October 24, 2017, 7:44am UTC](https://meta.discourse.org/t/improve-sidekiq-statistics/72506/3 "2017-10-24T07:44:55Z")

</div>

We used to ship the gem with Discourse but it was removed due to

[https://github.com/davydovanton/sidekiq-statistic/issues/73](https://github.com/davydovanton/sidekiq-statistic/issues/73)

which results in a memory leak in Redis.
