Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 1 | nfdc-status |
| 2 | =========== |
| 3 | |
Davide Pesavento | 543b152 | 2024-06-25 17:00:32 -0400 | [diff] [blame] | 4 | Synopsis |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 5 | -------- |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 6 | |
Davide Pesavento | 543b152 | 2024-06-25 17:00:32 -0400 | [diff] [blame] | 7 | | **nfdc status** [**show**] |
| 8 | | **nfdc status** **report** [*FORMAT*] |
| 9 | |
| 10 | Description |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 11 | ----------- |
Davide Pesavento | 543b152 | 2024-06-25 17:00:32 -0400 | [diff] [blame] | 12 | |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 13 | The **nfdc status show** command shows general status of NFD, including its version, |
| 14 | uptime, data structure counters, and global packet counters. |
| 15 | |
Junxiao Shi | 15902ef | 2017-08-11 22:58:35 +0000 | [diff] [blame] | 16 | 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] | 17 | |
| 18 | - general status (individually available from **nfdc status show**) |
| 19 | - list of channels (individually available from **nfdc channel list**) |
| 20 | - list of faces (individually available from **nfdc face list**) |
| 21 | - list of FIB entries (individually available from **nfdc fib list**) |
| 22 | - list of RIB entries (individually available from **nfdc route list**) |
Junxiao Shi | 3160a3f | 2018-01-09 21:25:15 +0000 | [diff] [blame] | 23 | - CS statistics information (individually available from **nfdc cs info**) |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 24 | - list of strategy choices (individually available from **nfdc strategy list**) |
| 25 | |
Davide Pesavento | 543b152 | 2024-06-25 17:00:32 -0400 | [diff] [blame] | 26 | Options |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 27 | ------- |
Davide Pesavento | 543b152 | 2024-06-25 17:00:32 -0400 | [diff] [blame] | 28 | |
| 29 | .. option:: <FORMAT> |
| 30 | |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 31 | The format of NFD status report, either ``text`` or ``xml``. |
| 32 | The default is ``text``. |
| 33 | |
Davide Pesavento | 543b152 | 2024-06-25 17:00:32 -0400 | [diff] [blame] | 34 | See Also |
Junxiao Shi | 6c13562 | 2016-11-21 14:30:33 +0000 | [diff] [blame] | 35 | -------- |
Davide Pesavento | 543b152 | 2024-06-25 17:00:32 -0400 | [diff] [blame] | 36 | |
| 37 | :manpage:`nfdc(1)`, |
| 38 | :manpage:`nfdc-cs(1)`, |
| 39 | :manpage:`nfdc-face(1)`, |
| 40 | :manpage:`nfdc-route(1)`, |
| 41 | :manpage:`nfdc-strategy(1)` |