Hi. The attached patch supports an arbitrary number of threads in the
Munin plugin, as opposed to the <=8 hardcoded ones currently.
It uses grep plus sed, and should work well with any number of grep
flavors, including very daft ones (e.g. those that don't support the
'+' quantifier).
Hi. The attached patch supports an arbitrary number of threads in
the Munin plugin, as opposed to the <=8 hardcoded ones currently.
Thanks! Committed to the source/contrib directory.
It uses grep plus sed, and should work well with any number of
grep flavors, including very daft ones (e.g. those that don't
support the '+' quantifier).