Junxiao Shi | 3160a3f | 2018-01-09 21:25:15 +0000 | [diff] [blame] | 1 | nfdc-cs |
Junxiao Shi | cdf7845 | 2018-03-02 23:14:15 +0000 | [diff] [blame] | 2 | ======= |
Junxiao Shi | 3160a3f | 2018-01-09 21:25:15 +0000 | [diff] [blame] | 3 | |
| 4 | SYNOPSIS |
| 5 | -------- |
Davide Pesavento | d214744 | 2018-02-19 23:58:17 -0500 | [diff] [blame] | 6 | | nfdc cs [info] |
Junxiao Shi | cdf7845 | 2018-03-02 23:14:15 +0000 | [diff] [blame] | 7 | | nfdc cs config [capacity <CAPACITY>] [admit on|off] [serve on|off] |
Junxiao Shi | a4d7fe0 | 2018-07-20 06:51:41 -0600 | [diff] [blame] | 8 | | nfdc cs erase <PREFIX> [count <COUNT>] |
Junxiao Shi | 3160a3f | 2018-01-09 21:25:15 +0000 | [diff] [blame] | 9 | |
| 10 | DESCRIPTION |
| 11 | ----------- |
| 12 | The **nfdc cs info** command shows CS statistics information. |
| 13 | |
Junxiao Shi | cdf7845 | 2018-03-02 23:14:15 +0000 | [diff] [blame] | 14 | The **nfdc cs config** command updates CS configuration. |
| 15 | |
Junxiao Shi | a4d7fe0 | 2018-07-20 06:51:41 -0600 | [diff] [blame] | 16 | The **nfdc cs erase** command erases cached Data under a name prefix. |
| 17 | |
Junxiao Shi | cdf7845 | 2018-03-02 23:14:15 +0000 | [diff] [blame] | 18 | OPTIONS |
| 19 | ------- |
| 20 | <CAPACITY> |
| 21 | Maximum number of Data packets the CS can store. |
| 22 | Lowering the capacity causes the CS to evict excess Data packets. |
| 23 | |
| 24 | admit on|off |
| 25 | Whether the CS can admit new Data. |
| 26 | |
| 27 | serve on|off |
| 28 | Whether the CS can satisfy incoming Interests using cached Data. |
| 29 | Turning this off causes all CS lookups to miss. |
| 30 | |
Junxiao Shi | a4d7fe0 | 2018-07-20 06:51:41 -0600 | [diff] [blame] | 31 | <PREFIX> |
| 32 | Name prefix of cached Data packets. |
| 33 | |
| 34 | <COUNT> |
| 35 | Maximum number of cached Data packets to erase. |
| 36 | The default is "no limit". |
| 37 | |
Junxiao Shi | 3160a3f | 2018-01-09 21:25:15 +0000 | [diff] [blame] | 38 | SEE ALSO |
| 39 | -------- |
| 40 | nfd(1), nfdc(1) |