Project

General

Profile

Task #1729

Updated by Junxiao Shi almost 10 years ago

Add For NDN Testbed monitoring (ndnmap.arl.wustl.edu) it would be useful 
 to have byte count fields to `nfd::FaceCounters` structure. 

 Byte count field reflect number of bytes received or sent counts for data and interest packets on link layer. each face. 
 Those counters include link layer headers imposed by NFD (NDNLP or LocalControlHeader), but exclude headers of underlying protocol (Ethernet or TCP or UDP). 
 Each counter is 64-bit, and can wrap around after overflowing.

Back