blob: cfbdec4445bd20f89f6cc848b14546bca22fb4d7 [file] [log] [blame]
Junxiao Shi6c135622016-11-21 14:30:33 +00001nfdc-status
2===========
3
4SYNOPSIS
5--------
6| nfdc status [show]
Junxiao Shif0dfb332017-02-02 05:32:25 +00007| nfdc status report [<FORMAT>]
Junxiao Shi6c135622016-11-21 14:30:33 +00008
9DESCRIPTION
10-----------
11The **nfdc status show** command shows general status of NFD, including its version,
12uptime, data structure counters, and global packet counters.
13
Junxiao Shi15902ef2017-08-11 22:58:35 +000014The **nfdc status report** command prints a comprehensive report of NFD status, including:
Junxiao Shi6c135622016-11-21 14:30:33 +000015
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-------
Junxiao Shif0dfb332017-02-02 05:32:25 +000025<FORMAT>
Junxiao Shi6c135622016-11-21 14:30:33 +000026 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)