We have an extranet that we want to see who uses the site. Can we track who logs into the Extranet if we were to create different logins. For example user1 logged in daily and viewed these pages, user 2 logged in 5 times, user 3 has never logged in?
We have awstats.
I think there is a plugin for AWStats (not sure if it is installed by default) that will let you see activity by user. Matrix has a feature that allows you to insert the user's name, login etc into the Apache logs so that AWStats knows the Matrix username of the person making each request. You will need to modify your Apache log format to get it working.
Here is the info from the newsletter:
A new system configuration screen has been created to allow you to make
MySource Matrix data (such as the currently logged in user's name and
ID) available to Apache and its modules. This can be used, for example,
to add user information into the Apache logs. Just configure a Request
Note for User ID, set the Request Note Name to matrix-user-id, then use
%{matrix-user-id}n in the Apache log format. The ID of the logged in
user will now be recorded in Apache's access log.