Actions
Task #2342
closedEvaluate ndnSIM-v2 overhead
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
tests
Target version:
-
Start date:
01/04/2015
Due date:
% Done:
100%
Estimated time:
Description
This task is to estimate/measure ndnSIM overheads:
- memory usage per CS entry (with NFD and ndnSIM content stores)
- memory usage per PIT entry
Updated by Spyros Mastorakis almost 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
By running the "ndn-simple-with-cs-lfu" scenario many times, I got the following results:
Memory usage per pit enty = 6.2 kbytes
ndnSIM’s CS
Memory usage per cs entry = 9.4 kbytes
NFD CS
Memory usage per cs entry = 10.5 kbytes
I notice some variations, but I guess that this has to do with the name prefix...
Updated by Alex Afanasyev almost 10 years ago
- Status changed from Feedback to Resolved
- Target version deleted (
2.0)
Here are some numbers that were obtained with ndn-test
scenario:
- ndnSIM 2.0
Memory overhead:
- per PIT entry: ~3.0 KiBytes
- per CS entry: ~6.2 KiBytes
Processing speed (2.3 GHz Intel Core i7):
~ 7,541 Interest/Data per second (end-to-end rate, with 2 nodes, one consumer, and one producer app)
- ndnSIM 1.0
Memory overhead:
- per PIT entry: ~1.3 KiBytes
- per CS entry: ~0.8 KiBytes
Processing speed (2.3 GHz Intel Core i7):
- ~ 26,766 Interest/Data per second (end-to-end rate, with 2 nodes, one consumer, and one producer app)
I intend to keep this issue open in resolved state to keep track of current performance numbers.
Updated by Alex Afanasyev almost 10 years ago
- Assignee deleted (
Spyros Mastorakis)
Updated by Alex Afanasyev almost 10 years ago
- Is duplicate of Task #2343: Estimate simulation performance added
Updated by Alex Afanasyev almost 10 years ago
- Status changed from Resolved to Closed
Actions