Home
TeamSite
TeamSite User's Usage Report
Saif
Anyway I can get a report of the usage of all TeamSite users? I would like to know who are the most active users and who are not using TeamSite at all. Any help will be appreciated.
Find more posts tagged with
Comments
Migrateduser
Periodically run iwrecentusers and log the data, then aggregate it for a report. Or parse the logs for usernames. That's all I can think of for now.
Bowker
We've looked at doing some of this (usage stats) and found it to be difficult because people didn't logoff. This is what I came up with, but never implemented.
Divide the day up into 5 minute intervals (depends upon how fine you want your report, 5 minutes seemed reasonable).
Reading through the events.log file (<iwhome>/local/logs/events.log) searching the second column for user ids. When an ID is found, note the time and mark their '5 minute window' as active. At the end of the day, see how many '5 minute windows' there was activity and multiply by 5 minutes - there you go a rough usage. You can also report not by user, but how busy was the system at any point during the day.