hilata | 6ee6e07 | 2014-04-20 17:10:18 -0500 | [diff] [blame] | 1 | nfd-status |
| 2 | ========== |
| 3 | |
| 4 | Usage |
| 5 | ----- |
| 6 | |
| 7 | :: |
| 8 | |
Junxiao Shi | 934f505 | 2016-11-28 16:13:21 +0000 | [diff] [blame] | 9 | nfd-status |
hilata | 6ee6e07 | 2014-04-20 17:10:18 -0500 | [diff] [blame] | 10 | |
| 11 | Description |
| 12 | ----------- |
| 13 | |
Junxiao Shi | 934f505 | 2016-11-28 16:13:21 +0000 | [diff] [blame] | 14 | ``nfd-status`` is an alias of ``nfdc status report``, which generates a comprehensive report of NFD status. |
hilata | 6ee6e07 | 2014-04-20 17:10:18 -0500 | [diff] [blame] | 15 | |
Junxiao Shi | 934f505 | 2016-11-28 16:13:21 +0000 | [diff] [blame] | 16 | Deprecated Options |
| 17 | ------------------ |
| 18 | |
| 19 | nfd-status used to support the following command line options. |
| 20 | They have been deprecated and will be removed in a future release of NFD. |
| 21 | |
| 22 | ``-v`` |
| 23 | Print general status. Use ``nfdc status show`` instead. |
| 24 | |
| 25 | ``-c`` |
| 26 | Print channel list. Use ``nfdc channel list`` instead. |
| 27 | |
| 28 | ``-f`` |
| 29 | Print face list. Use ``nfdc face list`` instead. |
| 30 | |
| 31 | ``-b`` |
| 32 | Print FIB entries. Use ``nfdc fib list`` instead. |
| 33 | |
| 34 | ``-r`` |
| 35 | Print RIB entries. Use ``nfdc route list`` instead. |
| 36 | |
| 37 | ``-s`` |
| 38 | Print strategy choices. Use ``nfdc strategy list`` instead. |
| 39 | |
| 40 | ``-x`` |
| 41 | Generate a comprehensive report of NFD status in XML format. Use ``nfdc status report xml`` instead. |
hilata | 6ee6e07 | 2014-04-20 17:10:18 -0500 | [diff] [blame] | 42 | |
| 43 | ``-h`` |
| 44 | Print usage information. |
| 45 | |
Chengyu Fan | ee92fc7 | 2014-06-21 14:58:19 -0600 | [diff] [blame] | 46 | ``-V`` |
| 47 | Show version information of nfd-status and exit. |
| 48 | |
Junxiao Shi | bf6acd5 | 2016-09-14 03:57:57 +0000 | [diff] [blame] | 49 | Exit Codes |
| 50 | ---------- |
| 51 | |
| 52 | 0: Success |
| 53 | |
| 54 | 1: An unspecified error occurred |
| 55 | |
| 56 | 2: Malformed command line |