disable analog stats from specific account

Goodel

Registered
Jun 26, 2007
1
0
51
Hello,

is it possible to disable the analog stats on a specific account(user=userurl and domain=subdomain.url.com) cause is overloading the server taking up over 70% memory and 70% cpu, all other accounts analog stats are ok. also is it a way to auto kill the process if it comes up so i wont have to manually kill it everytime

9810 userurl 19 0.0 69.9


/usr/local/cpanel/3rdparty/bin/analog+CIMAGEDIR/images/+CDOMAINSFILE/usr/local/cpanel/3rdparty/share/analog/lang/ukdom.tab+CCHARTDIR./+CALLCHARTON+CLANGUAGEUS-ENGLISH+CLANGFILE/usr/local/cpanel/3rdparty/share/analog/lang/us.lng+COUTFILE/home/userurl/tmp/analog/subdomain.url.com/7.html+CLOCALCHARTDIR/home/userurl/tmp/analog/subdomain.url.com/+CCACHEOUTFILE/home/userurl/tmp/analog/subdomain.url.com/cache.out+CCACHEFILE/home/userurl/tmp/analog/subdomain.url.com/cache+CVHOSTON+COSREPON+CBROWSERON+CFULLBROWSERON+CREDIRREFON+CREFSITEON+CFAILREFON+CLOGFORMATCOMBINED+CHOSTNAMEsubdomain.url.com+CHOSTURLhttp://subdomain.url.com//usr/local/apache/domlogs/subdomain.url.com

Thanks!
 

cPanelDon

cPanel Quality Assurance Analyst
Staff member
Nov 5, 2008
2,544
13
268
Houston, Texas, U.S.A.
cPanel Access Level
DataCenter Provider
Twitter
is it possible to disable the analog stats on a specific account(user=userurl and domain=subdomain.url.com) cause is overloading the server taking up over 70% memory and 70% cpu, all other accounts analog stats are ok. also is it a way to auto kill the process if it comes up so i wont have to manually kill it everytime
enable "Statistics Software Configuration" in WHM
What Dalem suggested is correct; the desired task may be accomplished via WHM using the Statistics Software Configuration area as detailed below.

Disabling a stats program for a specific user may be performed using the following steps:
1.) Access WHM: Main >> Server Configuration >> Statistics Software Configuration
2.) Under User Permissions click "Choose Users."
3.) On the next page that loads, after "Choose Specific Stats Programs for" enter the desired username then click "Configure."
4.) The following page will allow you to select the stats programs that the user may use; to finalize and submit changes click "Save."

Also via Statistics Software Configuration in WHM, the Generators Configuration settings may be customized to either disable by default or completely disable Analog stats for all users; it is possible to keep Analog available so that it will only run if explicitly enabled in a user's stats configuration.
 
Last edited:

kuldeep_

Well-Known Member
Apr 24, 2010
54
0
56
You can also do following to disable awstat.

SSh to server as root and edit fille /var/cpanel/users/cpanwe_username
and add following

FEATURE-ANALOG=0

save and exit the file.

similarly if you wish to disable awstat and weblizer add following.

FEATURE-AWSTAT=0
FEATURE-WEBLIZER=0
 
Last edited: