![]() |
|
Customer Support
Is there a way to tell the amount of traffic going to my
subdomains?
Webalizer and Wusage do not provide a good way to tell how much traffic your subdomains handle. However, you can produce a good approximation of hits to your subdomains in a few easy steps:- Enable access logs for your account.
- Set up a crontab to run this command at the end of every month:
cat /log/access_log | gawk '{ print $NF; }' | sort | uniq -c | sort -rn
Notice: The above command must be on one line in the crontab.
User-Contributed Notes |
|
| There are no user-contributed notes for this topic. |
Related Questions:
What is the difference between hits and visits in my stat reports?
How do I customize my Webalizer stat reports?
Can I have hit stats or a hit counter?
What does everything in a Webalizer report mean?
How often are stat reports generated?
Where can I get the HTML and JavaScript code for my Power Phlogger account?
Browse Categories:Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales |

