All Versions
15
Latest Version
Avg Release Cycle
149 days
Latest Release
3765 days ago

Changelog History
Page 2

  • v1.6 Changes

    September 12, 2014
    • โž• Added support for multiple links on one ifIndex, based on VLANs. Only sFlow, Netflow v9 and v10 (IPFIX) support this. Obviously your router needs to provide the information. Just add "/" to the ifIndex in your knownlinks file.
    • โž• Added support for peer-AS stats/graphs (sFlow only).
      • Add -n option to asstats.pl and set showpeeras=true in config.inc to enable.
    • ๐Ÿ‘€ Top N AS intervals are now configurable (see config.inc and README), and separate top stats files can be used per interval (enables e.g. proper weekly/monthly stats).
    • โž• Added Terabyte formatting.
  • v1.5 Changes

    January 29, 2014
    • ๐Ÿ”€ Merged netflow-asstatd.pl and sflow-asstatd.pl into one script so
      that it can handle NetFlow and sFlow sources concurrently
      (contributed by Wouter de Jong). Please note the following changes:
      • The sampling rate command line parameter (-s) has been removed. Instead, the sampling rate must now be specified for each link in the knownlinks file to avoid confusion with prior defaults. If you're using NetFlow without sampling, you need to add the sampling rate 1 to each link.
      • The command line parameter to set the sFlow listen port has been changed to -P to avoid a clash with the NetFlow port parameter (-p).
  • v1.3 Changes

    ๐Ÿ”„ Change your start script accordingly...

    • ๐Ÿ”„ Changes by Steve Colam [email protected]:
      • ...-asstatd.pl now accepts parameters (UDP listen port, sampling rate etc.) on the command line; โฌ†๏ธ Mind the new command line syntax when upgrading!
      • hierarchical RRD structure for more efficient storage (one directory per low byte of AS number); โฌ†๏ธ Use tools/migraterrdfiles.pl to move your RRD files when upgrading!
      • ...-asstatd.pl now re-reads known links file upon SIGHUP
    • โž• Added contrib/generate-asinfo.py script to generate AS list from WHOIS data (contributed by Thomas Mangin [email protected]).
    • ๐Ÿšš Moved site-specific parameters of www frontend to config.inc.
    • ๐Ÿ†• New flag images from famfamfam.com.
    • โšก๏ธ Updated asinfo.txt.
  • v1.2 Changes

    • ๐Ÿ‘Œ Support for sFlow (through sflow-asstatd.pl); fix for link names with upper-case characters
    • ๐Ÿ‘ Allow inbound/outbound in graphs to be swapped (via option in www/config.inc)
  • v1.1 Changes

    • ๐Ÿ›  Fix for a potential race condition surrounding $childrunning (reported by Yann Gauteron; experienced on a Linux system)