-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Printing one data file with throughput multiple flows #21
Comments
-f Mhh, ok. But this needs some major rewriting of the code. Any patches? |
diff --git i/captcp.py w/captcp.py
Initial patch. Problem: it breaks backward compatibility, and not works without -f . |
Mhh, I will think about this! Thank you |
Actually, if I have 3 flows and want to plot their throughput, I need to run 3 times captcp, using each time a different -f parameter .
What about adding a range capability for the -f parameter ? The output .dat file will be something like
Time Throughput flow 1 Throughput flow 2
0.0 0.0 0.0
1.0 100.0 85.0
2.0 120.0 95.0
.....
Thank you
The text was updated successfully, but these errors were encountered: