I am trying to setup a system to do bandwidth accounting as i am in Canada and bandwidth is really expensive here can netxms do accurate bandwidth accounting or should i go with a more specific tool such as pmactt?
			
			
			
				Quote from: c0mputerking on June 07, 2014, 08:59:26 AM
I am trying to setup a system to do bandwidth accounting as i am in Canada and bandwidth is really expensive here can netxms do accurate bandwidth accounting or should i go with a more specific tool such as pmactt?
Hi,
If you mean to count the daily or monthly traffic generated I can suggest the approach I'm using to perform that task:
1) Create one DCI to collect the delta "in" on the interface (Step1-A-B)
2) Create a DCI to sum the daily consumption (Step2-A-B-C)
3) Create a DCI to sum the monthly consumption (Step3-A-B-C)
Same story for the "out" counter.
A simplified approach comes from the usage of the GetSumDCIValue, but as per current version (1.2.14) it doesn't work properly, so I had to use the custom attributes to store temporary values.
Hope it helps.
Best regards,
Marco