• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ppstats help plz

GNU Files here

Download the GNUPlot folder from my ftp. Some of the newer files don't work just right.

You might have to run the perl command as such:

c:\perl\bin\perl.exe C:\pproxy\ppstats-rc5-7.1\ppstats-rc5.pl -debug

or where ever you put the perl.exe file. Oh, and reverse the / to a \ in the gnuplot path in the ppstats.ini file, it's helped a few in the past.

Jay
 
Jay: you OWN! thx much

ok got it running... but it sure does take awhile to run. is there any way to speed it up? soptinos I can disable in proxyper logging? anything... coming up on 4:30 of perl.exe using 99%cpu.. ouch if mika runs like this I'm amazed. I only have 10mb of rc5 log files over 12 days.

just finished and got an out of memory error.. help

C:\pproxy\ppstats-rc5-7.1>c:\perl\bin\perl.exe C:\pproxy\ppstats-rc5-7.1\ppstats-rc5-7.1.pl -debug
debug: fontstyle=Arial, Verdana, Helvetica
debug: Exiting init() ...
debug: Entering collect_data() ...
Out of memory!
 
ok changing the maxdays setting in the ini
# 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 = 0

from 0 to any number stops the memory error, but doesnt seem to actually get any stats. I'm thinking its a proxyper.ini log setting that I have wrong.. anyone want to post their ini?

[console]
logfileconsole=console
logfileconsolerotation=daily
consoleverbosity="general stats keyblock server client buffers timestamp attention errlow errsevere"
timestampflags=130

[rc564]
logfilekeyblock=pproxyrc5
logfilekeyblockrotation=daily
minkeysready=200000
maxkeysready=200000
maxkeysdone=500
expertmode=1


possibly a timestamp error? no clue...

yup got it.. timestamp error.. set to 194 and it worked
 
tc1,

Take a look at bphantoms log compressor. It really helps with the compression of the logs, sometime as much as 100 times it's original size.

Jay
 
Back
Top