I want a line chart that shows the average length of a web session. The issue is that we are logging the numeric value in 4 separate parts with no total logged. Here are my fields per log line:
SessionID = 123
Resource = Jump
Length = .038
SessionID = 123
Resource = Run
Length = .027
SessionID = 123
Resource = Swim
Length = .056
So each SessionID has 3-4 different log lines. I want the sum of Length on all log lines per session - giving me a total length for the session. Then I want to display the average of all of the sessions in the line chart.
The timespan is extremely short. This is an iFrame and I want the line chart to show how long it takes to load the iFrame. So typically the total time span should be under a second or two but possibly a bit more.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.