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 and global counters (from StatusServer #1199) * NFD version * start timestamp * current timestamp * current number of NameTree entries * current number of FIB entries * current number of PIT entries (regardless of whether it is pending or satisfied) * current number of Measurements entries * current number of CS entries * total number of incoming Interests since forwarder starts * total number of outgoing Interests since forwarder starts * total number of incoming Datas since forwarder starts * total number of outgoing Datas since forwarder starts * Faces (via [[FaceStatus]] protocol) * FaceId * Uri * counters * FIB (via [[FibEnumeration]] protocol) * prefix * nexthop This tool is a NDN consumer. It must not depend on HTTP.