huikau / logstalgia

Automatically exported from code.google.com/p/logstalgia
0 stars 0 forks source link

Way of ID-ing subdomains #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
So I have setup Pound to output valid extended style logs and we have several 
domains/sub-domains running through our pound setup. We currently use 
multi-paddle per sub-domain but it would be nice if we could add a tag to the 
path line or a legend or something so we knew which sub-domain it matches up to.
We are actually using this in real-time against a 'remote' host to visualise 
our load and it's great, but we just can't see which one of the sites it's 
hammering.

Original issue reported on code.google.com by insane...@gmail.com on 12 Mar 2012 at 2:06

GoogleCodeExporter commented 9 years ago
Hi,

I might think about adding a key/legend.

Do you get enough information by pausing it (space) and mousing over the 
paddle? (I guess that might not be practical with your setup though).

Cheers

Andrew

Original comment by acaudw...@gmail.com on 19 Mar 2012 at 1:11

GoogleCodeExporter commented 9 years ago
Pausing it does provide the info we want. A legend would be more useful.

Alternatively the issue could also be solved by having a vhost grouping option. 
It would setup Headings for each v-host, and drop the current Img/css/other 
headings so all activity for each host would be in a specific area. Or is this 
something the existing grouping can do?

Original comment by insane...@gmail.com on 19 Mar 2012 at 1:59

GoogleCodeExporter commented 9 years ago
If you include domain name in the URL in your log file, you could create a 
group that matches each sub domain. Eg if you have www.example.com and 
images.example.com you could do:

logstalgia -g "WWW,www\\.,30"  -g "Images,images\\.,30" --hide-url-prefix 
logs/test.log

--hide-url-prefix is optional. It removes the http:://domain part from the URL 
so you don't waste screen space with it.

Original comment by acaudw...@gmail.com on 19 Mar 2012 at 6:17

GoogleCodeExporter commented 9 years ago
It would be really nice to have a key on the screen for the paddles that are 
visible. I am using this as a wallboard, so their is no mouse interaction while 
it is running. Having some form of a key would make it possible to see, which 
paddle represents which vhost.

Original comment by sk...@kavi.com on 9 Apr 2013 at 10:35

GoogleCodeExporter commented 9 years ago
https://github.com/acaudwell/Logstalgia/pull/3

Original comment by seba.d...@gmail.com on 1 May 2013 at 11:37

GoogleCodeExporter commented 9 years ago
Added. Thanks.

Original comment by acaudw...@gmail.com on 14 May 2013 at 9:49