Markus Fischer wrote:
Hi,
has anyone had the need and maybe already written a munin plugin to
graph some informations from e.g. admin/stats.jsp ?
thanks,
- Markus
Something like that, though I havn't seen anything available publicly
yet. Its certainly easy enough now that 1.3 includes some new stats in
the baserequesthandler (num requests required, time started helpful) -
just make a handler/searchcomponent that gets all the handlers and calls
getstats on them. Probably polling every n seconds is the best option.
So its just a matter of passing that info to munin efficiently.
I'd prefer it all in java / part of solr.
- Mark