<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Config + health indicators + best practise script in Scripts</title>
    <link>https://community.checkpoint.com/t5/Scripts/Config-health-indicators-best-practise-script/m-p/267909#M1326</link>
    <description>&lt;P&gt;Hey guys,&lt;/P&gt;
&lt;P&gt;This script provided general config, health indicators, and also best practise recommendations for Gaia OS. As usual, please run dos2unix and chmod 777 before testing it.&lt;/P&gt;
&lt;P&gt;My lab output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;[Expert@CP-GW:0]# ./cp_bestpractice_audit.sh&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Check Point Gaia Best-Practice Audit (Read-Only)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Timestamp: Tue Jan 20 08:12:12 EST 2026&lt;BR /&gt;Host: CP-GW&lt;BR /&gt;Report: /var/log/cp_bestpractice_audit_20260120_081212.txt&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;1) Platform / Version&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] Gaia &amp;amp; product version&lt;BR /&gt;clish -c "show version all"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;Product version Check Point Gaia R82&lt;BR /&gt;OS build 777&lt;BR /&gt;OS kernel version 4.18.0-372.9.1cpx86_64&lt;BR /&gt;OS edition 64-bit&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Hostname / domain&lt;BR /&gt;clish -c "show hostname"; clish -c "show domainname"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;CP-GW&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Check Point services state (cpwd)&lt;BR /&gt;have cpwd_admin &amp;amp;&amp;amp; cpwd_admin list || echo "cpwd_admin not available"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;bash: have: command not found&lt;BR /&gt;cpwd_admin not available&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Installed policy status (cpstat fw)&lt;BR /&gt;have cpstat &amp;amp;&amp;amp; cpstat fw || echo "cpstat not available"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;bash: have: command not found&lt;BR /&gt;cpstat not available&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Policy install details (fw stat -l)&lt;BR /&gt;have fw &amp;amp;&amp;amp; fw stat -l || echo "fw command not available"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;bash: have: command not found&lt;BR /&gt;fw command not available&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;2) Time, Timezone, NTP (Best Practice: enable NTP)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] Current time / timezone&lt;BR /&gt;clish -c "show time"; clish -c "show timezone"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;Time 08:12:15&lt;BR /&gt;Time Zone: Canada/Eastern (GMT -05:00)&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;No&lt;BR /&gt;[WARN] NTP may be disabled or not configured. Best practice: enable NTP and define reliable servers.&lt;/P&gt;
&lt;P&gt;[CMD] NTP servers&lt;BR /&gt;clish -c "show ntp servers"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;IP Address Type Version Preferred&lt;/P&gt;
&lt;P&gt;ntp2.checkpoint.com server 4 no&lt;BR /&gt;ntp.checkpoint.com server 4 yes&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;3) DNS &amp;amp; Management Plane Exposure&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] DNS configuration&lt;BR /&gt;clish -c "show dns primary"; clish -c "show dns secondary"; clish -c "show dns tertiary" 2&amp;gt;/dev/null || true&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;8.8.8.8&lt;BR /&gt;8.8.4.4&lt;BR /&gt;1.1.1.1&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Management interface&lt;BR /&gt;clish -c "show management interface"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;eth0&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Allowed management clients (best practice: restrict)&lt;BR /&gt;clish -c "show allowed-client all"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;Type Address Mask Length&lt;/P&gt;
&lt;P&gt;Host Any&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;4) SSH Hardening Indicators (Read-Only)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] SSHD effective indicators (sshd_config)&lt;BR /&gt;egrep -n '^(Port|Protocol|PermitRootLogin|PasswordAuthentication|PubkeyAuthentication|AllowUsers|AllowGroups|ClientAliveInterval|ClientAliveCountMax|MaxAuthTries|LoginGraceTime)\b' '/etc/ssh/sshd_config' || true&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;157:PermitRootLogin yes&lt;BR /&gt;158:PasswordAuthentication yes&lt;BR /&gt;166:PasswordAuthentication no&lt;BR /&gt;167:PermitRootLogin no&lt;BR /&gt;168:ClientAliveInterval 0&lt;BR /&gt;----- OUTPUT END -------&lt;BR /&gt;[PASS] PermitRootLogin is set to 'no' (good).&lt;BR /&gt;[PASS] PasswordAuthentication is 'no' (keys-only) (good).&lt;BR /&gt;[INFO] SSH Port detected: 22 (default or not set)&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;5) Password Policy Reminder (Gaia)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;[INFO] Best practice: enforce strong password policy (complexity, reuse history, expiration, lockout for unused accounts). Review in Gaia settings.&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;6) Cluster / HA (if applicable)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] ClusterXL status&lt;BR /&gt;cphaprob stat&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;/P&gt;
&lt;P&gt;HA module not started.&lt;/P&gt;
&lt;P&gt;This gateway not configured as cluster&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Cluster sync status&lt;BR /&gt;cphaprob syncstat&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;/P&gt;
&lt;P&gt;HA module not configured.&lt;/P&gt;
&lt;P&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;7) Kernel &amp;amp; Connections Snapshot (fw ctl pstat)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] Kernel stats snapshot (fw ctl pstat)&lt;BR /&gt;fw ctl pstat&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;/P&gt;
&lt;P&gt;Virtual System Capacity Summary:&lt;BR /&gt;Physical memory used: 26% (3464 MB out of 13059 MB) - below watermark&lt;BR /&gt;Kernel memory used: 4% (573 MB out of 13059 MB) - below watermark&lt;BR /&gt;Virtual memory used: 22% (2884 MB out of 13059 MB) - below watermark&lt;BR /&gt;Used: 2884 MB by FW, 1152 MB by zeco&lt;BR /&gt;Concurrent Connections: 14 (Unlimited)&lt;BR /&gt;Aggressive Aging is enabled, not active&lt;/P&gt;
&lt;P&gt;Kernel memory (kmem) statistics:&lt;BR /&gt;Total memory bytes used: 1778063177 peak: 2763745049&lt;BR /&gt;Allocations: 2759444115 alloc, 0 failed alloc&lt;BR /&gt;2755672734 free, 0 failed free&lt;/P&gt;
&lt;P&gt;Cookies:&lt;BR /&gt;648157456 total, 0 alloc, 0 free,&lt;BR /&gt;336716 dup, 2542067965 get, 628128954 put,&lt;BR /&gt;1934007092 len, 2820787651 cached len, 0 chain alloc,&lt;BR /&gt;0 chain free&lt;/P&gt;
&lt;P&gt;Connections:&lt;BR /&gt;235855 total, 177058 TCP, 58784 UDP, 13 ICMP,&lt;BR /&gt;0 other, 0 anticipated, 1 recovered, 14 concurrent,&lt;BR /&gt;523 peak concurrent&lt;/P&gt;
&lt;P&gt;Fragments:&lt;BR /&gt;0 fragments, 0 packets, 0 expired, 0 short,&lt;BR /&gt;0 large, 0 duplicates, 0 failures&lt;/P&gt;
&lt;P&gt;NAT:&lt;BR /&gt;311914901/0 forw, 316213228/0 bckw, 628126039 tcpudp,&lt;BR /&gt;2090 icmp, 219227-219220 alloc&lt;/P&gt;
&lt;P&gt;Sync: Run "cphaprob syncstat" for cluster sync statistics.&lt;/P&gt;
&lt;P&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] CoreXL dispatcher stats (if supported) (fw ctl pstat -c)&lt;BR /&gt;fw ctl pstat -c 2&amp;gt;/dev/null || echo "Not supported on this version / build"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;/P&gt;
&lt;P&gt;Virtual System Capacity Summary:&lt;BR /&gt;Physical memory used: 26% (3464 MB out of 13059 MB) - below watermark&lt;BR /&gt;Kernel memory used: 4% (573 MB out of 13059 MB) - below watermark&lt;BR /&gt;Virtual memory used: 22% (2884 MB out of 13059 MB) - below watermark&lt;BR /&gt;Used: 2884 MB by FW, 1152 MB by zeco&lt;BR /&gt;Concurrent Connections: 16 (Unlimited)&lt;BR /&gt;Aggressive Aging is enabled, not active&lt;/P&gt;
&lt;P&gt;Kernel memory (kmem) statistics:&lt;BR /&gt;Total memory bytes used: 1778150073 peak: 2763745049&lt;BR /&gt;Allocations: 2759454674 alloc, 0 failed alloc&lt;BR /&gt;2755682833 free, 0 failed free&lt;/P&gt;
&lt;P&gt;Cookies:&lt;BR /&gt;648158050 total, 0 alloc, 0 free,&lt;BR /&gt;336720 dup, 2542070268 get, 628129519 put,&lt;BR /&gt;1934008874 len, 2820790241 cached len, 0 chain alloc,&lt;BR /&gt;0 chain free&lt;/P&gt;
&lt;P&gt;Connections:&lt;BR /&gt;235857 total, 177060 TCP, 58784 UDP, 13 ICMP,&lt;BR /&gt;0 other, 0 anticipated, 1 recovered, 16 concurrent,&lt;BR /&gt;523 peak concurrent&lt;/P&gt;
&lt;P&gt;Fragments:&lt;BR /&gt;0 fragments, 0 packets, 0 expired, 0 short,&lt;BR /&gt;0 large, 0 duplicates, 0 failures&lt;/P&gt;
&lt;P&gt;NAT:&lt;BR /&gt;311915186/0 forw, 316213508/0 bckw, 628126604 tcpudp,&lt;BR /&gt;2090 icmp, 219229-219220 alloc&lt;/P&gt;
&lt;P&gt;FWMULTIK GCONN STAT:&lt;/P&gt;
&lt;P&gt;VS 0 info:&lt;/P&gt;
&lt;P&gt;CPU 0:&lt;BR /&gt;notifications handled: 341304785, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 234205, conns deleted: 474968, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 1:&lt;BR /&gt;notifications handled: 18191, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 19, conns deleted: 84, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 9, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 2:&lt;BR /&gt;notifications handled: 53860622, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 48283, conns deleted: 90220, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 3:&lt;BR /&gt;notifications handled: 55944880, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 50805, conns deleted: 93932, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 4:&lt;BR /&gt;notifications handled: 55260182, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 50646, conns deleted: 92204, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 5:&lt;BR /&gt;notifications handled: 55616893, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 30716, conns deleted: 72742, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 1, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 6:&lt;BR /&gt;notifications handled: 53968416, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 29676, conns deleted: 70578, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 7:&lt;BR /&gt;notifications handled: 33082861, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 27316, conns deleted: 48424, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 8:&lt;BR /&gt;notifications handled: 38732, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 428, conns deleted: 1038, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 69, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 9:&lt;BR /&gt;notifications handled: 137, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 46, conns deleted: 10, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 10, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 10:&lt;BR /&gt;notifications handled: 2701, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 16, conns deleted: 28, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 4, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 11:&lt;BR /&gt;notifications handled: 26, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 11, conns deleted: 2, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 2, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 12:&lt;BR /&gt;notifications handled: 1479, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 7, conns deleted: 18, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 13:&lt;BR /&gt;notifications handled: 1027, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 0, conns deleted: 14, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 14:&lt;BR /&gt;notifications handled: 131, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 2, conns deleted: 22, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 2, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 15:&lt;BR /&gt;notifications handled: 60, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 14, conns deleted: 32, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 2, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;FWMULTIK STAT:&lt;/P&gt;
&lt;P&gt;VS 0 info:&lt;/P&gt;
&lt;P&gt;CPU 0:&lt;BR /&gt;Zeco: 343440253 data mapped, 49 data unmapped, 343440253 shared info mapped, 49 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 20035, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 343420259&lt;BR /&gt;Outbound packet userspace: 20043&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 13622350&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 1:&lt;BR /&gt;Zeco: 13960 data mapped, 1 data unmapped, 13960 shared info mapped, 1 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 13562, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 391&lt;BR /&gt;Outbound packet userspace: 13570&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 2:&lt;BR /&gt;Zeco: 2154302 data mapped, 62882156 data unmapped, 2154302 shared info mapped, 62882156 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 1252693, shared skbs: 0&lt;BR /&gt;data alloc from pool: 8136, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 65036458&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 893912&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 3:&lt;BR /&gt;Zeco: 2418272 data mapped, 64342210 data unmapped, 2418272 shared info mapped, 64342210 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 1427648, shared skbs: 0&lt;BR /&gt;data alloc from pool: 7526, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 8&lt;BR /&gt;Outbound packet userspace: 66760474&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 903260&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 1&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 4:&lt;BR /&gt;Zeco: 2157746 data mapped, 63632351 data unmapped, 2157746 shared info mapped, 63632351 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 1194752, shared skbs: 0&lt;BR /&gt;data alloc from pool: 8061, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 8&lt;BR /&gt;Outbound packet userspace: 65790089&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 907924&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 1&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 5:&lt;BR /&gt;Zeco: 1480138 data mapped, 44163275 data unmapped, 1480138 shared info mapped, 44163275 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 647374, shared skbs: 0&lt;BR /&gt;data alloc from pool: 100844274, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 45643413&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 181940088&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 1&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 6:&lt;BR /&gt;Zeco: 1411613 data mapped, 42551194 data unmapped, 1411613 shared info mapped, 42551194 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 691113, shared skbs: 0&lt;BR /&gt;data alloc from pool: 100867630, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 43962807&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 181988081&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 2&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 7:&lt;BR /&gt;Zeco: 1178374 data mapped, 24898750 data unmapped, 1178374 shared info mapped, 24898750 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 353823, shared skbs: 0&lt;BR /&gt;data alloc from pool: 100743741, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 26077124&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 184259199&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 1&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 121&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 8:&lt;BR /&gt;Zeco: 32007 data mapped, 28 data unmapped, 32007 shared info mapped, 28 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 38, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 31979&lt;BR /&gt;Outbound packet userspace: 56&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 4&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 9:&lt;BR /&gt;Zeco: 63 data mapped, 7 data unmapped, 63 shared info mapped, 7 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 43, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 70&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 8&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 10:&lt;BR /&gt;Zeco: 426 data mapped, 4390 data unmapped, 426 shared info mapped, 4390 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 23, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 391&lt;BR /&gt;Outbound packet userspace: 4425&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 11:&lt;BR /&gt;Zeco: 15 data mapped, 2 data unmapped, 15 shared info mapped, 2 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 11, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 17&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 12:&lt;BR /&gt;Zeco: 25 data mapped, 3480 data unmapped, 25 shared info mapped, 3480 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 21, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 3505&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 13:&lt;BR /&gt;Zeco: 285 data mapped, 534 data unmapped, 285 shared info mapped, 534 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 285, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 819&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 14:&lt;BR /&gt;Zeco: 41 data mapped, 1 data unmapped, 41 shared info mapped, 1 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 39, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 42&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 15:&lt;BR /&gt;Zeco: 21 data mapped, 3 data unmapped, 21 shared info mapped, 3 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 14, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 24&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik dequeue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 8&lt;BR /&gt;Outbound packet userspace: 2&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;FWMULTIK GLOBAL STAT:&lt;/P&gt;
&lt;P&gt;VS 0 info:&lt;/P&gt;
&lt;P&gt;INSTANCE 0:&lt;BR /&gt;multik_forwarding: 0&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 0&lt;BR /&gt;arbitray: 0&lt;BR /&gt;conn: 0&lt;BR /&gt;multik tag: 0&lt;BR /&gt;sxl tag: 0&lt;BR /&gt;param: 0&lt;/P&gt;
&lt;P&gt;INSTANCE 1:&lt;BR /&gt;multik_forwarding: 1953325420&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 18446625743128520813&lt;BR /&gt;arbitray: 0&lt;BR /&gt;conn: 0&lt;BR /&gt;multik tag: 0&lt;BR /&gt;sxl tag: 0&lt;BR /&gt;param: 0&lt;/P&gt;
&lt;P&gt;INSTANCE 2:&lt;BR /&gt;multik_forwarding: 0&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 0&lt;BR /&gt;arbitray: 1953325420&lt;BR /&gt;conn: 18446625743128520813&lt;BR /&gt;multik tag: 0&lt;BR /&gt;sxl tag: 0&lt;BR /&gt;param: 0&lt;/P&gt;
&lt;P&gt;INSTANCE 3:&lt;BR /&gt;multik_forwarding: 0&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 0&lt;BR /&gt;arbitray: 0&lt;BR /&gt;conn: 0&lt;BR /&gt;multik tag: 1953325420&lt;BR /&gt;sxl tag: 18446625743128520813&lt;BR /&gt;param: 0&lt;/P&gt;
&lt;P&gt;INSTANCE 4:&lt;BR /&gt;multik_forwarding: 0&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 0&lt;BR /&gt;arbitray: 0&lt;BR /&gt;conn: 0&lt;BR /&gt;multik tag: 0&lt;BR /&gt;sxl tag: 0&lt;BR /&gt;param: 1953325420&lt;/P&gt;
&lt;P&gt;INSTANCE 5:&lt;BR /&gt;multik_forwarding: 18446625743128520813&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 0&lt;BR /&gt;arbitray: 0&lt;BR /&gt;conn: 0&lt;BR /&gt;multik tag: 0&lt;BR /&gt;sxl tag: 0&lt;BR /&gt;param: 0&lt;/P&gt;
&lt;P&gt;Sync: Run "cphaprob syncstat" for cluster sync statistics.&lt;/P&gt;
&lt;P&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;8)&lt;/img&gt; Logging / Log Server Indicators (basic)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] Log server performance (if log server enabled) (cpstat mg -f log_server)&lt;BR /&gt;cpstat mg -f log_server 2&amp;gt;/dev/null || echo "Not available / not a log server"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;Not available / not a log server&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Log connections (cpstat -f log_connection)&lt;BR /&gt;cpstat -f log_connection 2&amp;gt;/dev/null || echo "Not available"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;Not available&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;9) Threat Prevention Best-Practice Pointers (mostly SmartConsole-side)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;[INFO] Validate Threat Prevention profiles/policy, updates, and HTTPS Inspection according to Check Point Threat Prevention best practices &amp;amp; admin guidance.&lt;BR /&gt;[INFO] Docs to consult (see citations in chat response): R81 Threat Prevention Best Practices + R81.20 Threat Prevention Admin Guide.&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;10) Optional: CPInfo Collection (heavy) - Use --cpinfo&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;[INFO] Skipped CPInfo. Re-run with: ./cp_bestpractice_audit.sh --cpinfo (maintenance window recommended).&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Summary&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Report saved to: /var/log/cp_bestpractice_audit_20260120_081212.txt&lt;BR /&gt;[INFO] This script is read-only. Use SmartConsole/Gaia UI to implement changes.&lt;/P&gt;
&lt;P&gt;Quick best-practice reminders:&lt;BR /&gt;- Keep software up to date and follow vendor hardening guidance.&lt;BR /&gt;- Restrict management access (allowed clients / admin-plane ACLs).&lt;BR /&gt;- Enable NTP with reliable sources.&lt;BR /&gt;- Prefer SSH keys; disable root login and password auth if feasible.&lt;BR /&gt;- Review password policy (complexity/history/expiration/lockout).&lt;BR /&gt;- Review Threat Prevention profiles/policy, updates, and HTTPS inspection where appropriate.&lt;BR /&gt;[Expert@CP-GW:0]#&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jan 2026 16:25:40 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2026-01-21T16:25:40Z</dc:date>
    <item>
      <title>Config + health indicators + best practise script</title>
      <link>https://community.checkpoint.com/t5/Scripts/Config-health-indicators-best-practise-script/m-p/267909#M1326</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;
&lt;P&gt;This script provided general config, health indicators, and also best practise recommendations for Gaia OS. As usual, please run dos2unix and chmod 777 before testing it.&lt;/P&gt;
&lt;P&gt;My lab output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;[Expert@CP-GW:0]# ./cp_bestpractice_audit.sh&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Check Point Gaia Best-Practice Audit (Read-Only)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Timestamp: Tue Jan 20 08:12:12 EST 2026&lt;BR /&gt;Host: CP-GW&lt;BR /&gt;Report: /var/log/cp_bestpractice_audit_20260120_081212.txt&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;1) Platform / Version&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] Gaia &amp;amp; product version&lt;BR /&gt;clish -c "show version all"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;Product version Check Point Gaia R82&lt;BR /&gt;OS build 777&lt;BR /&gt;OS kernel version 4.18.0-372.9.1cpx86_64&lt;BR /&gt;OS edition 64-bit&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Hostname / domain&lt;BR /&gt;clish -c "show hostname"; clish -c "show domainname"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;CP-GW&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Check Point services state (cpwd)&lt;BR /&gt;have cpwd_admin &amp;amp;&amp;amp; cpwd_admin list || echo "cpwd_admin not available"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;bash: have: command not found&lt;BR /&gt;cpwd_admin not available&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Installed policy status (cpstat fw)&lt;BR /&gt;have cpstat &amp;amp;&amp;amp; cpstat fw || echo "cpstat not available"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;bash: have: command not found&lt;BR /&gt;cpstat not available&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Policy install details (fw stat -l)&lt;BR /&gt;have fw &amp;amp;&amp;amp; fw stat -l || echo "fw command not available"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;bash: have: command not found&lt;BR /&gt;fw command not available&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;2) Time, Timezone, NTP (Best Practice: enable NTP)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] Current time / timezone&lt;BR /&gt;clish -c "show time"; clish -c "show timezone"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;Time 08:12:15&lt;BR /&gt;Time Zone: Canada/Eastern (GMT -05:00)&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;No&lt;BR /&gt;[WARN] NTP may be disabled or not configured. Best practice: enable NTP and define reliable servers.&lt;/P&gt;
&lt;P&gt;[CMD] NTP servers&lt;BR /&gt;clish -c "show ntp servers"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;IP Address Type Version Preferred&lt;/P&gt;
&lt;P&gt;ntp2.checkpoint.com server 4 no&lt;BR /&gt;ntp.checkpoint.com server 4 yes&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;3) DNS &amp;amp; Management Plane Exposure&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] DNS configuration&lt;BR /&gt;clish -c "show dns primary"; clish -c "show dns secondary"; clish -c "show dns tertiary" 2&amp;gt;/dev/null || true&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;8.8.8.8&lt;BR /&gt;8.8.4.4&lt;BR /&gt;1.1.1.1&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Management interface&lt;BR /&gt;clish -c "show management interface"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;eth0&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Allowed management clients (best practice: restrict)&lt;BR /&gt;clish -c "show allowed-client all"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;Type Address Mask Length&lt;/P&gt;
&lt;P&gt;Host Any&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;4) SSH Hardening Indicators (Read-Only)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] SSHD effective indicators (sshd_config)&lt;BR /&gt;egrep -n '^(Port|Protocol|PermitRootLogin|PasswordAuthentication|PubkeyAuthentication|AllowUsers|AllowGroups|ClientAliveInterval|ClientAliveCountMax|MaxAuthTries|LoginGraceTime)\b' '/etc/ssh/sshd_config' || true&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;157:PermitRootLogin yes&lt;BR /&gt;158:PasswordAuthentication yes&lt;BR /&gt;166:PasswordAuthentication no&lt;BR /&gt;167:PermitRootLogin no&lt;BR /&gt;168:ClientAliveInterval 0&lt;BR /&gt;----- OUTPUT END -------&lt;BR /&gt;[PASS] PermitRootLogin is set to 'no' (good).&lt;BR /&gt;[PASS] PasswordAuthentication is 'no' (keys-only) (good).&lt;BR /&gt;[INFO] SSH Port detected: 22 (default or not set)&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;5) Password Policy Reminder (Gaia)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;[INFO] Best practice: enforce strong password policy (complexity, reuse history, expiration, lockout for unused accounts). Review in Gaia settings.&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;6) Cluster / HA (if applicable)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] ClusterXL status&lt;BR /&gt;cphaprob stat&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;/P&gt;
&lt;P&gt;HA module not started.&lt;/P&gt;
&lt;P&gt;This gateway not configured as cluster&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Cluster sync status&lt;BR /&gt;cphaprob syncstat&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;/P&gt;
&lt;P&gt;HA module not configured.&lt;/P&gt;
&lt;P&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;7) Kernel &amp;amp; Connections Snapshot (fw ctl pstat)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] Kernel stats snapshot (fw ctl pstat)&lt;BR /&gt;fw ctl pstat&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;/P&gt;
&lt;P&gt;Virtual System Capacity Summary:&lt;BR /&gt;Physical memory used: 26% (3464 MB out of 13059 MB) - below watermark&lt;BR /&gt;Kernel memory used: 4% (573 MB out of 13059 MB) - below watermark&lt;BR /&gt;Virtual memory used: 22% (2884 MB out of 13059 MB) - below watermark&lt;BR /&gt;Used: 2884 MB by FW, 1152 MB by zeco&lt;BR /&gt;Concurrent Connections: 14 (Unlimited)&lt;BR /&gt;Aggressive Aging is enabled, not active&lt;/P&gt;
&lt;P&gt;Kernel memory (kmem) statistics:&lt;BR /&gt;Total memory bytes used: 1778063177 peak: 2763745049&lt;BR /&gt;Allocations: 2759444115 alloc, 0 failed alloc&lt;BR /&gt;2755672734 free, 0 failed free&lt;/P&gt;
&lt;P&gt;Cookies:&lt;BR /&gt;648157456 total, 0 alloc, 0 free,&lt;BR /&gt;336716 dup, 2542067965 get, 628128954 put,&lt;BR /&gt;1934007092 len, 2820787651 cached len, 0 chain alloc,&lt;BR /&gt;0 chain free&lt;/P&gt;
&lt;P&gt;Connections:&lt;BR /&gt;235855 total, 177058 TCP, 58784 UDP, 13 ICMP,&lt;BR /&gt;0 other, 0 anticipated, 1 recovered, 14 concurrent,&lt;BR /&gt;523 peak concurrent&lt;/P&gt;
&lt;P&gt;Fragments:&lt;BR /&gt;0 fragments, 0 packets, 0 expired, 0 short,&lt;BR /&gt;0 large, 0 duplicates, 0 failures&lt;/P&gt;
&lt;P&gt;NAT:&lt;BR /&gt;311914901/0 forw, 316213228/0 bckw, 628126039 tcpudp,&lt;BR /&gt;2090 icmp, 219227-219220 alloc&lt;/P&gt;
&lt;P&gt;Sync: Run "cphaprob syncstat" for cluster sync statistics.&lt;/P&gt;
&lt;P&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] CoreXL dispatcher stats (if supported) (fw ctl pstat -c)&lt;BR /&gt;fw ctl pstat -c 2&amp;gt;/dev/null || echo "Not supported on this version / build"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;/P&gt;
&lt;P&gt;Virtual System Capacity Summary:&lt;BR /&gt;Physical memory used: 26% (3464 MB out of 13059 MB) - below watermark&lt;BR /&gt;Kernel memory used: 4% (573 MB out of 13059 MB) - below watermark&lt;BR /&gt;Virtual memory used: 22% (2884 MB out of 13059 MB) - below watermark&lt;BR /&gt;Used: 2884 MB by FW, 1152 MB by zeco&lt;BR /&gt;Concurrent Connections: 16 (Unlimited)&lt;BR /&gt;Aggressive Aging is enabled, not active&lt;/P&gt;
&lt;P&gt;Kernel memory (kmem) statistics:&lt;BR /&gt;Total memory bytes used: 1778150073 peak: 2763745049&lt;BR /&gt;Allocations: 2759454674 alloc, 0 failed alloc&lt;BR /&gt;2755682833 free, 0 failed free&lt;/P&gt;
&lt;P&gt;Cookies:&lt;BR /&gt;648158050 total, 0 alloc, 0 free,&lt;BR /&gt;336720 dup, 2542070268 get, 628129519 put,&lt;BR /&gt;1934008874 len, 2820790241 cached len, 0 chain alloc,&lt;BR /&gt;0 chain free&lt;/P&gt;
&lt;P&gt;Connections:&lt;BR /&gt;235857 total, 177060 TCP, 58784 UDP, 13 ICMP,&lt;BR /&gt;0 other, 0 anticipated, 1 recovered, 16 concurrent,&lt;BR /&gt;523 peak concurrent&lt;/P&gt;
&lt;P&gt;Fragments:&lt;BR /&gt;0 fragments, 0 packets, 0 expired, 0 short,&lt;BR /&gt;0 large, 0 duplicates, 0 failures&lt;/P&gt;
&lt;P&gt;NAT:&lt;BR /&gt;311915186/0 forw, 316213508/0 bckw, 628126604 tcpudp,&lt;BR /&gt;2090 icmp, 219229-219220 alloc&lt;/P&gt;
&lt;P&gt;FWMULTIK GCONN STAT:&lt;/P&gt;
&lt;P&gt;VS 0 info:&lt;/P&gt;
&lt;P&gt;CPU 0:&lt;BR /&gt;notifications handled: 341304785, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 234205, conns deleted: 474968, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 1:&lt;BR /&gt;notifications handled: 18191, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 19, conns deleted: 84, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 9, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 2:&lt;BR /&gt;notifications handled: 53860622, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 48283, conns deleted: 90220, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 3:&lt;BR /&gt;notifications handled: 55944880, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 50805, conns deleted: 93932, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 4:&lt;BR /&gt;notifications handled: 55260182, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 50646, conns deleted: 92204, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 5:&lt;BR /&gt;notifications handled: 55616893, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 30716, conns deleted: 72742, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 1, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 6:&lt;BR /&gt;notifications handled: 53968416, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 29676, conns deleted: 70578, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 7:&lt;BR /&gt;notifications handled: 33082861, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 27316, conns deleted: 48424, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 8:&lt;BR /&gt;notifications handled: 38732, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 428, conns deleted: 1038, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 69, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 9:&lt;BR /&gt;notifications handled: 137, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 46, conns deleted: 10, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 10, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 10:&lt;BR /&gt;notifications handled: 2701, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 16, conns deleted: 28, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 4, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 11:&lt;BR /&gt;notifications handled: 26, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 11, conns deleted: 2, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 2, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 12:&lt;BR /&gt;notifications handled: 1479, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 7, conns deleted: 18, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 13:&lt;BR /&gt;notifications handled: 1027, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 0, conns deleted: 14, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 0, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 14:&lt;BR /&gt;notifications handled: 131, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 2, conns deleted: 22, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 2, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;CPU 15:&lt;BR /&gt;notifications handled: 60, conn create failed: 0,&lt;BR /&gt;conns not from pool: 0, conns from pool: 14, conns deleted: 32, conn delete failed: 0, bad notifications: 0,&lt;BR /&gt;pkt_partial_search: 2, pkt_partial_match: 0,&lt;BR /&gt;pkt_localsrc_search: 0, pkt_localsrc_match: 0&lt;/P&gt;
&lt;P&gt;FWMULTIK STAT:&lt;/P&gt;
&lt;P&gt;VS 0 info:&lt;/P&gt;
&lt;P&gt;CPU 0:&lt;BR /&gt;Zeco: 343440253 data mapped, 49 data unmapped, 343440253 shared info mapped, 49 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 20035, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 343420259&lt;BR /&gt;Outbound packet userspace: 20043&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 13622350&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 1:&lt;BR /&gt;Zeco: 13960 data mapped, 1 data unmapped, 13960 shared info mapped, 1 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 13562, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 391&lt;BR /&gt;Outbound packet userspace: 13570&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 2:&lt;BR /&gt;Zeco: 2154302 data mapped, 62882156 data unmapped, 2154302 shared info mapped, 62882156 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 1252693, shared skbs: 0&lt;BR /&gt;data alloc from pool: 8136, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 65036458&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 893912&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 3:&lt;BR /&gt;Zeco: 2418272 data mapped, 64342210 data unmapped, 2418272 shared info mapped, 64342210 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 1427648, shared skbs: 0&lt;BR /&gt;data alloc from pool: 7526, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 8&lt;BR /&gt;Outbound packet userspace: 66760474&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 903260&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 1&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 4:&lt;BR /&gt;Zeco: 2157746 data mapped, 63632351 data unmapped, 2157746 shared info mapped, 63632351 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 1194752, shared skbs: 0&lt;BR /&gt;data alloc from pool: 8061, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 8&lt;BR /&gt;Outbound packet userspace: 65790089&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 907924&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 1&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 5:&lt;BR /&gt;Zeco: 1480138 data mapped, 44163275 data unmapped, 1480138 shared info mapped, 44163275 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 647374, shared skbs: 0&lt;BR /&gt;data alloc from pool: 100844274, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 45643413&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 181940088&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 1&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 6:&lt;BR /&gt;Zeco: 1411613 data mapped, 42551194 data unmapped, 1411613 shared info mapped, 42551194 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 691113, shared skbs: 0&lt;BR /&gt;data alloc from pool: 100867630, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 43962807&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 181988081&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 2&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 7:&lt;BR /&gt;Zeco: 1178374 data mapped, 24898750 data unmapped, 1178374 shared info mapped, 24898750 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 353823, shared skbs: 0&lt;BR /&gt;data alloc from pool: 100743741, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 26077124&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 184259199&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 1&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 121&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 8:&lt;BR /&gt;Zeco: 32007 data mapped, 28 data unmapped, 32007 shared info mapped, 28 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 38, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 31979&lt;BR /&gt;Outbound packet userspace: 56&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 4&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 9:&lt;BR /&gt;Zeco: 63 data mapped, 7 data unmapped, 63 shared info mapped, 7 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 43, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 70&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 8&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 10:&lt;BR /&gt;Zeco: 426 data mapped, 4390 data unmapped, 426 shared info mapped, 4390 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 23, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 391&lt;BR /&gt;Outbound packet userspace: 4425&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 11:&lt;BR /&gt;Zeco: 15 data mapped, 2 data unmapped, 15 shared info mapped, 2 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 11, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 17&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 12:&lt;BR /&gt;Zeco: 25 data mapped, 3480 data unmapped, 25 shared info mapped, 3480 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 21, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 3505&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 13:&lt;BR /&gt;Zeco: 285 data mapped, 534 data unmapped, 285 shared info mapped, 534 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 285, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 819&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 14:&lt;BR /&gt;Zeco: 41 data mapped, 1 data unmapped, 41 shared info mapped, 1 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 39, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 42&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;CPU 15:&lt;BR /&gt;Zeco: 21 data mapped, 3 data unmapped, 21 shared info mapped, 3 shared info unmapped&lt;BR /&gt;cut through: 0, non linear skbs: 14, shared skbs: 0&lt;BR /&gt;data alloc from pool: 0, data alloc not from pool: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 24&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik enqueue fail stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 0&lt;BR /&gt;Outbound packet userspace: 0&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;fwmultik dequeue stats:&lt;BR /&gt;Inbound packet kernel: 0&lt;BR /&gt;Outbound packet kernel: 0&lt;BR /&gt;Inbound packet userspace: 8&lt;BR /&gt;Outbound packet userspace: 2&lt;BR /&gt;Multik message kernel: 0&lt;BR /&gt;Multik message userspace: 0&lt;BR /&gt;F2P packet kernel: 0&lt;BR /&gt;F2P packet userspace: 0&lt;BR /&gt;VPN packet kernel: 0&lt;BR /&gt;VPN packet userspace: 0&lt;BR /&gt;Multik Notification: 0&lt;BR /&gt;Notification: 0&lt;BR /&gt;Notification Packet: 0&lt;BR /&gt;Vs message: 0&lt;BR /&gt;Vs_kill: 0&lt;BR /&gt;Forward before encrypt(F2F) kernel: 0&lt;BR /&gt;Forward before encrypt(F2F) userspace: 0&lt;BR /&gt;Async index req: 0&lt;BR /&gt;Accel ACK info: 0&lt;BR /&gt;SXL Device State Info: 0&lt;BR /&gt;Async ADP call: 0&lt;BR /&gt;Host Rank Info: 0&lt;BR /&gt;Mbuf alloc: 0&lt;BR /&gt;Memory Event: 0&lt;/P&gt;
&lt;P&gt;FWMULTIK GLOBAL STAT:&lt;/P&gt;
&lt;P&gt;VS 0 info:&lt;/P&gt;
&lt;P&gt;INSTANCE 0:&lt;BR /&gt;multik_forwarding: 0&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 0&lt;BR /&gt;arbitray: 0&lt;BR /&gt;conn: 0&lt;BR /&gt;multik tag: 0&lt;BR /&gt;sxl tag: 0&lt;BR /&gt;param: 0&lt;/P&gt;
&lt;P&gt;INSTANCE 1:&lt;BR /&gt;multik_forwarding: 1953325420&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 18446625743128520813&lt;BR /&gt;arbitray: 0&lt;BR /&gt;conn: 0&lt;BR /&gt;multik tag: 0&lt;BR /&gt;sxl tag: 0&lt;BR /&gt;param: 0&lt;/P&gt;
&lt;P&gt;INSTANCE 2:&lt;BR /&gt;multik_forwarding: 0&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 0&lt;BR /&gt;arbitray: 1953325420&lt;BR /&gt;conn: 18446625743128520813&lt;BR /&gt;multik tag: 0&lt;BR /&gt;sxl tag: 0&lt;BR /&gt;param: 0&lt;/P&gt;
&lt;P&gt;INSTANCE 3:&lt;BR /&gt;multik_forwarding: 0&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 0&lt;BR /&gt;arbitray: 0&lt;BR /&gt;conn: 0&lt;BR /&gt;multik tag: 1953325420&lt;BR /&gt;sxl tag: 18446625743128520813&lt;BR /&gt;param: 0&lt;/P&gt;
&lt;P&gt;INSTANCE 4:&lt;BR /&gt;multik_forwarding: 0&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 0&lt;BR /&gt;arbitray: 0&lt;BR /&gt;conn: 0&lt;BR /&gt;multik tag: 0&lt;BR /&gt;sxl tag: 0&lt;BR /&gt;param: 1953325420&lt;/P&gt;
&lt;P&gt;INSTANCE 5:&lt;BR /&gt;multik_forwarding: 18446625743128520813&lt;/P&gt;
&lt;P&gt;fwmultik dispatch reason:&lt;BR /&gt;not selected: 0&lt;BR /&gt;arbitray: 0&lt;BR /&gt;conn: 0&lt;BR /&gt;multik tag: 0&lt;BR /&gt;sxl tag: 0&lt;BR /&gt;param: 0&lt;/P&gt;
&lt;P&gt;Sync: Run "cphaprob syncstat" for cluster sync statistics.&lt;/P&gt;
&lt;P&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;8)&lt;/img&gt; Logging / Log Server Indicators (basic)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[CMD] Log server performance (if log server enabled) (cpstat mg -f log_server)&lt;BR /&gt;cpstat mg -f log_server 2&amp;gt;/dev/null || echo "Not available / not a log server"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;Not available / not a log server&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;[CMD] Log connections (cpstat -f log_connection)&lt;BR /&gt;cpstat -f log_connection 2&amp;gt;/dev/null || echo "Not available"&lt;BR /&gt;----- OUTPUT BEGIN -----&lt;BR /&gt;Not available&lt;BR /&gt;----- OUTPUT END -------&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;9) Threat Prevention Best-Practice Pointers (mostly SmartConsole-side)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;[INFO] Validate Threat Prevention profiles/policy, updates, and HTTPS Inspection according to Check Point Threat Prevention best practices &amp;amp; admin guidance.&lt;BR /&gt;[INFO] Docs to consult (see citations in chat response): R81 Threat Prevention Best Practices + R81.20 Threat Prevention Admin Guide.&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;10) Optional: CPInfo Collection (heavy) - Use --cpinfo&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;[INFO] Skipped CPInfo. Re-run with: ./cp_bestpractice_audit.sh --cpinfo (maintenance window recommended).&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Summary&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Report saved to: /var/log/cp_bestpractice_audit_20260120_081212.txt&lt;BR /&gt;[INFO] This script is read-only. Use SmartConsole/Gaia UI to implement changes.&lt;/P&gt;
&lt;P&gt;Quick best-practice reminders:&lt;BR /&gt;- Keep software up to date and follow vendor hardening guidance.&lt;BR /&gt;- Restrict management access (allowed clients / admin-plane ACLs).&lt;BR /&gt;- Enable NTP with reliable sources.&lt;BR /&gt;- Prefer SSH keys; disable root login and password auth if feasible.&lt;BR /&gt;- Review password policy (complexity/history/expiration/lockout).&lt;BR /&gt;- Review Threat Prevention profiles/policy, updates, and HTTPS inspection where appropriate.&lt;BR /&gt;[Expert@CP-GW:0]#&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 16:25:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Config-health-indicators-best-practise-script/m-p/267909#M1326</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-01-21T16:25:40Z</dc:date>
    </item>
  </channel>
</rss>

