|
|
|
|
|
|
|
|
|
|
|
|
|
|
WEB SITE MANAGEMENT
Logging and monitoring web activity with Domino
By Tony Patton
The amount of hits a web site receives often determines the success of the site. It doesn't matter how great it looks or how valuable the information if no one sees it. A hit occurs when someone accesses a site. Hits are tallied for each graphic or any other element on the page. Reloading or refreshing of a page generates another hit. For this reason, hit counts are misleading. The validity of a hit is a topic for another day. Right now, we are concerned with measuring performance on the Domino web server.
Sooner or later a client will ask if their site is being used (a.k.a. hit). This is valuable to determine the success of their site or sell advertising. It is easier to sell advertising space on a site that is hit 500,000 times a week rather than 10.
Most web servers log user access information to special log files. The log files contain valuable information about the visits to a site: browser used, IP address, bytes received/sent, page requested, previous location, etc. Generally, the log files are text files. There is a standard for the text files, so the structure of the content is consistent.
Set up logging The Lotus Domino server is no different, but it does offer an option to log activity in its native format (Notes database) or text files. If a Notes database is used, the log can be viewed from any Notes or browser client. Text files are stored on the server hard drive, so only those with access to that hard drive can access them. (Unless you've got a log analysis program that also serves analyzed pages).
Logging is set up using the Domino server document in the name and address book. The HTTP section contains fields to enable or disable logging to a domino database or text file.
To set up logging for text files, set up the log file field to Enabled; specify the directory to store the text files; specify the filename(s) for the text files (Access log, Agent log, Referer log, Error log, and CGI error log). To set up logging to a Domino database, set the Domlog.nsf field to Enabled.
Also, the server document provides an area entitled Exclude From Logging. This allows you to specify URLs, domains, access methods, MIME types, user agents, and return codes that should not be logged. Any accesses that match these settings will be excluded from the log file or database. Figure A shows the log settings area of the server document.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Advertisement --
Find unused Lotus Notes groups and clean up your address book
Have you ever wanted to get rid of old Lotus Notes groups that were cluttering up your address book, but you weren't sure if they were used? Find Unused Groups can help.
Find Unused Groups will check your ACL, mail, multi purpose and server groups to help you determine if they are used, and who uses them.
Learn how to easily clean up your address book. |
-- Advertisement --
Struggling with exporting Notes data to spreadsheets? No More!
Try IntelliPRINT, The world's leading Reporting, Dashboards, and Analysis solution for Notes & Domino
- Don't spend unproductive time maintaining different versions of the same spreadsheet
- Preserve data integrity and security in multi-user environments
- Create reports in minutes INSIDE Notes
- Get freedom from iterative report requests, deliver self-serve capabilities
Experience Reporting, Dashboards, and Analysis INSIDE Notes.
Try IntelliPRINT NOW! |
|
|
|
|
|
|
|
|
|
|