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**) |
| 21 | - list of strategy choices (individually available from **nfdc strategy list**) |
| 22 | |
| 23 | OPTIONS |
| 24 | ------- |
Junxiao Shi | f0dfb33 | 2017-02-02 05:32:25 +0000 | [diff] [blame] | 25 | <FORMAT> |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 26 | The format of NFD status report, either ``text`` or ``xml``. |
| 27 | The default is ``text``. |
| 28 | |
| 29 | SEE ALSO |
| 30 | -------- |
| 31 | nfdc(1), nfdc-channel(1), nfdc-face(1), nfdc-fib(1), nfdc-route(1), nfdc-strategy(1) |