Project

General

Profile

Task #1328

Updated by Junxiao Shi over 10 years ago

Develop a command tool `nfd-status` to show NFD status as plain text. 

 Output should contain: 

 *     version information (from StatusServer #1199) 
     * NFD version 
     * start timestamp 
     * current timestamp 
 *     Faces (via (from [[FaceStatus]] protocol) 
     * FaceId 
     * Uri 
     * counters 
 *     FIB (via [[FibEnumeration]] protocol) (from [[FibEnumeration]]) 
     * prefix 
     * nexthop 

 This tool is as a NDN consumer. It must not depend on HTTP. 

Back