Difference between revisions of "Checking and exporting a gateway's "connections" table"
From Tech-Wiki
(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...") |
|||
Line 11: | Line 11: | ||
** This can take a short while to calculate ** | ** This can take a short while to calculate ** | ||
− | |||
If required the state table can be exported to a file for offline analysys: | 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> | fw tab -t connections -f -u | grep Rule: >> <PATH TO FILE> |
Latest revision as of 05:49, 22 July 2016
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>