PathArgs Table


PathArgs are path arguments, that appear in the URL after a $ sign. The PathArgs Table contains the following columns:



Columns
pathArgsID
webServerID
pathArgs
firstHitTimestamp
lastHitTimestamp
hitsToDate





Indices

Unique
  1. pathArgsID


Non-Unique
  1. webServerID, pathArgs


Column Definitions

pathArgsID

The unique ID of the Path Arguments passed.


webServerID

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


pathArgs

The path arguments.


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.


Home Page - Reports