Resolved! Command line "show session all" limited to 1024 entries
First some information on the use case:500 userseach user is generating approximately 10 simultaneous sessions => 5000 simultaneous sessionsI would like to get the amount of current sessions per user, from the command line. I currently use the API to basically do:for user in $user_list; do panxapi.py -jo " <show><session><all...




