WebUsers Table
The Web Users table contains detailed information provided by registration,
or authentication, on the Web server. The Web Users table contains the following
columns:
Columns
webUserID
webServerID
webUserName
firstHitTimestamp
lastHitTimestamp
hitsToDate
bytesSentToDate
transferTimeToDate
Indices
Unique
- webUserID
Non-Unique
- webServerID, webUserName
Column Definitions
webUserID
The ID of the web user.
webServerID
The unique ID of Web server that sent the log entry. The corresponding Web
Server can be found in the WebServers table.
webUserName
The name of the web user.
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