11-11-2014 06:08 AM
Does anyone know if there is a report I can run to determine the average number of users for a period on time? I can see reports for number of connections and for transactions but that isn't necessarily the number of users.
Ironport WSA S370 AsyncOS 8.0.6-119 for Web
Thanks
11-12-2014 02:49 AM
If you have the data in splunk, just count unique client addresses for that period?
Or copy accesslogs to a *nix machine and run something like:cut -d " " -f 3 logfile.s |sort|uniq|wc -l
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
Log in to Community