Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:dpi_options:opt_cache:cache_config [2020/02/05 16:46] – ↷ Page moved from en:dpi:dpi_options:extra_functionality:opt_cache:cache_config to en:dpi:dpi_options:opt_cache:cache_config lexx26 | en:dpi:dpi_options:opt_cache:cache_config [2024/09/26 15:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Configuration ====== | ====== Configuration ====== | ||
+ | {{indexmenu_n> | ||
+ | The Clickstream((Clickstream - detailed information on browsing internet resources by the user)) information has to be made available on DPI for media server for its correct operation. Please add the following settings to DPI configuration file / | ||
+ | |||
+ | <code bash> | ||
+ | cache_server=192.168.0.1 | ||
+ | ipfix_dev=eth2 | ||
+ | ipfix_udp_collectors=172.31.155.95: | ||
+ | ipfix_observation=127 | ||
+ | dbg_log_mask=0x80 | ||
+ | </ | ||
+ | |||
+ | Here | ||
+ | * cache_server is the address or the name of media server that sends content to subscribers | ||
+ | * ipfix_dev is the name of network interface that supports Clickstream data transmission in ipfix format | ||
+ | * 172.31.155.95: | ||
+ | |||
+ | Data uploading and cache control are handled by ccu (Cache Control Utility). | ||
+ | |||
+ | The command description for this utility is available via its ' | ||
+ | |||
+ | < | ||
+ | |||
+ | Uploading of video files to media server' | ||
+ | |||
+ | To start automatic uploading service to file storage on the media server: | ||
+ | < | ||
+ | |||
+ | To stop automatic uploading service: | ||
+ | < | ||
+ | |||
+ | The WEB interface on http:// | ||
+ | |||
+ | To start statitics service: | ||
+ | < | ||
+ | |||
+ | To stop statitics service: | ||
+ | < | ||
+ | |||
+ | To restart file distribution service after upgrade: | ||
+ | < | ||
+ | |||
+ | Execution of most of commands is logged into log files located in /// | ||
+ | |||
+ | Media server' |