Difference between revisions of "Checking and exporting a gateway's "connections" table"

From Tech-Wiki
Jump to: navigation, search
(Created page with "Category:Check Point '''Back to Gaia''' There are number of ways to check the number of active connection through a gateway. fw ctl pstat | grep "C...")
(No difference)

Revision as of 05:48, 22 July 2016

Back to Gaia

There are number of ways to check the number of active connection through a gateway.

fw ctl pstat | grep "Concurrent Connections:"

This value can be validiated with the following command:

fw tab -t connections -f -u | grep Rule: | wc -l

** This can take a short while to calculate **


If required the state table can be exported to a file for offline analysys:

fw tab -t connections -f -u | grep Rule: >> <PATH TO FILE>