Running the 'fw ctl affinity -l' command in Gateway Mode
Description
The fw ctl affinity -l
command shows the current CoreXL Performance-enhancing technology for Security Gateways on multi-core processing platforms. Multiple Check Point Firewall instances are running in parallel on multiple CPU cores. affinity
The assignment of a specified CoreXL Firewall instance, VSX Virtual System, interface, user space process, or IRQ to one or more specified CPU cores. settings on a Security Gateway
Dedicated Check Point server that runs Check Point software to inspect traffic and enforce Security Policies for connected network resources. for:
-
Interfaces
-
User-space processes
-
CoreXL Firewall instances
Syntax
-
To see the built-in help:
fw ctl affinity
-
To show all the existing affinities:
fw ctl affinity -l [-a] [-v] [-r] [-q]
-
To show the affinity for a specified interface:
fw ctl affinity -l -i <Interface Name>
-
To show the affinity for a specified CoreXL Firewall instance:
fw ctl affinity -l -k <CoreXL Firewall instance ID>
-
To show the affinity for a specified user-space process by its PID:
fw ctl affinity -l -p <Process ID>
-
To show the affinity for a specified user-space process by its name:
fw ctl affinity -l -n <Process Name>
-
To show the number of system CPU cores allowed by the installed CoreXL license:
fw -d ctl affinity -corelicnum
Parameters
Parameter |
Description |
---|---|
|
Shows the affinity for the specified interface. |
|
Shows the affinity for the specified CoreXL Firewall instance. |
|
Shows the affinity for the Check Point user-space process (for example: fwd, vpnd) specified by its PID. |
|
Shows the affinity for the Check Point user-space process (for example: fwd, vpnd) specified by its name. |
|
Shows the affinity for all CPU cores (numbers start from zero). |
|
Shows the affinity for the specified CPU cores (numbers start from zero). |
|
Shows all current CoreXL affinities. |
|
Shows verbose output with IRQ numbers of interfaces. |
|
Shows the CoreXL affinities in reverse order. |
|
Suppresses the errors in the output. |
Example 1
Example 2
Example 3
Example 4
Example 5
Example 6
Example 7