Changes between Version 6 and Version 7 of WikiStart
- Timestamp:
- 12/04/08 11:42:49 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v6 v7 5 5 Currently it supports Cisco !NetFlow v9 as it is the most common !NetFlow protocol in use. Rudimentary support for sFlow v5 has been added but is not yet feature complete. 6 6 7 Development of flowmon has focused on easy extendability and a modular design and a plugin architecture allowing the easy addition of other supported protocols and different charting of the captured data.7 Development of flowmon has focused on easy extendability and a modular design. This is achieved by implementing plugin architecture in the flow-collector as well as the web interface. Adding additional Flow-protocols and different visualization styles should be easy without having to change any code in the main applications. 8 8 9 As a backend storage both MySQL and PostgreSQL are supported.9 As a backend storage for archive data both MySQL and PostgreSQL are supported. 10 10 11 11 To check out the newest code: 15 15 }}} 16 16 17 To download the 0.9 "release":18 19 [https://trac.bawue.org/flowmon/attachment/wiki/WikiStart/flowmon-0.9.tar.bz2 flowmon-0.9.tar.bz2]20 21 17 ------- 22 23 == Webinterface ==24 25 [[Image(flowmon-web.png)]]26 27 18 ------- 28 19