diff options
| author | yangwei <[email protected]> | 2018-11-08 13:56:59 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2018-11-08 13:56:59 +0800 |
| commit | da54112c628e2a339fdcee533f8ecabe7fa598cd (patch) | |
| tree | ccae2c865e7d24374fef01a5f53eb9bebc142d1e /run | |
| parent | 229eb61a06a3b900e5ed1f76c87c3b93077e62c2 (diff) | |
1.更新gprs tunnel协议识别逻辑,使用identify_gtp函数,取代原有的仅识别端口的逻辑
Diffstat (limited to 'run')
| -rw-r--r-- | run/fs2_sysinfo.log | 2 | ||||
| -rw-r--r-- | run/runtime.log | 4 | ||||
| -rw-r--r-- | run/sysinfo.log | 22 |
3 files changed, 14 insertions, 14 deletions
diff --git a/run/fs2_sysinfo.log b/run/fs2_sysinfo.log index deb2e27..a87b812 100644 --- a/run/fs2_sysinfo.log +++ b/run/fs2_sysinfo.log @@ -1,4 +1,4 @@ -============================================================Tue Nov 6 18:05:45 2018============================================================ +============================================================Thu Nov 8 13:50:30 2018============================================================ Ethernet_pps: 0 Ethernet_bps: 0 ________________________________________________________________________________________________________________________________________________ IPv4_pps IPv4_bps IPv6_pps IPv6_bps TCP_pps TCP_bps UDP_pps UDP_bps diff --git a/run/runtime.log b/run/runtime.log index 238cbb2..2431def 100644 --- a/run/runtime.log +++ b/run/runtime.log @@ -4,6 +4,6 @@ Implication: AVG, MAX is CPU-Cycle statistics of processed packet. ---------------------------------------- summary ------------------------------------------ range 0 0 0 0 more AVG MAX -number 0 0 0 0 386 3606.1 223011 +number 0 0 0 0 10000 23791.3 67389041 --------------------------------------- per-thread ---------------------------------------- - 0 0 0 0 0 386 3606.1 223011 + 0 0 0 0 0 10000 23791.3 67389041 diff --git a/run/sysinfo.log b/run/sysinfo.log index 33c316d..0fd3b85 100644 --- a/run/sysinfo.log +++ b/run/sysinfo.log @@ -1,11 +1,11 @@ *********************** [41msysinfo exactly[0m ************************* RCV-PKT total_pkt total_len pps Bps -Ethernet 386 386750 386 386750 -IPv4 772 730970 772 730970 +Ethernet 10000 3120673 10000 3120673 +IPv4 12497 4133728 12497 4133728 IPv6 0 0 0 0 -TCP 386 343097 386 343097 -UDP 386 364713 386 364713 +TCP 1681 244969 1681 244969 +UDP 9118 3497319 9118 3497319 Unknown 0 0 0 0 *************************************************************** @@ -18,7 +18,7 @@ SEND-ERR 0 0 0 0 TUNNEL total_pkt total_len 6over4 0 0 teredo 0 0 -GTP 386 0 +GTP 2505 0 DROP total_pkt app 0 @@ -28,21 +28,21 @@ lib 0 ------------------------------- TCP statistics detail ----------------------------- |-----------Current---------| |------Realtime-----| |--------From-of-startup---------| tid link-syn link-data link-nouse link-new/s link-del/s stream-num reset-num hash-list-max - 0 0 0 1 1 0 1 0 0 + 0 74 204 356 634 0 634 0 6 -------------------------- UDP statistics detail ------------------------ |-----------Current---------| |------Realtime-----| |--From-of-startup--| tid link-one link-two link-more link-new/s link-del/s stream-num reset-num - 0 0 0 1 1 0 1 0 + 0 2451 826 671 3948 0 3948 0 ***************************************************************** ################# [41msysinfo humanly[0m --- is same as above! ######### RCV-PKT total_pkt total_len pps bps -Ethernet 386 377.69K 386 2.95M -IPv4 772 713.84K 772 5.58M +Ethernet 10000 2.98M 10000 23.81M +IPv4 12497 3.94M 12497 31.54M IPv6 0 0 0 0 -TCP 386 335.06K 386 2.62M -UDP 386 356.17K 386 2.78M +TCP 1681 239.23K 1681 1.87M +UDP 9118 3.34M 9118 26.68M Unknown 0 0 0 0 ################################################################# SND-PKT total_pkt total_len pps bps |
