How-To Guides
...
Data Model Dictionary
Built-In Dashboards and Charts

Session Dashboard

2min

Filter

Data can be filtered by:

  • Date
  • Access Protocol (RDP, SSHv2, etc.)
  • User name (admin, sa, etc.)
  • System Name (10.20.40.90, etc.) 

Charts 

# of Sessions by User: The chart that calculates how many times a user logs in. It is obtained by grouping the user_name column from the sc_sessions table. 

# of Sessions by Access Protocols: The chart that counts by which protocol purpose the sessions are opened. Group the column access_protocol from the sc_sessions table to show how many times they opened. 

# of Sessions by System: The chart that shows the number of sessions by the host. It is obtained by grouping host_name from the sc_sessions table.      

# of Sessions by User in a Time Period: It is formed by filtering the Memory Usage / Week chart by day, So it shows how many times a user logged in a day. Uses the user_name column from the sc_sessions table.