Skip to main content
udhayak0001
Inspiring
October 17, 2024
Solved

Ways to find peak user session report

  • October 17, 2024
  • 2 replies
  • 0 views

Hi All, 

I wanted to ask if there's a way to determine the peak and average number of user logins during a specific time period. This information is needed to help scale the infrastructure in an on-premise environment.

Thanks in advance
Best answer by yogip3177
You can use the log file 'login-audit.csv'. Also, session details can be found by using login-audit.csv and logout-audit.csv

2 replies

yogip3177Answer
October 17, 2024
You can use the log file 'login-audit.csv'. Also, session details can be found by using login-audit.csv and logout-audit.csv
udhayak0001
Inspiring
October 18, 2024

Thanks yogi