This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong.
xxxxxxxxxx
====== fastdpi_stat.log ======
{{indexmenu_n>3}}
It is located in the folder: ''/var/log/dpi/fastdpi_stat.log''\\.
This log contains statistics on the traffic processed by SSG DPI
<code bash>
[STAT ][2022/04/07-13:36:24:608426] Memory usage : 'Virtual'/'Resident' 177805156352/3238039552
[STAT ][2022/04/07-13:36:24:608441] CPU statistics :
cpu_total : 18.8%us 1.7%sy 0.0%ni 79.5%id 0.0%wa
cpu0 : 4.6%us 2.7%sy 0.0%ni 92.8%id 0.0%wa
cpu1 : 20.1%us 0.4%sy 0.0%ni 79.5%id 0.0%wa
cpu2 : 19.5%us 0.4%sy 0.0%ni 80.1%id 0.0%wa
cpu3 : 23.4%us 2.1%sy 0.0%ni 74.5%id 0.0%wa
</code>
This site has a stat log:\\
''[2022/04/07-13:36:24:608426]'' — date and time of data capture
'' 'Virtual'/'Resident' '' — memory type.\\
''Virtual'' — virtual process size. Shows the total amount of memory that the program is able to address at a given time\\
''Resident'' — shows how much physical memory the process uses.\\
This parameter is followed by specific values
''CPU statistics'' — CPU utilization statistics\\
''cpu_total'' — total CPU utilization\\
''cpu0'', ''cpu1'', ''cpu2'', ''cpu3'' — kernel-specific loading\\
''us'' — how much is currently in use\\
''sy'' — how much the system is currently using\\
''id'' — how much is currently available\\