Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 1 | nfdc-status |
| 2 | =========== |
| 3 | |
| 4 | SYNOPSIS |
| 5 | -------- |
| 6 | | nfdc status [show] |
Junxiao Shi | f0dfb33 | 2017-02-02 05:32:25 +0000 | [diff] [blame] | 7 | | nfdc status report [<FORMAT>] |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 8 | |
| 9 | DESCRIPTION |
| 10 | ----------- |
| 11 | The **nfdc status show** command shows general status of NFD, including its version, |
| 12 | uptime, data structure counters, and global packet counters. |
| 13 | |
Junxiao Shi | 15902ef | 2017-08-11 22:58:35 +0000 | [diff] [blame] | 14 | The **nfdc status report** command prints a comprehensive report of NFD status, including: |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 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**) |
Junxiao Shi | 3160a3f | 2018-01-09 21:25:15 +0000 | [diff] [blame] | 21 | - CS statistics information (individually available from **nfdc cs info**) |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 22 | - list of strategy choices (individually available from **nfdc strategy list**) |
| 23 | |
| 24 | OPTIONS |
| 25 | ------- |
Junxiao Shi | f0dfb33 | 2017-02-02 05:32:25 +0000 | [diff] [blame] | 26 | <FORMAT> |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 27 | The format of NFD status report, either ``text`` or ``xml``. |
| 28 | The default is ``text``. |
| 29 | |
| 30 | SEE ALSO |
| 31 | -------- |
| 32 | nfdc(1), nfdc-channel(1), nfdc-face(1), nfdc-fib(1), nfdc-route(1), nfdc-strategy(1) |