wojciech.kapcia@tigase.net opened 3 years ago
|
|
Implemented for last day, week and 30 days. Value is calculated every hour (should not impact performance). I didn't re-added index on |
Type |
Task
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.3.0
|
Spent time |
9h 15m
|
Issue Votes (0)
Watchers (0)
Currently we only expose statistics related to currently connected users. Considering that more and more people use mobile devices with push enabled this metric is not exactly adequate to assess number of users on the server. It would be nice to have statistics regarding user active in last x (last 24h, last week, last month) based on the last login time from the database. I could be cached and calculated once a day (new method
everyDay
similar toeverySecond
/everyMinute
/everyHour
)