Title: Show active user counts in Admin → Sessions
- What is your original issue/pain point you want to solve?
Currently it is hard to see what load is present on a zammad instance.
- Which are one or two concrete situations where this problem hurts the most?
Performance optimization on the zammad system.
- Why is it not solvable with the Zammad standard?
Currently you can only show the current user count via e.g:
root> zammad run rails r "puts Sessions.list.uniq.count"
- What is your expectation/what do you want to achieve?
Improve #system/sessions with more information e.g.:
- active users (now)
- active users (7d avg)
- active users (30d avg)
- active users (365d avg)