Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have sample from QV server Sessions log.
Data is about document access history (from access point).
SessionStart, SessionEnd, Document,Server,CalType
I want to calculate concurrent sessions:
Maximum concurrency per server
Maximum concurrency per server per CAL
What are the documents contributing for max concurrency?
How many sessions each of those document had?
Which document was the biggest contributor?
Appreciate your inputs on this.
Regards,
Poonam
Attached is the general script I use to process QV Server Logs into QVDs, including concurrent session calculation. I calculate concurrency to the second but then save only the max value per hour and CAL Type. Feel free to modify to fit your own needs.
-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com
Are you familiar with the Governance Dashboard? It has a section to analyze sessions and has most of what you have listed.
How to configure the Governance Dashboard
Kind Regards,
Attached is the general script I use to process QV Server Logs into QVDs, including concurrent session calculation. I calculate concurrency to the second but then save only the max value per hour and CAL Type. Feel free to modify to fit your own needs.
-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com
Thanks Rwunderlich!
Appreciate your help.
Thanks NadiaG for Link to Governance dashboard!