Show active user counts in Admin -> Sessions

Title: Show active user counts in Admin → Sessions

  1. 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.

  1. Which are one or two concrete situations where this problem hurts the most?

Performance optimization on the zammad system.

  1. 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"
  1. 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)
4 Likes