Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A New Feature - Per Virtual Host Statistics #67

Closed
msarmadi opened this issue Dec 23, 2013 · 10 comments
Closed

A New Feature - Per Virtual Host Statistics #67

msarmadi opened this issue Dec 23, 2013 · 10 comments

Comments

@msarmadi
Copy link

Another feature which could help an apache admin alot is to have reports and statistics based on apache vhost definitions.
There exists a utility called apache-top which is a python script, it has the feature to report based on apache vhosts configuration.

@allinurl
Copy link
Owner

Thanks for your suggestion, this is in the to-do list. Stay tuned!

@davidfavor
Copy link

Any progress on this enhancement?

@allinurl
Copy link
Owner

allinurl commented Oct 1, 2014

Haven't been able to get to this. There is a discussion on issue #23 that describes some ideas on how to implement it (any other ideas are welcomed too). It's likely this is going to be done by grouping vhosts. I will bump this up on the to-do list. Thanks for the reminder though.

@chrisnesbit1
Copy link

@allinurl +1 for supporting virtual hosts (simply adding an additional column to the existing charts would be sufficient, if that's possible).

@allinurl
Copy link
Owner

@chrisnesbit1 Likely the first iteration would be somewhere along those lines. Thanks.

@IfnotFr
Copy link

IfnotFr commented Sep 3, 2015

+1 for the feature :)

I really need this on a host with different websites !

@chrisnesbit1
Copy link

@allinurl status, please?

@pcorbett
Copy link

pcorbett commented Sep 9, 2015

Thanks for all the hard work @allinurl Love the app, working really well for us, but a vhost stat option is key!

@allinurl
Copy link
Owner

There will be some minor releases before this feature gets out, but I definitely expect this before or in v1.0. Stay tuned!

@allinurl
Copy link
Owner

Added the ability to parse virtual hosts and a new panel to display metrics per virtual host. This was shipped in v0.9.5.

As @ottok pointed out, it displays data on a separate panel, e.g.,

 9 - Virtual Hosts                                                         Total: 230/230

 Hits    Vis.      %   Bandwidth Avg. T.S. Cum. T.S. Max. T.S. Data
 ------ ----- ------ ----------- --------- --------- --------- ----
 144909 10684 58.47%    1.99 GiB 325.35 ms  13.10 hr   4.36 mn www.example.com
 46849   9784 18.90%  738.80 MiB 307.65 ms   4.00 hr  56.18  s example.com
 19816   1455  8.00%  326.16 MiB 304.54 ms   1.68 hr  56.67  s www.domain.com
 11464     87  4.63%   54.70 MiB 364.63 ms   1.16 hr  40.06  s mail.googlex.net
 6129      54  2.47%  415.13 KiB  45.00 us 280.85 ms   9.41 ms box.yahoox.com
 4713     520  1.90%   55.66 MiB 208.47 ms  16.38 mn   8.16  s www.example.com.au
 3670     146  1.48%   13.24 MiB   1.08 ms   3.98  s  53.27 ms www2.example.com

#117 should cover the filtering by vhost, and other fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants