Was wondering if the number of active user sessions is logged anywhere? I know that in system.csv there is an active sessions metrics captured, but that's active application sessions, which is not 1 to 1 with active users. I could look into the login audit log, but this doesn't capture log out, so I'm really at a loss on how to answer the question "How many active users were in the system at noon?".
Any thoughts on this? Is there a log file where this is captured? Or can this be derived from other data that is logged?
Discussion posts and replies are publicly visible
Just a wild guess we can play around the data in the login audit by storing it on the database session wise or hourly and analyse on the data that is being saved in to the Data