Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G3 - Aufgabe 3: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
Line 5: Line 5:
===The Common Logfile Format===
===The Common Logfile Format===
The common logfile format is as follows:
The common logfile format is as follows:
     ''remotehost rfc931 authuser [date] "request" status bytes''
     ''remotehost rfc931 authuser [date] "request" status bytes''
''remotehost'': Remote hostname (or IP number if DNS hostname is not available, or if DNSLookup is Off.


'''remotehost'''
''rfc931'': The remote logname of the user.  
    Remote hostname (or IP number if DNS hostname is not available, or if DNSLookup is Off.
 
'''rfc931'''
    The remote logname of the user.  


'''authuser'''
''authuser'': The username as which the user has authenticated himself.  
    The username as which the user has authenticated himself.  


'''[date]'''
''[date]'': Date and time of the request.  
    Date and time of the request.  


'''"request"'''
''"request"'': The request line exactly as it came from the client.  
    The request line exactly as it came from the client.  


'''status'''
''status'': The HTTP status code returned to the client.  
    The HTTP status code returned to the client.  


'''bytes'''
''bytes'': The content-length of the document transferred.
    The content-length of the document transferred.


==Aim of the Visualization==
==Aim of the Visualization==
==Designproposal==
==Designproposal==

Revision as of 21:39, 16 November 2005

Topic: Webserver Logfile Visualization

Application Area Analysis

Dataset Analysis

Target Group Analysis

The Common Logfile Format

The common logfile format is as follows:

   remotehost rfc931 authuser [date] "request" status bytes

remotehost: Remote hostname (or IP number if DNS hostname is not available, or if DNSLookup is Off.

rfc931: The remote logname of the user.

authuser: The username as which the user has authenticated himself.

[date]: Date and time of the request.

"request": The request line exactly as it came from the client.

status: The HTTP status code returned to the client.

bytes: The content-length of the document transferred.

Aim of the Visualization

Designproposal