Closed listenerri closed 5 years ago
The singlefile interface is designed for just that, a single file of each type. You might want to try the CSV data interface which allows you to provide more files, and more information about the files. There is a sample CSV file here: https://github.com/CAIDA/bgpstream/blob/master/test/csv_test.csv
Hi @alistairking, sorry for this late reply, I have been tested the csvfile datasource and as you said that is fully meet my needs, I' m closing this issue, thanks a lot.
But I still not understand what does the last two columns mean in csv_test.csv
file.
The second-to-last field is the duration of the file -- that is, how many seconds of data are contained. The last field is the time that the file was added to the CSV file. This is used when using the CSV to process "live" data where you periodically append new rows to the file.
@alistairking Ok, I get it now, thanks!
Here are the options I have tried:
But only
bview.20190616.0000.gz
and the last updates fileupdates.20190616.0015.gz
was accept by bgpstream, is there any way to get all the specified files accepted?