blob: 732cd860ef42e426f4817836feb89847194fc458 [file] [log] [blame]
hilata6ee6e072014-04-20 17:10:18 -05001nfd-status
2==========
3
4Usage
5-----
6
7::
8
Junxiao Shi934f5052016-11-28 16:13:21 +00009 nfd-status
hilata6ee6e072014-04-20 17:10:18 -050010
11Description
12-----------
13
Junxiao Shi934f5052016-11-28 16:13:21 +000014``nfd-status`` is an alias of ``nfdc status report``, which generates a comprehensive report of NFD status.
hilata6ee6e072014-04-20 17:10:18 -050015
Junxiao Shi934f5052016-11-28 16:13:21 +000016Deprecated Options
17------------------
18
19nfd-status used to support the following command line options.
20They 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.
hilata6ee6e072014-04-20 17:10:18 -050042
43``-h``
44 Print usage information.
45
Chengyu Fanee92fc72014-06-21 14:58:19 -060046``-V``
47 Show version information of nfd-status and exit.
48
Junxiao Shibf6acd52016-09-14 03:57:57 +000049Exit Codes
50----------
51
520: Success
53
541: An unspecified error occurred
55
562: Malformed command line