Client Domains Table


The Client Domains table contains detailed information on each client domain, derived from the domain name that accesses the Web server. This information is summarized in the Client Domains Summary table to allow a variety of statistical reports to be generated.

The following terminology is used to refer to domain names, or parts of domain names.

SyntaxExample
Domain Namewww.everyware.com, watt.eng.uwaterloo.edu
Sub-Domaineveryware.com, eng.uwaterloo.edu
Reversed Sub-Domaincom.everyware, edu.uwaterloo.eng
Client Domaincom, edu


Columns
clientDomainID
webServerID
clientDomainAbbr
clientDomain
firstHitTimestamp
lastHitTimestamp
hitsToDate
bytesSentToDate
transferTimeToDate





Indices

Unique
  1. clientDomainID
  2. webServerID, clientDomainAbbr


Column Definitions

clientDomainID

The unique ID of the Client Domain derived from the Domain Name.


webServerID

The unique ID of Web server that sent the log entry. The corresponding Web Server can be found in the WebServers table.


clientDomainAbbr

The extension found in a resolved Domain Name, i.e.: 'COM', 'NET', 'EDU', etc.


clientDomain

The literal translation of clientDomainAbbr, i.e.: 'US Commercial', 'Network', 'US Educational', etc.


firstHitTimestamp

The date and time of the first hit on the Web server.


lastHitTimestamp

The date and time of the last hit on the Web server.


hitsToDate

The total number of hits up to and including the present time.


bytesSentToDate

The total number of bytes sent up to and including the present time.


transferTimeToDate

The total time spent transmitting data up to and including the present time.


Home Page - Reports