On 7/19/13 10:52 AM, Ron Tsoref wrote:
Correct me if I'm wrong but these options only show the stats
regarding the whole node, not per host...
What I'm trying to get is a /per-host/remap rule /"real-time"
bandwidth stats.
The plugin does aggregate bytes stats well, but it doesn't do that in
real-time. It seems that any solution to get this stats is going
through the log analyzing, but that solution is not accurate at all.
I don't know of any plugins that does this, but sounds pretty doable
piggy backing on a "NULL transform" plugin, which simply counts bytes
and updates metrics after every buffer processed. Somewhat costly, but
if it's what you need, it's what you need :).
-- Leif