Home
 

Customer Support

Search for keywords:

Browse by category:

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:
  1. Enable access logs for your account.
  2. 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.
When the command runs, it will email you a list of your subdomains sorted by the number of hits that month.

User-Contributed Notes

add a note
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


Tiny Modwest Logo         Copyright 2000-2008 by Modwest, Inc.          About Us    |    Blog    |    Jobs    |    Web Design    |    Contact Us