Web Hosting Talk







View Full Version : parseReport.pl Problems ... Help Please!


noti
11-27-2001, 02:25 AM
i am with raq3 512ram ... i have been experiencing too much load of logs process since last week and parseReport.pl alone has been using 80% - 90% of both cpu and memory ... i tried to disable log process by commenting out :

#CustomLog /var/log/httpd/access combined

in httpd.conf ... but the problem is still there and today i received a alert email stating :

"The PostgreSQL server is down and cannot be restarted."

what's the problem anyway? and how can I stop the parseReport.pl processing?

dnid
11-30-2001, 04:09 AM
Look for large files with the name web.stats, web.cache and web.cache.new and delete them.

Sometimes they are > 200 MB and eat up all your memory when analog and parseReport.pl are running.

This will find files > 5000 KB including big stats-files:

find / -size +5000k

Well, if you delete these files you reset your stats, but this is the smallest problem.

Daniel

noti
11-30-2001, 10:49 AM
thanks pal :)

i deleted the file the 2 files 2 days ago and solved the problem :)