Agents Table


An agent is the type of web browser used by your Web site users. This table contains a row for each web browser used to access your site. Bolero adds new agents to this table automatically the first time the browser is used with your site.


Columns
agentID
webServerID
agent
firstHitTimestamp
lastHitTimestamp
hitsToDate
bytesSentToDate
transferTimeToDate





Indices

Unique
  1. agentID


Non-Unique
  1. webServerID, agent


Column Definitions

agentID

The unique ID of the Agent (Browser).


webServerID

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


agent

The user's browser (for example, Netscape, Microsoft Explorer, Mosaic).


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