CsMgmt » History » Revision 3
« Previous |
Revision 3/20
(diff)
| Next »
Junxiao Shi, 12/07/2017 10:03 AM
Content Store Management¶
Content Store Management is a module of NFD Management protocol.
It provides commands and datasets about the Content Store and its usage in forwarding.
Content Store Management commands and datasets are available under namespace ndn:/localhost/nfd/cs
.
Control Commands¶
ControlCommand management-module: cs
Update config¶
command-verb: config
(to be defined in #4050)
Erase entry¶
command-verb: erase
(to be defined in #4318)
CS Information Dataset¶
CS config and runtime performance are published as a Status Dataset at ndn:/localhost/nfd/cs/info
.
CsInfo ::= CS-INFO-TYPE TLV-LENGTH
NHits
NMisses
(TLVs have nonNegativeInteger as value)
(additional fields to be defined in #4050)
CS Enumeration¶
A subset of CS entries can be queried into a Status Dataset under ndn:/localhost/nfd/cs/query
.
(to be defined in #4317)
TLV-TYPE assignments¶
Type | Assigned number | Assigned number (hex) |
---|---|---|
CsInfo | 128 | 0x80 |
NHits | 129 | 0x81 |
NMisses | 130 | 0x82 |
Updated by Junxiao Shi almost 7 years ago · 19 revisions