SNAS / openbmp

OpenBMP Server Collector
www.openbmp.org
Eclipse Public License 1.0
232 stars 76 forks source link

Export feature #13

Closed fakrul closed 8 years ago

fakrul commented 8 years ago

Feature like export table data to XLS/CSV will be really helpful for further analysis

TimEvens commented 8 years ago

There is the file consumer which can do that. Did you want to run without Kafka?

TimEvens commented 8 years ago

Normally we do this via a Kafka consumer, such as the openbmp-file-consumer, which can be extended to create CSV log files... But there are some use-cases where we don't want to use Kafka or any other consumer for debugging. In this case, it might be good to add a log option to log afi/safi's in CSV format. Alternatively, you can use -debug -dbgp to get all details without requiring any consumers.

fakrul commented 8 years ago

'-debug -dbgp' looks better. thanks.