To use the program it is not simple,
and Very simplly.;) - is enough to start program without parameters or
with By key -h.
To control the program It is possible through parameters
of a command line and Ini-file , or
them By combination, the parameters of a command line have the greater
priority and them better To use for refinement-change defaults of adjustments,
given in ini-file
Command line keys:
httplog |
-
|
default "http.log" |
login |
-
|
login for filter, default "*" - for
all |
ip |
-
|
ip-address,ip-address filter, defaut "*"
- for all |
begin |
-
|
start date and time, default "1.01.2000 00:00:00"
|
end |
-
|
end date and time, default "31.12.2100 00:00:00" |
today |
-
|
statistic for current day |
week |
-
|
statistic for current week |
month |
-
|
statistic for current month |
days=n |
-
|
statistic for lasts n days |
html |
-
|
report int html-format |
cgi |
-
|
add header "Content-type: text/html"
in html-report, use in cgi-mode |
http |
|
parse http.log |
mail |
-
|
parse mail.log |
dial |
-
|
parse dial.log |
fast |
-
|
enable fast search in log (only for serial log's!),
default disabled |
? or/? or -h
or help or no parameters |
-
|
type this text |
default |
-
|
- all parameters received from wrla.ini, lost
or incorrect set in"default" |
wrla.ini
Reduced here values are set by default
[global]
; common option
logdirectory=D:\Program Files\WinRoute Pro\logs\
;directory with log-file, required!
http=http.log
dial=dial.log
mail=mail.log
errors=errors.txt
[report]
begin=01.01.2000 00:00:00
end=31.12.2005 00:00:00
login=*
;mask user* are not supported yet
ip=*
;mask 192.168.*.*are not supported yet
format=text
; report format text or html
sortOrder=traffic
;The order of sorting traffic, or names/IP (name),
or to not grade (none)
http=1
;parse http.log
dial=1
;parse dial.log
mail=1
;parse mail.log
[html]
;color definition for html-report
pagecolor=#BDFDF0
;page bacground color
textcolor=#000000
; text color
tablecolor=#FFFFFF
;table background color
tabletextcolor=#000000
;text color in tables
headercolor=#CCCCCC
;tables header color (first line)
[user1]
; list email user1
1=mailbox1@domain.com
3=mailbox2@domain2.com
[user2]
; list emailuser1
3=mailbox2@domain2.com
The program injects all
into the console, whence report is possible To export to a text file::
wrla.exe default >report.txt
For a output as html-page:
wrla.exe html >report.html
For review of statistics through WWW use URL Type:
http://server/cgi-bin/wrla.exe?html+cgi
- the percents of received externalmail are considered
on relation to adopted external traffic
- the percents of the sended external mail are considered
on relation to transferred external traffic
- Inequality of digits in the shipped mail, for example,
The sum of external SMTP-traffic on the users is more than general traffic
Means, that WinRoute a smog to send mails less than was put In sequential
queue of transfer. It is an occasion for looking up of reasons, by one
of which can To be manual deleting of mail the manager or other people
(hackers?)
- the local mail traffic is considered on the obvious
sizes The letters: if user1 has sent one letter by the size 1кБ for
user2 with a copy user3, in its local SMTP-statistics will stand 1 kb,
1 msg, And accordingly in local POP3 to statistics for user2 - 1kb,
1msg. Statistics for user3 conduct in this case can not - about it there
are no Records in log-file.
- line "SMTP received" contains data on To
reception WinRoute of reset mail from the higher server. For example,
At the incorrect email address of the receiver.
ip.ini
The Description of groups of IP-addresses and their
binding to computers
In the file should be not less than one section - To last
To group will be all nonspecified IP.
[Group-IP1]
; section of the description of IP for group Group-IP1
;format: IP=Computer name or definition - any text
192.168.0.1=computer1
192.168.0.2=computer2
......
[Other]
;; section of the description of other IP
users.ini
Users groups definition
In the file should be not less than one section - To last
To group will be all nonspecified users.
[UserGroup1]
; section of the description of the users for group UserGroup1
;ащкьфе: login=Full user name or definition - any text
login1=User1-1
login2=User1-2
[UserGroup2]
;section of the description of the users for group UserGroup1
login3=User Name 2-1
login4=User Name 2-2
......
[Other]
; section of the nonspecified users
|
|