Ik heb vangaag de nieuwe PPstats op m'n servertje gezet, hij maakt netjes alle pagina's aan (zelfs plot.gif
) maar de rest van de gegevens staan er niet 
Ik heb zo het idee dat ie m'n log files niet goed verwerkt of gewoon helemaal niet leest.
Ik heb wel tig keer alle verwijzingen na zitten kijken en ik kom er niet meer uit
Hier een paar stukjes van m'n ini files:
pp-stats-rc5.ini:
en m'm proxyper.ini:
Wat heb ik over het hoofd gezien ?
De PerProxy draait op een P133 + NT4 + IIS4
Ik heb zo het idee dat ie m'n log files niet goed verwerkt of gewoon helemaal niet leest.
Ik heb wel tig keer alle verwijzingen na zitten kijken en ik kom er niet meer uit
Hier een paar stukjes van m'n ini files:
pp-stats-rc5.ini:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| LogDir = "/program files/dnet proxy/rc5/" LogPre = "pproxyrc5" # For rc5pkeyYYYYMMDD LogSuf = "log" # For rc5pkeyYYYYMMDD.log # The personal proxy can read compressed log files after they have been # rotated. If you have this proxy option enabled and want to use ppstats, # configure the following settings. The defaults are for UNIX gzip. Command # that unzips the logfile to stdout without deleting the file is required. #ProcessZipLogs = 0 # Ignore zipped log files. ProcessZipLogs = 1 # Unzip and process all log files. LogZipSuf = "log.gz" # For rc5pkeyYYYYMMDD.log.gz LogTmpSuf = "log.tmp" # For rc5pkeyYYYYMMDD.log.tmp LogDecompressor = "gzip -d -c" # Command line zip decompressor. # Maximum number of days to read log files. A value of zero means # read all available log files without limit. A value of 365 would mean # only read back blocks done in the last year and ignore anything older. MaxDays = 365 # Set here the correct path to the proxyper.ini file. # ppstats will try to read options out of it. ProxyIni = "/program files/dnet proxy/proxyper.ini" #--- Output Options ---------------------------------------------------------- # Full path to output file location. This should end in a "/". HtmlDir = "/inetpub/wwwroot/" |
en m'm proxyper.ini:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
| [console] logfileconsole=console\logrc5 logfileconsolerotation=daily consoleverbosity="general stats keyblock server client buffers timestamp attention errlow errsevere" timestampflags=130 [rc564] expertmode=1 logfilekeyblock=rc5\pproxyrc5 logfilekeyblockrotation=daily minkeysready=2000 maxkeysready=30000 ;minkeysdone=50000 maxkeysdone=25000 |
Wat heb ik over het hoofd gezien ?
De PerProxy draait op een P133 + NT4 + IIS4