how to get manager.mbps.csv

Hi all

I am running bro 2.3.1 with bro cron enabled + pfring + broctl
bro is running fine.

in the logs/stats/www/ directory I get

591144 Nov 28 14:30 manager.cpu.csv

15 Jul 18 11:07 manager.in.csv

15 Jul 18 11:07 manager.mbps.csv

856410 Nov 28 14:30 manager.mem.csv

24 Jul 18 11:07 manager.pkts.csv

these files

I only get data for manager.cpu.csv and manager.mem.csv.

rest of other files has only header

if I want to populate rest of files, do I have to setup something?

Thank you

This is expected behavior. Those 3 files will always be empty (except
for the header), because the manager does not monitor the network
(only the workers do that).

I should probably change the code so that it creates those files
only when it has some data to write.