blob: f22f326c74a55f53e784dd479c6acfeb0a91e383 [file] [log] [blame]
hilata6ee6e072014-04-20 17:10:18 -05001nfd-status
2==========
3
4Usage
5-----
6
7::
8
9 nfd-status [options]
10
11Description
12-----------
13
14``nfd-status`` is a tool to retrieve and print out NFD version and status information.
15
16Options:
17--------
18
19``-h``
20 Print usage information.
21
22``-v``
23 Retrieve version information.
24
Chengyu Fanee92fc72014-06-21 14:58:19 -060025``-c``
26 Retrieve channel status information.
27
hilata6ee6e072014-04-20 17:10:18 -050028``-f``
29 Retrieve face status information.
30
31``-b``
32 Retrieve FIB information.
33
Chengyu Fan30aa2072014-07-20 13:52:32 -060034``-r``
35 Retrieve RIB information.
36
Chengyu Fanee92fc72014-06-21 14:58:19 -060037``-s``
38 Retrieve configured strategy choice for NDN namespaces.
39
40``-x``
41 Output NFD status information in XML format.
42
43``-V``
44 Show version information of nfd-status and exit.
45
hilata6ee6e072014-04-20 17:10:18 -050046If no options are provided, all information is retrieved.
47
Chengyu Fanee92fc72014-06-21 14:58:19 -060048If -x is provided, other options(-v, -c, etc.) are ignored, and all information is printed in XML format.
49
hilata6ee6e072014-04-20 17:10:18 -050050Examples
51--------
52
53Get all status information from NFD::
54
55 $ nfd-status
Chengyu Fan3331cfa2014-07-25 17:36:31 -060056
hilata6ee6e072014-04-20 17:10:18 -050057 General NFD status:
Weiwei Liuace83ac2016-04-25 10:16:37 -070058 nfdId=/tmp-identity/%80%80%BF%9A/KEY/ksk-1457726482439/ID-CERT
59 version=0.4.1-10-g4f1afac
60 startTime=20160426T224102.791000
61 currentTime=20160426T224108.813000
62 uptime=6 seconds
63 nNameTreeEntries=11
64 nFibEntries=2
hilata6ee6e072014-04-20 17:10:18 -050065 nPitEntries=2
66 nMeasurementsEntries=0
Weiwei Liuace83ac2016-04-25 10:16:37 -070067 nCsEntries=2
68 nInInterests=5
69 nOutInterests=5
70 nInDatas=7
71 nOutDatas=4
72 nInNacks=0
73 nOutNacks=0
Chengyu Fanee92fc72014-06-21 14:58:19 -060074 Channels:
Chengyu Fanee92fc72014-06-21 14:58:19 -060075 tcp4://0.0.0.0:6363
Weiwei Liuace83ac2016-04-25 10:16:37 -070076 tcp6://[::]:6363
77 udp4://0.0.0.0:6363
78 udp6://[::]:6363
79 unix:///private/var/run/nfd.sock
80 ws://[::]:9696
hilata6ee6e072014-04-20 17:10:18 -050081 Faces:
Weiwei Liuace83ac2016-04-25 10:16:37 -070082 faceid=1 remote=internal:// local=internal:// counters={in={0i 9d 0n 4830B} out={8i 0d 0n 1232B}} local permanent point-to-point
83 faceid=254 remote=contentstore:// local=contentstore:// counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} local permanent point-to-point
84 faceid=255 remote=null:// local=null:// counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} local permanent point-to-point
85 faceid=256 remote=udp4://224.0.23.170:56363 local=udp4://10.134.195.206:56363 counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} non-local permanent multi-access
86 faceid=257 remote=udp4://224.0.23.170:56363 local=udp4://127.0.0.1:56363 counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} non-local permanent multi-access
87 faceid=258 remote=ether://[01:00:5e:00:17:aa] local=dev://awdl0 counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} non-local permanent multi-access
88 faceid=259 remote=ether://[01:00:5e:00:17:aa] local=dev://en2 counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} non-local permanent multi-access
89 faceid=260 remote=ether://[01:00:5e:00:17:aa] local=dev://en1 counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} non-local permanent multi-access
90 faceid=261 remote=ether://[01:00:5e:00:17:aa] local=dev://en0 counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} non-local permanent multi-access
91 faceid=262 remote=ether://[01:00:5e:00:17:aa] local=dev://bridge0 counters={in={0i 0d 0n 0B} out={0i 0d 0n 0B}} non-local permanent multi-access
92 faceid=263 remote=fd://36 local=unix:///private/var/run/nfd.sock counters={in={5i 0d 0n 998B} out={0i 4d 0n 2511B}} local on-demand point-to-point
93 faceid=264 remote=fd://37 local=unix:///private/var/run/nfd.sock counters={in={3i 0d 0n 146B} out={0i 2d 0n 992B}} local on-demand point-to-point
hilata6ee6e072014-04-20 17:10:18 -050094 FIB:
Weiwei Liuace83ac2016-04-25 10:16:37 -070095 /localhost/nfd/rib nexthops={faceid=263 (cost=0)}
hilata6ee6e072014-04-20 17:10:18 -050096 /localhost/nfd nexthops={faceid=1 (cost=0)}
Alexander Afanasyevc2642ca2014-09-01 15:57:35 -070097 RIB:
Weiwei Liuace83ac2016-04-25 10:16:37 -070098 /localhost/nfd/rib route={faceid=263 (origin=0 cost=0 ChildInherit)}
Chengyu Fanee92fc72014-06-21 14:58:19 -060099 Strategy choices:
Weiwei Liuace83ac2016-04-25 10:16:37 -0700100 / strategy=/localhost/nfd/strategy/best-route/%FD%04
101 /localhost strategy=/localhost/nfd/strategy/multicast/%FD%01
102 /ndn/broadcast strategy=/localhost/nfd/strategy/multicast/%FD%01
103 /localhost/nfd strategy=/localhost/nfd/strategy/best-route/%FD%04