Sidekiq::QueueStats 
Keeps track of Sidekiq job count and adds a tab to the Web UI to let you view totals.
[WARNING] Large amounts of jobs in queues can cause this gem to slowly load. Use the 'Live Poll' button at your own risk.
Installation
Add this line to your application's Gemfile:
gem 'sidekiq-queue-stats'
Usage
Simply having the gem in your Gemfile is enough to get you started. Your job count will be visible via a Worker Stats tab in the Web UI.

Dependencies
Depends on Sidekiq >= 2.16.0
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
License
Released under the MIT License. See the LICENSE file for further details.