jervisfm / rebbr

A project to reproduce network performance results from Google BBR paper (Specifically Figure 8)
BSD 2-Clause "Simplified" License
11 stars 2 forks source link

Clean up debug output and organization of the repository #9

Closed lukehsiao closed 7 years ago

lukehsiao commented 7 years ago

Currently the debug output is very much debug output. We probably want to set the logging level to DEBUG_LOG_INFO, and make that output clean. The user should be able to tell what experiment is running, and still see updates to the console frequently enough that they know if stuff is working.

Next, we should clean up the repository so that we just have a single ./run.sh command in the root of the repository that installs dependencies and everything, rather than needing to do everything from within the mahimahi folder.