FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
fgilloteau_FTNT
Article Id 191192
Description
This article explains how to check the number of sessions that have been pushed to NP6.

Solution
To check the number of sessions that have been pushed to NP6, use the command:
#diagnose npu np6 sse-stats <NP6_ID>
This command gives the number of 'half' sessions on a specific NP6.  A typical session is made of two half sessions : ingress and egress.

In the following example, there are 70126 half sessions on NP6_0 and 75838 half sessions on NP6_1.

FG1K5D-1 (global) # diagnose npu np6 sse-stats 0
Counters        SSE0            SSE1            Total
--------------- --------------- --------------- ---------------
active          35189           34937           70126
insert-total    134611036       134624481       269235517
insert-success  134611036       134624481       269235517
delete-total    134575847       134589544       269165391
delete-success  134575847       134589544       269165391
purge-total     0               0               0
purge-success   0               0               0
search-total    3799074893      3871207649      3375315246
search-hit      3580496168      3652493853      2938022725
--------------- --------------- --------------- ---------------
pht-size        8421376         8421376
oft-size        8355840         8355840
oftfree         8355763         8355758
PBA             3001

FG1K5D-1 (global) # diagnose npu np6 sse-stats 1
Counters        SSE0            SSE1            Total
--------------- --------------- --------------- ---------------
active          37977           37861           75838
insert-total    134842807       134847764       269690571
insert-success  134842807       134847764       269690571
delete-total    134804830       134809903       269614733
delete-success  134804830       134809903       269614733
purge-total     0               0               0
purge-success   0               0               0
search-total    3890365012      4023832938      3619230654
search-hit      3670809994      3804413458      3180256156
--------------- --------------- --------------- ---------------
pht-size        8421376         8421376
oft-size        8355840         8355840
oftfree         8355749         8355755
PBA             2983

Contributors