I do know that there is not a function built into 4.5 that will display the number of currently logged on users. After looking at the audit.log file I was wondering if this might be a way to get a count users that logged on.
Would doing
HTML Code:
grep "cmd=Auth" audit.log
then sorting out the status "INFO"
give me a good count of the number of logins for any specified time?
Anyone know if this is a way to get a count users that have successfully logged on?
Thanks
Vince