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.
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) '.
"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)."