Actions
Feature #3843
openndncatchunks: Implement throughput tracer
Status:
New
Priority:
Low
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
As follow-up on the 3rd Hackathon (Project of Teng and me), we want to implement a throughput/rate tracing for ndncatchunks.
The rate should be recorded in a configurable interval and written into an output file. The additional parameters are:
- --aimd-debug-rate arg
- --aimd-debug-rate-interval arg (=0.1 seconds)
The ouput file should look like:
time pps kbps
0.100106 0 0
0.20023 10 352.32
0.300456 20 704.64
0.400615 30 1056.96
We have already implemented a rough draft of this feature in: https://github.com/3rd-ndn-hackathon/catchunks-cc
Actions