Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    How can I find out about the number of Web users during peak times?

    • Article Type: Q&A
    • Product: Aleph
    • Product Version: 22

    Question

    How can I find out about the number of Web users during peak times?

    Answer

    To analyze the WWW server log files:
    1. cd $LOGDIR
    2. run command

    grep 'Active users' $LOGDIR/www_server_*.log* | cut -d: -f 3 | sort -nru | head

    Additional Information

    This will give the number of active users from the historic www-server-log-files that you have under $LOGDIR.
    The period of time covered by the command depends on the number of days you retain the logfiles.

    Category: Web OPAC (500) - ALEPH

    Subject: ALEPH - 500


    • Article last edited: 1/28/2015