What are my top sites on DirectAdmin?

Cybex

Verified User
Joined
Dec 30, 2005
Messages
54
Hi guys,

Is there a way to see what sites are getting the most hits on my servers? All servers are running DirectAdmin and I was hoping for an Awstats kind of utility that shows the top sites.

Regards, John
 
You can check the bandwidth.

Sort the users by bandwidth. Check which user is using high bandwidth. And to confirm if the bandwidth is actually a web traffic. Go to the user details and click on the 'Details' button in front of 'Bandwidth (MB) '.
 
I was hoping for something else, because the way you describe you can only see the sites with the most bandwidth. Example:

Site A has a file with 100MB download. 2 users download that file.
Site B has small files (1Kb)and 100 users download these files.

Obviously Site B is visited more, but the way you describe Site A will be on top :)
 
Thanks, I'll do that!

But don't forget to check this http://httpd.apache.org/docs/current/misc/perf-tuning.html
section "mod_status and ExtendedStatus On":

"mod_status and ExtendedStatus On
If you include mod_status and you also set ExtendedStatus On when building and running Apache, then on every request Apache will perform two calls to gettimeofday(2) (or times(2) depending on your operating system), and (pre-1.3) several extra calls to time(2). This is all done so that the status report contains timing indications. For highest performance, set ExtendedStatus off (which is the default).
"
 
Back
Top