Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:faq:dpi_functionality:start [2023/08/29 07:58] – elena.krasnobryzh | en:dpi:faq:dpi_functionality:start [2024/07/29 12:36] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Additional DPI FAQ ====== | ||
- | {{indexmenu_n> | ||
- | **1.How the load is distributed across processor cores (12 cores/2 cluster)? | ||
- | The cores are distributed between different tasks dpi by functionality that they do not interfere with each other | ||
- | 2 and 7 cores are responsible for traffic transit and not very loaded. | ||
- | To see the distribution of functions can be command: | ||
- | ps -p `pidof fastdpi` H -o %cpu, | ||
- | **2.Why DPI have not loaded the CPU core (12e not used core)?**\\ | ||
- | In dpi there are service functions: netflow export, clickstream, | ||
- | processing of control commands, and so on. Their load is uneven and they can temporarily | ||
- | load the core for 100%, so they are allocated on a separate core that they do not interfere | ||
- | with other funtionality for instance - transit | ||
- | | ||
- | [[en: |