tcpexmachina / remy

403 stars 78 forks source link

Log data during network simulation/evaluation, produce plots and animations #36

Closed czlee closed 8 years ago

czlee commented 8 years ago
keithw commented 8 years ago

Changing the scripts is no problem, but I'm uncomfortable threading so much logging-related code through all of the code that doesn't really need it (the optimizer, the sender-runner, etc.). Can you write a separate sender-logger program that does its own thing off to the side (probably skipping SenderGang, and maybe skipping Network too)?

Also, as you know I think logging to huge protobufs is a bad idea! The protobuf library does not do well with gigantic protobufs. A text file delimited by newlines is probably easier (since you can parse it line-by-line).