Hi,
Can anyone suggest ways to know the number of users accessing a particular application when there are multiple applications hosted on a server.
Regards,
Chetana
Discussion posts and replies are publicly visible
Typically each application has one or more groups to control access to this application. You would just have to count the members.
I mean to get a report on monthly or weekly basis for a particular application.
There are various logs that keep track of which Users logged in, logged out, which Records they viewed etc. etc. The real question is: what are wanting to do with the information? Why do you want to know which User(s) accessed which Application(s)? What will you use that information for?
The reason is - to know the usage of a particular application ; to know how many users are using this application on daily basis.
I think your use case is valid but I am not sure if there is any method available OOTB. You have to play around the log files to retrieve these details and may be build your own plugin/smart-service.