Difference between revisions of "viewing CoreXL statistics"
From cpwiki.net
(Created page with "The following command displays status of CoreXL instances and summary for traffic that passes through each instance (current number and peak number of concurrent connections ...") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
The following command displays status of CoreXL instances and summary for traffic that passes through each instance (current number and peak number of concurrent connections | The following command displays status of CoreXL instances and summary for traffic that passes through each instance (current number and peak number of concurrent connections | ||
− | # fw ctl multik stat | + | # '''fw ctl multik stat''' |
+ | ID | Active | CPU | Connections | Peak | ||
+ | ------------------------------------------- | ||
+ | 0 | Yes | 5 | 2250 | 6165 | ||
+ | 1 | Yes | 4 | 2952 | 4677 | ||
+ | 2 | Yes | 3 | 2813 | 4337 | ||
+ | |||
+ | |||
+ | [Expert@chkpfw]# fw ctl affinity -l -v | ||
+ | Kernel fw_0: CPU 5 | ||
+ | Kernel fw_1: CPU 4 | ||
+ | Kernel fw_2: CPU 3 | ||
+ | |||
[[category:corexl]] | [[category:corexl]] |
Latest revision as of 16:34, 23 July 2013
The following command displays status of CoreXL instances and summary for traffic that passes through each instance (current number and peak number of concurrent connections
# fw ctl multik stat ID | Active | CPU | Connections | Peak ------------------------------------------- 0 | Yes | 5 | 2250 | 6165 1 | Yes | 4 | 2952 | 4677 2 | Yes | 3 | 2813 | 4337
[Expert@chkpfw]# fw ctl affinity -l -v Kernel fw_0: CPU 5 Kernel fw_1: CPU 4 Kernel fw_2: CPU 3