blob: 5b26ce33587c05ab042d39091235a726be318fd8 [file] [log] [blame]
nfdc-status
===========
Synopsis
--------
| **nfdc status** [**show**]
| **nfdc status** **report** [*FORMAT*]
Description
-----------
The **nfdc status show** command shows general status of NFD, including its version,
uptime, data structure counters, and global packet counters.
The **nfdc status report** command prints a comprehensive report of NFD status, including:
- general status (individually available from **nfdc status show**)
- list of channels (individually available from **nfdc channel list**)
- list of faces (individually available from **nfdc face list**)
- list of FIB entries (individually available from **nfdc fib list**)
- list of RIB entries (individually available from **nfdc route list**)
- CS statistics information (individually available from **nfdc cs info**)
- list of strategy choices (individually available from **nfdc strategy list**)
Options
-------
.. option:: <FORMAT>
The format of NFD status report, either ``text`` or ``xml``.
The default is ``text``.
See Also
--------
:manpage:`nfdc(1)`,
:manpage:`nfdc-cs(1)`,
:manpage:`nfdc-face(1)`,
:manpage:`nfdc-route(1)`,
:manpage:`nfdc-strategy(1)`