Skip to main content

Different session count between Sessions Monitor and Operations Monitor

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Andrea_Bertazzo
Support
Support

Different session count between Sessions Monitor and Operations Monitor

Last Update:

Jul 21, 2022 3:17:21 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 7, 2021 11:50:30 AM

Sessions Monitor and Operations Monitor show different values in user sessions.

It is possible that the Sessions Monitor app and the Operations Monitor app show a different number of sessions for the same user in the same time period.

 

Environment

 

Resolution

This is to be considered as a designed result. The difference is generally little: Sessions Monitor counts very short sessions that are not registered by the Operations Monitor. Users can decide which value is more valuable for their needs.

 

Cause

Sessions Monitor and Operations Monitor round the session duration in a different way. Short sessions (less than 40 seconds) are registered in the Sessions Monitor app but not in the Operations Monitor app.

 

Details: Session Duration is rounded to second in Sessions monitor. Operations Monitor rounds to 0.02 days.

Sessions Monitor (rounded to second)
Time(Floor(_sessionDuration*86400)/86400) as [Session Duration]

Operations Monitor (rounded to 1.2 minutes)
round([Session Duration]*1440,0.02) AS [Session Duration],

 

Internal Investigation ID(s)

QLIK-93584

Labels (2)
Version history
Last update:
‎2022-07-21 03:17 AM
Updated by: