Hi there, I am working on pmacct to get the aggregated bandwidth utilization of different incoming source AS from my switches.
However, when I compared the aggregated bytes in the sql table against my snmp, the differences is about 50 over times. For example, for a particular AS, I am getting the below, converted to Mb but from my SNMP RDD, the utilization for that AS if only 100Mb for that period. +---------------------------+------------------------+ | stamp_inserted | bytes*8/1000000 | +----------------------------+-----------------------+ | 2011-11-02 13:05:00 | 5602.0440 | | 2011-11-02 13:10:00 | 4767.3149 | +----------------------------+-----------------------+ What am I missing here? Thanks! Below is my configurations. ======================= daemonize: true debug: true plugins: mysql plugin_pipe_size:10240000 plugin_buffer_size:10240 sfacctd_port: 6343 sfacctd_renormalize: true aggregate: src_as sql_user: root sql_passwd: sql_table_version: 6 sql_refresh_time: 60 sql_history: 5m sql_history_roundoff: m logfile: sf.log sql_dont_try_update: true ======================= _______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
