@bhakti1213 If you are already using some sort of snmp monitoring software, then you may be able to gather the required information there. Paloalto has an snmp OID for concurrent global protect connections. Obviously not as simple as generate a report in the UI, but may be this is a doable alternative for you. (If needed there is a lot of good and also free software out there to do this) As already mentionned by @BPry, you could script this ... a script that pulls the system logs and then analyzes these logs. Start with a concurrent session number of 0 and with every successful login log you increase the number and save it along with a timestamp to a file. The same of course also with logout logs where you decrease the number. In the end you have a file with a lot of timestamps and the number of concurrent global protect connections which you could nicely import to excel and greate a graph with that to visualize the concurrent connections.
... View more