hilata | 6ee6e07 | 2014-04-20 17:10:18 -0500 | [diff] [blame] | 1 | nfd-status |
| 2 | ========== |
| 3 | |
| 4 | Usage |
| 5 | ----- |
| 6 | |
| 7 | :: |
| 8 | |
| 9 | nfd-status [options] |
| 10 | |
| 11 | Description |
| 12 | ----------- |
| 13 | |
| 14 | ``nfd-status`` is a tool to retrieve and print out NFD version and status information. |
| 15 | |
| 16 | Options: |
| 17 | -------- |
| 18 | |
| 19 | ``-h`` |
| 20 | Print usage information. |
| 21 | |
| 22 | ``-v`` |
| 23 | Retrieve version information. |
| 24 | |
| 25 | ``-f`` |
| 26 | Retrieve face status information. |
| 27 | |
| 28 | ``-b`` |
| 29 | Retrieve FIB information. |
| 30 | |
| 31 | If no options are provided, all information is retrieved. |
| 32 | |
| 33 | Examples |
| 34 | -------- |
| 35 | |
| 36 | Get all status information from NFD:: |
| 37 | |
| 38 | $ nfd-status |
| 39 | General NFD status: |
| 40 | version=1000 |
| 41 | startTime=20140427T230936.006000 |
| 42 | currentTime=20140427T231055.924000 |
| 43 | uptime=79 seconds |
| 44 | nNameTreeEntries=12 |
| 45 | nFibEntries=4 |
| 46 | nPitEntries=2 |
| 47 | nMeasurementsEntries=0 |
| 48 | nCsEntries=24 |
| 49 | nInInterests=20 |
| 50 | nOutInterests=19 |
| 51 | nInDatas=24 |
| 52 | nOutDatas=19 |
| 53 | Faces: |
| 54 | faceid=1 remote=internal:// local=internal:// counters={in={0i 24d} out={20i 0d}} |
| 55 | faceid=2 remote=udp4://224.0.23.170:56363 local=udp4://192.168.0.106:56363 counters={in={0i 0d} out={0i 0d}} |
| 56 | faceid=3 remote=udp4://224.0.23.170:56363 local=udp4://127.0.0.1:56363 counters={in={0i 0d} out={0i 0d}} |
| 57 | faceid=5 remote=fd://16 local=unix:///private/tmp/nfd.sock counters={in={12i 1d} out={1i 11d}} |
| 58 | faceid=8 remote=tcp4://131.179.196.46:6363 local=tcp4://192.168.0.106:56118 counters={in={0i 0d} out={0i 0d}} |
| 59 | faceid=9 remote=fd://17 local=unix:///private/tmp/nfd.sock counters={in={2i 0d} out={0i 1d}} |
| 60 | FIB: |
| 61 | /localhost/nfd nexthops={faceid=1 (cost=0)} |
| 62 | /localhop/nfd/rib nexthops={faceid=5 (cost=0)} |
| 63 | /ndn nexthops={faceid=8 (cost=0)} |
| 64 | /localhost/nfd/rib nexthops={faceid=5 (cost=0)} |