Hi,
We're running a modified Skeith version in which we've added a traffic summary page of the current month (no way to switch it yet)
This page shows:
Hostname, Requests, RpV, Visitors, Bandwidth, BpR, BpV for *all* the sites running.
We use it to get a picture of the visitors / bandwidth etc per site.
At the moment, all the vhosts have a seperate tables.
This is very bad for the performance (MySQL Performance: Did 724 queries and fetched 1263 rows in 36087ms. ), so we would probably switch to the virtual_host column.
If you want, I could share my "traffic.php" but I don't think you would need it (or be able to use it, since we've made a few modifications).
This feature could be best implemented after #2720967 (Support for Multiple Vhosts)
Any word on this feature?
I am not sure if this will make it in the next version, but I will try my best to include it in the future.