Home
TrafMeter Web Online Help
TrafMeter
What is TrafMeter?
License Agreement
TrafMeter Editions
Registration Info
How To Contact Us
Description
System requirements
Introduction
Installation Package
Installation Guide
Opening the configuration
Selecting NIC
Capturing the traffic
TrafMeter Service Monitor
User authentication
Sending SMS
NAT
Traffic Shaper
Viewing the Traffic Counters
Processing the captured packet
Logging the Application Events
Logging the denied packets
Firewall
Zeroing counters
Users
Filter Manager
Filter Editor
Rule Editor
IP Address Groups
Database Connection String
XML Traffic Reports
Using XSL formatting
The example of XSL formatting
The example of XSL formatting (2)
Traffic Logging into the Database
Database table
Packet Logging
Into the plaintext file
Filename template
Into the database
Database Table
Microsoft SQL Server Syntax
MySQL Server Syntax
Microsoft Access Syntax
Useful SQL scripts
Host Header Logging
Into the plaintext file
Into the database
Database Table
Microsoft SQL Server Syntax
MySQL Server Syntax
Microsoft Access Syntax
Result Codes
Counting VPN packests
Table for storing Filter Names
Registry Settings
FAQ
TrafMeter FAQ
Traffic counting with TrafMeter FAQ
Configuration examples
Example 1
Example 2
Example 3
Example 4
Example 5
Example 6
Example 7
Example 8
Knowledge base
IP protocol number
Type Of Service (ToS) field
MAC address
Promiscuous mode
Ethernet hub
Ethernet switch
Ethernet
NAT router
HOWTO: Creating an OLE DB Connection String for Microsoft SQL Server
HOWTO: Creating an OLE DB Connection String for an Access
HOWTO: Creating an OLE DB Connection String for MySQL
Manual editing of the XML files
Zeroing counters using TrafReset
How to enable
Reloading the Filterset

Host Header Logging into the plaintext file

This feature is the simplest way to track HTTP requests which packets match at least one rule listed in the filter. To use Host Header Logging into the plaintext file, you should specify a Filename template for the logfiles. Every filter must have a unique Filename Template because it has own independent Host Header Collector.

Each line of the logfile contains information about one captured HTTP Request, for example:

2003-11-26 18:39:13   4 11 1  GET www.w3.org 192.168.4.5:1410 216.16.16.105:80 1218 24609
2003-11-26 18:39:19   4 11 1  GET www.w3.org 192.168.4.5:1411 216.16.16.105:80 748 12006
2003-11-26 18:39:31   4 11 1  GET www.w3.org 192.168.4.5:1412 216.16.16.105:80 718 12060

Where: 

Column

Description

1

Date when this record appeared in the logfile

2

Time when this record appeared in the logfile

3

Filter Id

4

Type of the HTTP request

5

Exit code of the HTTP request

6

Method of the HTTP request

7

Host name

8

IP address and TCP port number of a client

9

IP address and TCP port number of a server

10

Number of bytes transferred from the client to the server

11

Number of bytes transferred from the server to the client

This HTML Help has been published using the chm2web software.