number-of-session-timeline dataset question
Hello everybody,
There's available in-a-box the 'number-of-session-timeline" dataset querying Traffic log this way:
select $flex_timescale(timestamp) as hodex, sum(sessions) as sessions from ###(select $flex_timestamp as timestamp, count(*) as sessions from $log where $filter and logid_to_int(logid) not in (4, 7, 14) group by timestamp order by timestamp desc)### t group by hodex order by hodex
How should we understand that 'count(*) as sessions' ? Like an acumulated sum in the hour?
Results are (very) far from those I can see as "sessions" value during a normal day in the box, whether looking widgets or parsing the output of 'get sys perfomance status' CLI command.
I'd appreciate very much your interpretation.
