|
|
|
|
|
|
|
|
|
|
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.
[ Next ]
|
|
|
|
|
|
-- Advertisement --
2-Minute Tutorials
How do I...
- integrate MS Office or OpenOffice with Notes?
- create cross-tab reports and charts?
- print serial letters and mailing labels?
- create PDFs in Lotus Notes?
Check out the 2-minute tutorials here. |
-- Advertisement --
Get in the Spotlight! Teamstudio Spotlight Awards 2009
For the second year, Teamstudio is holding the Teamstudio Spotlight Awards Contest to recognize developers of the Notes community for their most remarkable Notes applications! Winners will be announced at Lotusphere 2009 January and featured in DominoPower in the month of February. Prizes to include:
1st Prize: Your choice of one configured software product with installation at one site, Teamstudio's complete suite of tools for one user and an iPod Touch. 2nd Prize: Teamstudio's complete suite of tools. 3rd Prize: One tool of your choice.
For more information on how to enter, click here! |
|
|
|
|
|
|
|
|