<?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 Re: Super Seven Performance Assessment Commands (s7pac) in Scripts</title>
    <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110015#M757</link>
    <description>&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;sorry but there are still problems with your script.&lt;/P&gt;&lt;P&gt;Your script requests the variables:&amp;nbsp;RXDRP1,&amp;nbsp;RXDRP2 and RXOK. Then you still do the calculation:&amp;nbsp;if [ "$RXDRP2" -gt "$RXDRP1" ]. Which is not correct as mentioned above. This needs to be removed completly for current versions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead you only need to caclulate with "ethtool -S". But this works only for the interface not for VLANs. So you need to fix the loop as follow first:&lt;/P&gt;&lt;P&gt;detect_rx_drops() {&lt;BR /&gt;(renice -20 $BASHPID &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;for DEV in `fw ctl iflist | grep -v "\." | awk '{ print $3 }'`&lt;BR /&gt;do&lt;/P&gt;&lt;P&gt;Next thing is, there are different queues where drops can occur (0-6):&lt;/P&gt;&lt;P&gt;rx_queue_0_drops: 0&lt;BR /&gt;rx_queue_1_drops: 0&lt;BR /&gt;rx_queue_2_drops: 0&lt;BR /&gt;rx_queue_3_drops: 0&lt;BR /&gt;rx_queue_4_drops: 0&lt;BR /&gt;rx_queue_5_drops: 0&lt;BR /&gt;rx_queue_6_drops: 0&lt;/P&gt;&lt;P&gt;All of them should be checked gainst an intervall to see if the firewall really drops packets.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if you need to do some math at this point. Usually the firewall should not drop any packet. So for me would that be an alert.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If this script is going to support people to maximize there performance you also need to add fw ctl pstat to request the fragmented packets versus real transmitted packets on that firewall. If the ratio to high the performance will be degraded a lot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please review also these commands:&lt;/P&gt;&lt;P&gt;fw ctl multik print_heavy_conn&lt;BR /&gt;fw ctl multik heavy_conn_analyzer&lt;/P&gt;&lt;P&gt;It would make sense to add them to your script as well as it clearly states which connections do use most of the performance of the firewall. But yes, it has nothing to do with the packet flow.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 07 Feb 2021 02:12:43 GMT</pubDate>
    <dc:creator>Andreas_Zentsch</dc:creator>
    <dc:date>2021-02-07T02:12:43Z</dc:date>
    <item>
      <title>S7PAC - Super Seven Performance Assessment Commands</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40528#M703</link>
      <description>768</description>
      <pubDate>Fri, 17 Apr 2026 21:01:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40528#M703</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2026-04-17T21:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40529#M704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding RX/TX errors, output of the command "netstat -ni" can be modified to show only interfaces if RX/TX errors &amp;gt; 0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same logic for SecureXL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 21:05:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40529#M704</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2018-10-01T21:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40530#M705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should be possible indeed. Unfortunately I'm not a scripting guru so I did not add intelligence to the script.&amp;nbsp;If you have tips how to achieve this with the output of netstat -ni&amp;nbsp;that will be really appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 06:32:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40530#M705</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2018-10-02T06:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40531#M706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amazing one.&lt;/P&gt;&lt;P&gt;one question - why not using cpview? it contains all steps and even more &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2018 17:54:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40531#M706</guid>
      <dc:creator>Ofir_Shikolski</dc:creator>
      <dc:date>2018-10-07T17:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40532#M707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;While the CPView Utility can show you a lot of information while you browse through the various menus, this script merely focusses on the interesting stuff for SecureXL and CoreXL in just one “click” and especially when you need to check the performance of the firewall.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;I’d recommend to use the various scripts out there like&amp;nbsp;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.checkpoint.com/docs/DOC-2214-common-check-point-commands-ccc"&gt;ccc&lt;/A&gt;,&amp;nbsp;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk121447&amp;amp;t=1538937248806"&gt;healthcheck&lt;/A&gt;&amp;nbsp;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&amp;nbsp;and hopefully&amp;nbsp;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.checkpoint.com/docs/DOC-3161-max-power-max"&gt;max&lt;/A&gt;&amp;nbsp;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&amp;nbsp;soon too.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2018 18:37:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40532#M707</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2018-10-07T18:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40533#M708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to add it to command5:&lt;/P&gt;&lt;P&gt;detect_rx_drops() {&lt;BR /&gt; (renice -20 $BASHPID &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt; for DEV in `ifconfig | grep -ie "^eth" | tr ":" " " | awk '{ print $1 }' | sed -e 's/^[ \t]*//' | sed '/^$/d'`&lt;BR /&gt; do&lt;BR /&gt; R1=`netstat -ni |grep -w "$DEV"| grep -v "lo" |awk '{ print $6 }' | tail -1 | grep -v "RX-DRP" | sed -e 's/^[ \t]*//' | sed '/^$/d'`&lt;BR /&gt; sleep 0.5&lt;BR /&gt; R2=`netstat -ni |grep -w "$DEV"| grep -v "lo" |awk '{ print $6 }' | tail -1 | grep -v "RX-DRP" | sed -e 's/^[ \t]*//' | sed '/^$/d'`&lt;BR /&gt; RXPPS=`expr $R2 - $R1`&lt;BR /&gt; if [ "$R2" -gt "$R1" ]&lt;BR /&gt; then&lt;BR /&gt;echo "interface $DEV: There are rx drops"&lt;BR /&gt;else&lt;BR /&gt;echo "interface $DEV: no RX drops"&lt;BR /&gt; fi&lt;BR /&gt; done&lt;BR /&gt; renice 0 $BASHPID &amp;gt; /dev/null 2&amp;gt;&amp;amp;1)&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2018 18:49:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40533#M708</guid>
      <dc:creator>Ofir_Shikolski</dc:creator>
      <dc:date>2018-10-07T18:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40534#M709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I will integrate it in the next version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 15:58:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40534#M709</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2018-10-08T15:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40535#M710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Version 0.3 released and updated with RX-DRP check. Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 20:09:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40535#M710</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2018-10-09T20:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40536#M711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think that it also be good to add these 2 commands only for R80.20?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.checkpoint.com/thread/9676"&gt;R80.20 - new interesting commands&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;#&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;fw ctl multik utilize&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &amp;gt; shows the CoreXL queue utilization for each CoreXL FW instance&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; border: 0px;"&gt;# &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;fw ctl multik print_heavy_conn&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &amp;gt; shows the table with heavy connections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 05:16:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40536#M711</guid>
      <dc:creator>Ofir_Shikolski</dc:creator>
      <dc:date>2018-10-10T05:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40537#M712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently thinking about it how to integrate those new commands in a script that was originally based on a presentation with 7 commands :-).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2018 14:41:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/40537#M712</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2018-10-13T14:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/59025#M713</link>
      <description>&lt;P&gt;Thanks Rick, Tim, all for this thread, it's being very helpful for me right now!&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 10:32:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/59025#M713</guid>
      <dc:creator>Susana_Perez-He</dc:creator>
      <dc:date>2019-07-26T10:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/73662#M714</link>
      <description>&lt;P data-unlink="true"&gt;s7pac has been updated to version 0.4 with references to the third editon of &lt;EM&gt;Max Power 2020: Check Point Firewall Performance Optimization&amp;nbsp;&lt;/EM&gt;when running this script on R80.30.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 13:18:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/73662#M714</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2020-01-29T13:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/109964#M751</link>
      <description>&lt;P&gt;Hi Rick, there is an error in your script. The dropped packets under ifconfig or netstat -ni are increasing because the linux received pakets which can not be used liek spanning tree or other broadcasts. Thats why they are bein dropped. If you want to see buffer issues you can only use the command ethtool -S. If that states 0 everything is ok. Please check also this article:&amp;nbsp;&lt;A href="https://access.redhat.com/solutions/504293" target="_blank"&gt;https://access.redhat.com/solutions/504293&lt;/A&gt;&amp;nbsp;for further details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this result in your script is wrong:&amp;nbsp;interface eth6.2079: RX-DRP percentage is 0.34755% (must be &amp;lt;0.1%)&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 22:18:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/109964#M751</guid>
      <dc:creator>Andreas_Zentsch</dc:creator>
      <dc:date>2021-02-05T22:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/109988#M752</link>
      <description>&lt;P&gt;Hi Andreas, what exactly do you mean? Do you believe the calculation is wrong in my script or the use of the command netstat -ni? One of the performance goals is to have a RX-RDP rate &amp;lt;0.1% on all interfaces. The goal is not 0.&lt;/P&gt;
&lt;P&gt;The netstat -ni command is one of the Super Seven Performance Assessment Commands as described by&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/597"&gt;@Timothy_Hall&lt;/a&gt;&amp;nbsp;in various presentations and his books. My script refer to his books where you can find more information about the commands and results that are given back to you. One of the subsequent commands Tim explains in his books when an interface is showing an RX-RDP rate in excess of 0.1% is actually ethtool -S.&lt;/P&gt;
&lt;DIV class="ms-editor-squiggler" style="color: initial; font: initial; font-feature-settings: initial; font-kerning: initial; font-optical-sizing: initial; font-variation-settings: initial; forced-color-adjust: initial; text-orientation: initial; text-rendering: initial; -webkit-font-smoothing: initial; -webkit-locale: initial; -webkit-text-orientation: initial; -webkit-writing-mode: initial; writing-mode: initial; zoom: initial; place-content: initial; place-items: initial; place-self: initial; alignment-baseline: initial; animation: initial; appearance: initial; aspect-ratio: initial; backdrop-filter: initial; backface-visibility: initial; background: initial; background-blend-mode: initial; baseline-shift: initial; block-size: initial; border-block: initial; border: initial; border-radius: initial; border-collapse: initial; border-inline: initial; inset: initial; box-shadow: initial; box-sizing: initial; break-after: initial; break-before: initial; break-inside: initial; buffered-rendering: initial; caption-side: initial; caret-color: initial; clear: initial; clip: initial; clip-path: initial; clip-rule: initial; color-interpolation: initial; color-interpolation-filters: initial; color-rendering: initial; color-scheme: initial; columns: initial; column-fill: initial; gap: initial; column-rule: initial; column-span: initial; contain: initial; contain-intrinsic-size: initial; content: initial; content-visibility: initial; counter-increment: initial; counter-reset: initial; counter-set: initial; cursor: initial; cx: initial; cy: initial; d: initial; display: block; dominant-baseline: initial; empty-cells: initial; fill: initial; fill-opacity: initial; fill-rule: initial; filter: initial; flex: initial; flex-flow: initial; float: initial; flood-color: initial; flood-opacity: initial; grid: initial; grid-area: initial; height: initial; hyphens: initial; image-orientation: initial; image-rendering: initial; inline-size: initial; inset-block: initial; inset-inline: initial; isolation: initial; letter-spacing: initial; lighting-color: initial; line-break: initial; list-style: initial; margin-block: initial; margin: initial; margin-inline: initial; marker: initial; mask: initial; mask-type: initial; max-block-size: initial; max-height: initial; max-inline-size: initial; max-width: initial; min-block-size: initial; min-height: initial; min-inline-size: initial; min-width: initial; mix-blend-mode: initial; object-fit: initial; object-position: initial; offset: initial; opacity: initial; order: initial; origin-trial-test-property: initial; orphans: initial; outline: initial; outline-offset: initial; overflow-anchor: initial; overflow-wrap: initial; overflow: initial; overscroll-behavior-block: initial; overscroll-behavior-inline: initial; overscroll-behavior: initial; padding-block: initial; padding: initial; padding-inline: initial; page: initial; page-orientation: initial; paint-order: initial; perspective: initial; perspective-origin: initial; pointer-events: initial; position: initial; quotes: initial; r: initial; resize: initial; ruby-position: initial; rx: initial; ry: initial; scroll-behavior: initial; scroll-margin-block: initial; scroll-margin: initial; scroll-margin-inline: initial; scroll-padding-block: initial; scroll-padding: initial; scroll-padding-inline: initial; scroll-snap-align: initial; scroll-snap-stop: initial; scroll-snap-type: initial; shape-image-threshold: initial; shape-margin: initial; shape-outside: initial; shape-rendering: initial; size: initial; speak: initial; stop-color: initial; stop-opacity: initial; stroke: initial; stroke-dasharray: initial; stroke-dashoffset: initial; stroke-linecap: initial; stroke-linejoin: initial; stroke-miterlimit: initial; stroke-opacity: initial; stroke-width: initial; tab-size: initial; table-layout: initial; text-align: initial; text-align-last: initial; text-anchor: initial; text-combine-upright: initial; text-decoration: initial; text-decoration-skip-ink: initial; text-indent: initial; text-overflow: initial; text-shadow: initial; text-size-adjust: initial; text-transform: initial; text-underline-offset: initial; text-underline-position: initial; touch-action: initial; transform: initial; transform-box: initial; transform-origin: initial; transform-style: initial; transition: initial; user-select: initial; vector-effect: initial; vertical-align: initial; visibility: initial; -webkit-app-region: initial; border-spacing: initial; -webkit-border-image: initial; -webkit-box-align: initial; -webkit-box-decoration-break: initial; -webkit-box-direction: initial; -webkit-box-flex: initial; -webkit-box-ordinal-group: initial; -webkit-box-orient: initial; -webkit-box-pack: initial; -webkit-box-reflect: initial; -webkit-highlight: initial; -webkit-hyphenate-character: initial; -webkit-line-break: initial; -webkit-line-clamp: initial; -webkit-mask-box-image: initial; -webkit-mask: initial; -webkit-mask-composite: initial; -webkit-perspective-origin-x: initial; -webkit-perspective-origin-y: initial; -webkit-print-color-adjust: initial; -webkit-rtl-ordering: initial; -webkit-ruby-position: initial; -webkit-tap-highlight-color: initial; -webkit-text-combine: initial; -webkit-text-decorations-in-effect: initial; -webkit-text-emphasis: initial; -webkit-text-emphasis-position: initial; -webkit-text-fill-color: initial; -webkit-text-security: initial; -webkit-text-stroke: initial; -webkit-transform-origin-x: initial; -webkit-transform-origin-y: initial; -webkit-transform-origin-z: initial; -webkit-user-drag: initial; -webkit-user-modify: initial; white-space: initial; widows: initial; width: initial; will-change: initial; word-break: initial; word-spacing: initial; x: initial; y: initial; z-index: initial;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 06 Feb 2021 16:17:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/109988#M752</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2021-02-06T16:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/109991#M753</link>
      <description>&lt;P&gt;Hi Rick,&lt;/P&gt;
&lt;P&gt;What I believe Andreas means is that not all RX-DRPs are frames discarded due to a lack of ring buffer space.&amp;nbsp; This changed substantially in Gaia 3.10 when the NIC drivers were updated.&amp;nbsp; In the past an RX-DRP was almost always a "rx_missed_errors" (or possibly&amp;nbsp;rx_fifo_errors rx_no_buffer_count) as shown by &lt;STRONG&gt;ethtool -S&lt;/STRONG&gt;, which indicates a ring buffer slot was not available and the frame was lost.&amp;nbsp; However in Gaia 3.10 if a frame arrives with an EtherType that has no "registered receiver" (in other words there is nothing present to process that specific EtherType), RX-DRP gets incremented even though it was not a buffer miss.&amp;nbsp; Unfortunately there is no counter incremented under &lt;STRONG&gt;ethtool -S&lt;/STRONG&gt; when this happens.&amp;nbsp; You'll see this happen with BPDUs/STP, IPv6 and other protocols.&lt;/P&gt;
&lt;P&gt;I did see this to some degree in Gaia 2.6.18 (and mentioned it in the third edition of my book, pages 208-210) but it seems to happen much more often under Gaia 3.10.&amp;nbsp; The classic way to verify this as mentioned in my book is to note the RX-DRPs accumulating on that interface then crank up &lt;STRONG&gt;tcpdump&lt;/STRONG&gt; on that interface which places it in promiscuous mode.&amp;nbsp; If the constant RX-DRPs cease for as long as &lt;STRONG&gt;tcpdump&lt;/STRONG&gt; is running (because it is a registered receiver for everything), that is the issue.&lt;/P&gt;
&lt;P&gt;So Rick what you might want to do is in your script look at the&amp;nbsp;rx_missed_errors/rx_fifo_errors/rx_no_buffer_count counters under &lt;STRONG&gt;ethtool -S&lt;/STRONG&gt; instead of just RX-DRP when making a determination about whether interface buffer miss (RX-DRP) percentage is &amp;gt;0.1%.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 18:23:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/109991#M753</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2021-02-06T18:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110006#M754</link>
      <description>&lt;P&gt;Hi Tim,&lt;/P&gt;
&lt;P&gt;Thanks for the explanation. I will add the&amp;nbsp;&lt;SPAN&gt;rx_missed_errors/rx_fifo_errors/rx_no_buffer_count counters to the script and they will be shown for each interface regardless of whether RX-DRP percentage is &amp;gt;0.1% or not. The user will also be informed now that this is only calculated for each interface over the past 0.5 seconds. So it will still calculate using netstat -ni but additionaly shows these counters too for further investigation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/16366"&gt;@Andreas_Zentsch&lt;/a&gt;&amp;nbsp;for the tip.&lt;/P&gt;
&lt;DIV class="ms-editor-squiggler" style="color: initial; font: initial; font-feature-settings: initial; font-kerning: initial; font-optical-sizing: initial; font-variation-settings: initial; forced-color-adjust: initial; text-orientation: initial; text-rendering: initial; -webkit-font-smoothing: initial; -webkit-locale: initial; -webkit-text-orientation: initial; -webkit-writing-mode: initial; writing-mode: initial; zoom: initial; place-content: initial; place-items: initial; place-self: initial; alignment-baseline: initial; animation: initial; appearance: initial; aspect-ratio: initial; backdrop-filter: initial; backface-visibility: initial; background: initial; background-blend-mode: initial; baseline-shift: initial; block-size: initial; border-block: initial; border: initial; border-radius: initial; border-collapse: initial; border-inline: initial; inset: initial; box-shadow: initial; box-sizing: initial; break-after: initial; break-before: initial; break-inside: initial; buffered-rendering: initial; caption-side: initial; caret-color: initial; clear: initial; clip: initial; clip-path: initial; clip-rule: initial; color-interpolation: initial; color-interpolation-filters: initial; color-rendering: initial; color-scheme: initial; columns: initial; column-fill: initial; gap: initial; column-rule: initial; column-span: initial; contain: initial; contain-intrinsic-size: initial; content: initial; content-visibility: initial; counter-increment: initial; counter-reset: initial; counter-set: initial; cursor: initial; cx: initial; cy: initial; d: initial; display: block; dominant-baseline: initial; empty-cells: initial; fill: initial; fill-opacity: initial; fill-rule: initial; filter: initial; flex: initial; flex-flow: initial; float: initial; flood-color: initial; flood-opacity: initial; grid: initial; grid-area: initial; height: initial; hyphens: initial; image-orientation: initial; image-rendering: initial; inline-size: initial; inset-block: initial; inset-inline: initial; isolation: initial; letter-spacing: initial; lighting-color: initial; line-break: initial; list-style: initial; margin-block: initial; margin: initial; margin-inline: initial; marker: initial; mask: initial; mask-type: initial; max-block-size: initial; max-height: initial; max-inline-size: initial; max-width: initial; min-block-size: initial; min-height: initial; min-inline-size: initial; min-width: initial; mix-blend-mode: initial; object-fit: initial; object-position: initial; offset: initial; opacity: initial; order: initial; origin-trial-test-property: initial; orphans: initial; outline: initial; outline-offset: initial; overflow-anchor: initial; overflow-wrap: initial; overflow: initial; overscroll-behavior-block: initial; overscroll-behavior-inline: initial; overscroll-behavior: initial; padding-block: initial; padding: initial; padding-inline: initial; page: initial; page-orientation: initial; paint-order: initial; perspective: initial; perspective-origin: initial; pointer-events: initial; position: initial; quotes: initial; r: initial; resize: initial; ruby-position: initial; rx: initial; ry: initial; scroll-behavior: initial; scroll-margin-block: initial; scroll-margin: initial; scroll-margin-inline: initial; scroll-padding-block: initial; scroll-padding: initial; scroll-padding-inline: initial; scroll-snap-align: initial; scroll-snap-stop: initial; scroll-snap-type: initial; shape-image-threshold: initial; shape-margin: initial; shape-outside: initial; shape-rendering: initial; size: initial; speak: initial; stop-color: initial; stop-opacity: initial; stroke: initial; stroke-dasharray: initial; stroke-dashoffset: initial; stroke-linecap: initial; stroke-linejoin: initial; stroke-miterlimit: initial; stroke-opacity: initial; stroke-width: initial; tab-size: initial; table-layout: initial; text-align: initial; text-align-last: initial; text-anchor: initial; text-combine-upright: initial; text-decoration: initial; text-decoration-skip-ink: initial; text-indent: initial; text-overflow: initial; text-shadow: initial; text-size-adjust: initial; text-transform: initial; text-underline-offset: initial; text-underline-position: initial; touch-action: initial; transform: initial; transform-box: initial; transform-origin: initial; transform-style: initial; transition: initial; user-select: initial; vector-effect: initial; vertical-align: initial; visibility: initial; -webkit-app-region: initial; border-spacing: initial; -webkit-border-image: initial; -webkit-box-align: initial; -webkit-box-decoration-break: initial; -webkit-box-direction: initial; -webkit-box-flex: initial; -webkit-box-ordinal-group: initial; -webkit-box-orient: initial; -webkit-box-pack: initial; -webkit-box-reflect: initial; -webkit-highlight: initial; -webkit-hyphenate-character: initial; -webkit-line-break: initial; -webkit-line-clamp: initial; -webkit-mask-box-image: initial; -webkit-mask: initial; -webkit-mask-composite: initial; -webkit-perspective-origin-x: initial; -webkit-perspective-origin-y: initial; -webkit-print-color-adjust: initial; -webkit-rtl-ordering: initial; -webkit-ruby-position: initial; -webkit-tap-highlight-color: initial; -webkit-text-combine: initial; -webkit-text-decorations-in-effect: initial; -webkit-text-emphasis: initial; -webkit-text-emphasis-position: initial; -webkit-text-fill-color: initial; -webkit-text-security: initial; -webkit-text-stroke: initial; -webkit-transform-origin-x: initial; -webkit-transform-origin-y: initial; -webkit-transform-origin-z: initial; -webkit-user-drag: initial; -webkit-user-modify: initial; white-space: initial; widows: initial; width: initial; will-change: initial; word-break: initial; word-spacing: initial; x: initial; y: initial; z-index: initial;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 06 Feb 2021 22:47:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110006#M754</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2021-02-06T22:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110008#M755</link>
      <description>&lt;P&gt;Version 0.5 has now been released containing the&amp;nbsp;&lt;SPAN&gt;rx_missed_errors/rx_fifo_errors/rx_no_buffer_count counters from ethtool -S.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="ms-editor-squiggler" style="color: initial; font: initial; font-feature-settings: initial; font-kerning: initial; font-optical-sizing: initial; font-variation-settings: initial; forced-color-adjust: initial; text-orientation: initial; text-rendering: initial; -webkit-font-smoothing: initial; -webkit-locale: initial; -webkit-text-orientation: initial; -webkit-writing-mode: initial; writing-mode: initial; zoom: initial; place-content: initial; place-items: initial; place-self: initial; alignment-baseline: initial; animation: initial; appearance: initial; aspect-ratio: initial; backdrop-filter: initial; backface-visibility: initial; background: initial; background-blend-mode: initial; baseline-shift: initial; block-size: initial; border-block: initial; border: initial; border-radius: initial; border-collapse: initial; border-inline: initial; inset: initial; box-shadow: initial; box-sizing: initial; break-after: initial; break-before: initial; break-inside: initial; buffered-rendering: initial; caption-side: initial; caret-color: initial; clear: initial; clip: initial; clip-path: initial; clip-rule: initial; color-interpolation: initial; color-interpolation-filters: initial; color-rendering: initial; color-scheme: initial; columns: initial; column-fill: initial; gap: initial; column-rule: initial; column-span: initial; contain: initial; contain-intrinsic-size: initial; content: initial; content-visibility: initial; counter-increment: initial; counter-reset: initial; counter-set: initial; cursor: initial; cx: initial; cy: initial; d: initial; display: block; dominant-baseline: initial; empty-cells: initial; fill: initial; fill-opacity: initial; fill-rule: initial; filter: initial; flex: initial; flex-flow: initial; float: initial; flood-color: initial; flood-opacity: initial; grid: initial; grid-area: initial; height: initial; hyphens: initial; image-orientation: initial; image-rendering: initial; inline-size: initial; inset-block: initial; inset-inline: initial; isolation: initial; letter-spacing: initial; lighting-color: initial; line-break: initial; list-style: initial; margin-block: initial; margin: initial; margin-inline: initial; marker: initial; mask: initial; mask-type: initial; max-block-size: initial; max-height: initial; max-inline-size: initial; max-width: initial; min-block-size: initial; min-height: initial; min-inline-size: initial; min-width: initial; mix-blend-mode: initial; object-fit: initial; object-position: initial; offset: initial; opacity: initial; order: initial; origin-trial-test-property: initial; orphans: initial; outline: initial; outline-offset: initial; overflow-anchor: initial; overflow-wrap: initial; overflow: initial; overscroll-behavior-block: initial; overscroll-behavior-inline: initial; overscroll-behavior: initial; padding-block: initial; padding: initial; padding-inline: initial; page: initial; page-orientation: initial; paint-order: initial; perspective: initial; perspective-origin: initial; pointer-events: initial; position: initial; quotes: initial; r: initial; resize: initial; ruby-position: initial; rx: initial; ry: initial; scroll-behavior: initial; scroll-margin-block: initial; scroll-margin: initial; scroll-margin-inline: initial; scroll-padding-block: initial; scroll-padding: initial; scroll-padding-inline: initial; scroll-snap-align: initial; scroll-snap-stop: initial; scroll-snap-type: initial; shape-image-threshold: initial; shape-margin: initial; shape-outside: initial; shape-rendering: initial; size: initial; speak: initial; stop-color: initial; stop-opacity: initial; stroke: initial; stroke-dasharray: initial; stroke-dashoffset: initial; stroke-linecap: initial; stroke-linejoin: initial; stroke-miterlimit: initial; stroke-opacity: initial; stroke-width: initial; tab-size: initial; table-layout: initial; text-align: initial; text-align-last: initial; text-anchor: initial; text-combine-upright: initial; text-decoration: initial; text-decoration-skip-ink: initial; text-indent: initial; text-overflow: initial; text-shadow: initial; text-size-adjust: initial; text-transform: initial; text-underline-offset: initial; text-underline-position: initial; touch-action: initial; transform: initial; transform-box: initial; transform-origin: initial; transform-style: initial; transition: initial; user-select: initial; vector-effect: initial; vertical-align: initial; visibility: initial; -webkit-app-region: initial; border-spacing: initial; -webkit-border-image: initial; -webkit-box-align: initial; -webkit-box-decoration-break: initial; -webkit-box-direction: initial; -webkit-box-flex: initial; -webkit-box-ordinal-group: initial; -webkit-box-orient: initial; -webkit-box-pack: initial; -webkit-box-reflect: initial; -webkit-highlight: initial; -webkit-hyphenate-character: initial; -webkit-line-break: initial; -webkit-line-clamp: initial; -webkit-mask-box-image: initial; -webkit-mask: initial; -webkit-mask-composite: initial; -webkit-perspective-origin-x: initial; -webkit-perspective-origin-y: initial; -webkit-print-color-adjust: initial; -webkit-rtl-ordering: initial; -webkit-ruby-position: initial; -webkit-tap-highlight-color: initial; -webkit-text-combine: initial; -webkit-text-decorations-in-effect: initial; -webkit-text-emphasis: initial; -webkit-text-emphasis-position: initial; -webkit-text-fill-color: initial; -webkit-text-security: initial; -webkit-text-stroke: initial; -webkit-transform-origin-x: initial; -webkit-transform-origin-y: initial; -webkit-transform-origin-z: initial; -webkit-user-drag: initial; -webkit-user-modify: initial; white-space: initial; widows: initial; width: initial; will-change: initial; word-break: initial; word-spacing: initial; x: initial; y: initial; z-index: initial;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 06 Feb 2021 23:15:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110008#M755</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2021-02-06T23:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110013#M756</link>
      <description>&lt;P&gt;Thank you, much better explanation as i did. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks for that. I tried your approach and started a tcpdump and you are right the drops dissapeared. Too bad we can not find out which packets have been dropped since this would make it easier for people to see that they might have been a layer 2 problem on the network when their counter is simply too high.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 01:11:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110013#M756</guid>
      <dc:creator>Andreas_Zentsch</dc:creator>
      <dc:date>2021-02-07T01:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110015#M757</link>
      <description>&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;sorry but there are still problems with your script.&lt;/P&gt;&lt;P&gt;Your script requests the variables:&amp;nbsp;RXDRP1,&amp;nbsp;RXDRP2 and RXOK. Then you still do the calculation:&amp;nbsp;if [ "$RXDRP2" -gt "$RXDRP1" ]. Which is not correct as mentioned above. This needs to be removed completly for current versions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead you only need to caclulate with "ethtool -S". But this works only for the interface not for VLANs. So you need to fix the loop as follow first:&lt;/P&gt;&lt;P&gt;detect_rx_drops() {&lt;BR /&gt;(renice -20 $BASHPID &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;for DEV in `fw ctl iflist | grep -v "\." | awk '{ print $3 }'`&lt;BR /&gt;do&lt;/P&gt;&lt;P&gt;Next thing is, there are different queues where drops can occur (0-6):&lt;/P&gt;&lt;P&gt;rx_queue_0_drops: 0&lt;BR /&gt;rx_queue_1_drops: 0&lt;BR /&gt;rx_queue_2_drops: 0&lt;BR /&gt;rx_queue_3_drops: 0&lt;BR /&gt;rx_queue_4_drops: 0&lt;BR /&gt;rx_queue_5_drops: 0&lt;BR /&gt;rx_queue_6_drops: 0&lt;/P&gt;&lt;P&gt;All of them should be checked gainst an intervall to see if the firewall really drops packets.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if you need to do some math at this point. Usually the firewall should not drop any packet. So for me would that be an alert.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If this script is going to support people to maximize there performance you also need to add fw ctl pstat to request the fragmented packets versus real transmitted packets on that firewall. If the ratio to high the performance will be degraded a lot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please review also these commands:&lt;/P&gt;&lt;P&gt;fw ctl multik print_heavy_conn&lt;BR /&gt;fw ctl multik heavy_conn_analyzer&lt;/P&gt;&lt;P&gt;It would make sense to add them to your script as well as it clearly states which connections do use most of the performance of the firewall. But yes, it has nothing to do with the packet flow.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 02:12:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110015#M757</guid>
      <dc:creator>Andreas_Zentsch</dc:creator>
      <dc:date>2021-02-07T02:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Super Seven Performance Assessment Commands (s7pac)</title>
      <link>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110054#M758</link>
      <description>&lt;P&gt;Hi Andreas,&lt;/P&gt;
&lt;P&gt;This script was originally based on just seven commands. Of course, there are many more useful commands and I do appreciate your suggestions to add extra commands. But that is really beyond the scope of s7pac. My intention with s7pac was to run those seven commands and refer to specific parts of the books Tim wrote, so you can continue investigation from there.&lt;/P&gt;
&lt;P&gt;This could be a starting point for a new script but there is also Check Point's own healthcheck script. That one has a RX Drop Check too and it's calculation is based on values in&amp;nbsp;/sys/class/net/&amp;lt;INTERFACE&amp;gt;/statistics/rx_packets and /sys/class/net/&amp;lt;INTERFACE&amp;gt;/statistics/rx_dropped. However it does not include the &lt;SPAN&gt;fw ctl multik print_heavy_conn and&amp;nbsp;fw ctl multik heavy_conn_analyzer commands at this moment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="ms-editor-squiggler" style="color: initial; font: initial; font-feature-settings: initial; font-kerning: initial; font-optical-sizing: initial; font-variation-settings: initial; forced-color-adjust: initial; text-orientation: initial; text-rendering: initial; -webkit-font-smoothing: initial; -webkit-locale: initial; -webkit-text-orientation: initial; -webkit-writing-mode: initial; writing-mode: initial; zoom: initial; place-content: initial; place-items: initial; place-self: initial; alignment-baseline: initial; animation: initial; appearance: initial; aspect-ratio: initial; backdrop-filter: initial; backface-visibility: initial; background: initial; background-blend-mode: initial; baseline-shift: initial; block-size: initial; border-block: initial; border: initial; border-radius: initial; border-collapse: initial; border-inline: initial; inset: initial; box-shadow: initial; box-sizing: initial; break-after: initial; break-before: initial; break-inside: initial; buffered-rendering: initial; caption-side: initial; caret-color: initial; clear: initial; clip: initial; clip-path: initial; clip-rule: initial; color-interpolation: initial; color-interpolation-filters: initial; color-rendering: initial; color-scheme: initial; columns: initial; column-fill: initial; gap: initial; column-rule: initial; column-span: initial; contain: initial; contain-intrinsic-size: initial; content: initial; content-visibility: initial; counter-increment: initial; counter-reset: initial; counter-set: initial; cursor: initial; cx: initial; cy: initial; d: initial; display: block; dominant-baseline: initial; empty-cells: initial; fill: initial; fill-opacity: initial; fill-rule: initial; filter: initial; flex: initial; flex-flow: initial; float: initial; flood-color: initial; flood-opacity: initial; grid: initial; grid-area: initial; height: initial; hyphens: initial; image-orientation: initial; image-rendering: initial; inline-size: initial; inset-block: initial; inset-inline: initial; isolation: initial; letter-spacing: initial; lighting-color: initial; line-break: initial; list-style: initial; margin-block: initial; margin: initial; margin-inline: initial; marker: initial; mask: initial; mask-type: initial; max-block-size: initial; max-height: initial; max-inline-size: initial; max-width: initial; min-block-size: initial; min-height: initial; min-inline-size: initial; min-width: initial; mix-blend-mode: initial; object-fit: initial; object-position: initial; offset: initial; opacity: initial; order: initial; origin-trial-test-property: initial; orphans: initial; outline: initial; outline-offset: initial; overflow-anchor: initial; overflow-wrap: initial; overflow: initial; overscroll-behavior-block: initial; overscroll-behavior-inline: initial; overscroll-behavior: initial; padding-block: initial; padding: initial; padding-inline: initial; page: initial; page-orientation: initial; paint-order: initial; perspective: initial; perspective-origin: initial; pointer-events: initial; position: initial; quotes: initial; r: initial; resize: initial; ruby-position: initial; rx: initial; ry: initial; scroll-behavior: initial; scroll-margin-block: initial; scroll-margin: initial; scroll-margin-inline: initial; scroll-padding-block: initial; scroll-padding: initial; scroll-padding-inline: initial; scroll-snap-align: initial; scroll-snap-stop: initial; scroll-snap-type: initial; shape-image-threshold: initial; shape-margin: initial; shape-outside: initial; shape-rendering: initial; size: initial; speak: initial; stop-color: initial; stop-opacity: initial; stroke: initial; stroke-dasharray: initial; stroke-dashoffset: initial; stroke-linecap: initial; stroke-linejoin: initial; stroke-miterlimit: initial; stroke-opacity: initial; stroke-width: initial; tab-size: initial; table-layout: initial; text-align: initial; text-align-last: initial; text-anchor: initial; text-combine-upright: initial; text-decoration: initial; text-decoration-skip-ink: initial; text-indent: initial; text-overflow: initial; text-shadow: initial; text-size-adjust: initial; text-transform: initial; text-underline-offset: initial; text-underline-position: initial; touch-action: initial; transform: initial; transform-box: initial; transform-origin: initial; transform-style: initial; transition: initial; user-select: initial; vector-effect: initial; vertical-align: initial; visibility: initial; -webkit-app-region: initial; border-spacing: initial; -webkit-border-image: initial; -webkit-box-align: initial; -webkit-box-decoration-break: initial; -webkit-box-direction: initial; -webkit-box-flex: initial; -webkit-box-ordinal-group: initial; -webkit-box-orient: initial; -webkit-box-pack: initial; -webkit-box-reflect: initial; -webkit-highlight: initial; -webkit-hyphenate-character: initial; -webkit-line-break: initial; -webkit-line-clamp: initial; -webkit-mask-box-image: initial; -webkit-mask: initial; -webkit-mask-composite: initial; -webkit-perspective-origin-x: initial; -webkit-perspective-origin-y: initial; -webkit-print-color-adjust: initial; -webkit-rtl-ordering: initial; -webkit-ruby-position: initial; -webkit-tap-highlight-color: initial; -webkit-text-combine: initial; -webkit-text-decorations-in-effect: initial; -webkit-text-emphasis: initial; -webkit-text-emphasis-position: initial; -webkit-text-fill-color: initial; -webkit-text-security: initial; -webkit-text-stroke: initial; -webkit-transform-origin-x: initial; -webkit-transform-origin-y: initial; -webkit-transform-origin-z: initial; -webkit-user-drag: initial; -webkit-user-modify: initial; white-space: initial; widows: initial; width: initial; will-change: initial; word-break: initial; word-spacing: initial; x: initial; y: initial; z-index: initial;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ms-editor-squiggler" style="color: initial; font: initial; font-feature-settings: initial; font-kerning: initial; font-optical-sizing: initial; font-variation-settings: initial; forced-color-adjust: initial; text-orientation: initial; text-rendering: initial; -webkit-font-smoothing: initial; -webkit-locale: initial; -webkit-text-orientation: initial; -webkit-writing-mode: initial; writing-mode: initial; zoom: initial; place-content: initial; place-items: initial; place-self: initial; alignment-baseline: initial; animation: initial; appearance: initial; aspect-ratio: initial; backdrop-filter: initial; backface-visibility: initial; background: initial; background-blend-mode: initial; baseline-shift: initial; block-size: initial; border-block: initial; border: initial; border-radius: initial; border-collapse: initial; border-inline: initial; inset: initial; box-shadow: initial; box-sizing: initial; break-after: initial; break-before: initial; break-inside: initial; buffered-rendering: initial; caption-side: initial; caret-color: initial; clear: initial; clip: initial; clip-path: initial; clip-rule: initial; color-interpolation: initial; color-interpolation-filters: initial; color-rendering: initial; color-scheme: initial; columns: initial; column-fill: initial; gap: initial; column-rule: initial; column-span: initial; contain: initial; contain-intrinsic-size: initial; content: initial; content-visibility: initial; counter-increment: initial; counter-reset: initial; counter-set: initial; cursor: initial; cx: initial; cy: initial; d: initial; display: block; dominant-baseline: initial; empty-cells: initial; fill: initial; fill-opacity: initial; fill-rule: initial; filter: initial; flex: initial; flex-flow: initial; float: initial; flood-color: initial; flood-opacity: initial; grid: initial; grid-area: initial; height: initial; hyphens: initial; image-orientation: initial; image-rendering: initial; inline-size: initial; inset-block: initial; inset-inline: initial; isolation: initial; letter-spacing: initial; lighting-color: initial; line-break: initial; list-style: initial; margin-block: initial; margin: initial; margin-inline: initial; marker: initial; mask: initial; mask-type: initial; max-block-size: initial; max-height: initial; max-inline-size: initial; max-width: initial; min-block-size: initial; min-height: initial; min-inline-size: initial; min-width: initial; mix-blend-mode: initial; object-fit: initial; object-position: initial; offset: initial; opacity: initial; order: initial; origin-trial-test-property: initial; orphans: initial; outline: initial; outline-offset: initial; overflow-anchor: initial; overflow-wrap: initial; overflow: initial; overscroll-behavior-block: initial; overscroll-behavior-inline: initial; overscroll-behavior: initial; padding-block: initial; padding: initial; padding-inline: initial; page: initial; page-orientation: initial; paint-order: initial; perspective: initial; perspective-origin: initial; pointer-events: initial; position: initial; quotes: initial; r: initial; resize: initial; ruby-position: initial; rx: initial; ry: initial; scroll-behavior: initial; scroll-margin-block: initial; scroll-margin: initial; scroll-margin-inline: initial; scroll-padding-block: initial; scroll-padding: initial; scroll-padding-inline: initial; scroll-snap-align: initial; scroll-snap-stop: initial; scroll-snap-type: initial; shape-image-threshold: initial; shape-margin: initial; shape-outside: initial; shape-rendering: initial; size: initial; speak: initial; stop-color: initial; stop-opacity: initial; stroke: initial; stroke-dasharray: initial; stroke-dashoffset: initial; stroke-linecap: initial; stroke-linejoin: initial; stroke-miterlimit: initial; stroke-opacity: initial; stroke-width: initial; tab-size: initial; table-layout: initial; text-align: initial; text-align-last: initial; text-anchor: initial; text-combine-upright: initial; text-decoration: initial; text-decoration-skip-ink: initial; text-indent: initial; text-overflow: initial; text-shadow: initial; text-size-adjust: initial; text-transform: initial; text-underline-offset: initial; text-underline-position: initial; touch-action: initial; transform: initial; transform-box: initial; transform-origin: initial; transform-style: initial; transition: initial; user-select: initial; vector-effect: initial; vertical-align: initial; visibility: initial; -webkit-app-region: initial; border-spacing: initial; -webkit-border-image: initial; -webkit-box-align: initial; -webkit-box-decoration-break: initial; -webkit-box-direction: initial; -webkit-box-flex: initial; -webkit-box-ordinal-group: initial; -webkit-box-orient: initial; -webkit-box-pack: initial; -webkit-box-reflect: initial; -webkit-highlight: initial; -webkit-hyphenate-character: initial; -webkit-line-break: initial; -webkit-line-clamp: initial; -webkit-mask-box-image: initial; -webkit-mask: initial; -webkit-mask-composite: initial; -webkit-perspective-origin-x: initial; -webkit-perspective-origin-y: initial; -webkit-print-color-adjust: initial; -webkit-rtl-ordering: initial; -webkit-ruby-position: initial; -webkit-tap-highlight-color: initial; -webkit-text-combine: initial; -webkit-text-decorations-in-effect: initial; -webkit-text-emphasis: initial; -webkit-text-emphasis-position: initial; -webkit-text-fill-color: initial; -webkit-text-security: initial; -webkit-text-stroke: initial; -webkit-transform-origin-x: initial; -webkit-transform-origin-y: initial; -webkit-transform-origin-z: initial; -webkit-user-drag: initial; -webkit-user-modify: initial; white-space: initial; widows: initial; width: initial; will-change: initial; word-break: initial; word-spacing: initial; x: initial; y: initial; z-index: initial;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 07 Feb 2021 15:59:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/S7PAC-Super-Seven-Performance-Assessment-Commands/m-p/110054#M758</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2021-02-07T15:59:02Z</dc:date>
    </item>
  </channel>
</rss>

