blob: 10d10787f541270eaab9be9a621b55790ea9bab6 [file] [log] [blame]
Junxiao Shi6c135622016-11-21 14:30:33 +00001nfdc-status
2===========
3
4SYNOPSIS
5--------
6| nfdc status [show]
7| nfdc status report [<format>]
8
9DESCRIPTION
10-----------
11The **nfdc status show** command shows general status of NFD, including its version,
12uptime, data structure counters, and global packet counters.
13
14The **nfdc status report** command generates a comprehensive report of NFD status, including:
15
16- general status (individually available from **nfdc status show**)
17- list of channels (individually available from **nfdc channel list**)
18- list of faces (individually available from **nfdc face list**)
19- list of FIB entries (individually available from **nfdc fib list**)
20- list of RIB entries (individually available from **nfdc route list**)
21- list of strategy choices (individually available from **nfdc strategy list**)
22
23OPTIONS
24-------
25<format>
26 The format of NFD status report, either ``text`` or ``xml``.
27 The default is ``text``.
28
29SEE ALSO
30--------
31nfdc(1), nfdc-channel(1), nfdc-face(1), nfdc-fib(1), nfdc-route(1), nfdc-strategy(1)