Project

General

Profile

CsMgmt » History » Version 1

Junxiao Shi, 10/01/2017 09:43 PM

1 1 Junxiao Shi
# Content Store Management
2
3
**Content Store Management** is a module of [[Management|NFD Management protocol]].
4
It provides commands and datasets about the Content Store and its usage in forwarding.
5
6
Content Store Management commands and datasets are available under namespace `ndn:/localhost/nfd/cs`.
7
8
## Control Commands
9
10
[[ControlCommand]] **management-module**: `fib`
11
12
### Update config
13
14
**command-verb**: `config`
15
16
(to be defined in #4050)
17
18
### Erase entry
19
20
**command-verb**: `erase`
21
22
(to be defined in #4318)
23
24
## CS Information Dataset
25
26
CS config and runtime performance are published as a [[StatusDataset|Status Dataset]] at `ndn:/localhost/nfd/cs/info`.
27
28
    CsStatus ::= NHits
29
                 NMisses
30
31
    (other TLVs have nonNegativeInteger as value)
32
33
(additional fields to be defined in #4050)
34
35
## CS Enumeration
36
37
A subset of CS entries can be queried into a [[StatusDataset|Status Dataset]] under `ndn:/localhost/nfd/cs/query`.
38
39
(to be defined in #4317)