> Hello list,
>
> I need to find out how to do the billing flow SFlow the same way as
> SNMP (cacti bps).
>
> For example if the sample is 1:512, then the NfSen could do the
> following operation: ((soma_bytes (interval)) * sample) / interval
>
> I need to create the plugin for this?
>
> I accept suggestions
>
> thanks,
>
>Date: Mon, 04 Jun 2012 14:28:10 +0200
>From: Peter Haag <ph...@users.sourceforge.net>
>Subject: Re: [Nfsen-discuss] Flows Sflow billing samples how bps
>To: Alexandro Marcelo Zacaron <zaca...@gmail.com>
>Cc: nfsen-discuss@lists.sourceforge.net
>Message-ID: <4fcca9da.3030...@users.sourceforge.net>
>Content-Type: text/plain; charset=ISO-8859-1
>
>Hi Alexandro,
>sfcapd does already multiply packets and bytes by the sampling rate.
>What do you mean by interval?
Hi,

interval = 5 minutes (300 seconds), same windows of nfsen.

For example if the sample is 1:512, then the NfSen could do the
following operation:

>((sum_bytes (interval)) * sample) / interval


 for file:nfcapd.201205311010

result(in bytes) = ((sum_bytes (nfcapd.201205311010)) * 512) / 300(seconds)

For presentation in "bps" multiply still miss...

result(in bps) = result(in bytes) * 8


For this I need create plugin or there is another form?


My objective is validate the traffic Sflow when compared with MRTG or
CACTI. Then be able have a vision of traffic in the segment of network
in relation of "bps".

>
>      - Peter




I accept suggestions

 thanks,



-- 
Alexandro Marcelo Zacaron
+55 45 9942 8561

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to