• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue AWStats high CPU in localhost.localdomain

ic3_2k

New Pleskian
Server operating system version
AlmaLinux 8.10
Plesk version and microupdate number
Plesk Obsidian 18.0.73.4
Hello,

I'm facing a problem tat I don't know how to solve, my plesk is accessed via the ip name given by the host provider something like ns31234568.ip-37-172-26.com, locigally this name is not in the list of domains.
The problem is that the CPU goest 100% when awstats upates his data, creating several proceses like this:

Bash:
/usr/bin/perl /usr/share/awstats/wwwroot/cgi-bin/awstats.pl -update -config=ns31234568.ip-37-172-26.com -configdir=/etc/awstats
/usr/bin/perl /usr/share/awstats/wwwroot/cgi-bin/awstats.pl -update -config=localhost.localdomain -configdir=/etc/awstats

Bur when I try to disable it fails, as there is no confgured localhost.localdomain or ns.....


Bash:
~ plesk bin domain --update localhost.localdomain -webstat none
Unable to find domain with name 'localhost.localdomain'
exit status 4
 
Hello, @ic3_2k . Could you please try manually killing those processes:

Code:
ps auxf | grep awstats.pl
kill PID

If the issue reoccurs next time the Awstats process runs, please provide us with the content of /etc/awstats/awstats.model.conf
 
Back
Top