blob: 99b46d8fbb5c3f2e156a60e8518ce4dcd6186536 [file] [log] [blame]
Junxiao Shi3160a3f2018-01-09 21:25:15 +00001nfdc-cs
Junxiao Shicdf78452018-03-02 23:14:15 +00002=======
Junxiao Shi3160a3f2018-01-09 21:25:15 +00003
4SYNOPSIS
5--------
Davide Pesaventod2147442018-02-19 23:58:17 -05006| nfdc cs [info]
Junxiao Shicdf78452018-03-02 23:14:15 +00007| nfdc cs config [capacity <CAPACITY>] [admit on|off] [serve on|off]
Junxiao Shi3160a3f2018-01-09 21:25:15 +00008
9DESCRIPTION
10-----------
11The **nfdc cs info** command shows CS statistics information.
12
Junxiao Shicdf78452018-03-02 23:14:15 +000013The **nfdc cs config** command updates CS configuration.
14
15OPTIONS
16-------
17<CAPACITY>
18 Maximum number of Data packets the CS can store.
19 Lowering the capacity causes the CS to evict excess Data packets.
20
21admit on|off
22 Whether the CS can admit new Data.
23
24serve on|off
25 Whether the CS can satisfy incoming Interests using cached Data.
26 Turning this off causes all CS lookups to miss.
27
Junxiao Shi3160a3f2018-01-09 21:25:15 +000028SEE ALSO
29--------
30nfd(1), nfdc(1)