Open Frames Download Complete PDF Send Feedback Print This Page

Previous

Next

Configuration

You can configure asg_perf_hogs using the file: $FWDIR/conf/performance_hogs.conf

[tests] 
long_running_procs=1 
accel_off=1 
sim_debug_flags=1 
fw1_debug_flags=1 
local_logging=1 
templates_disabled_from_rule=1 
correction_table_entries=1 
routing_cache_entries=1 
swap_saturation=1 
delayed_notifications=1 
neighbour_table_overflow=1 
soft_lockups=1 
[correction_table_entries] 
threshold=10 
 
[long_running_procs] 
elapsed_time=60 
processes_to_check=("fw ctl zdebug" "fw ctl debug" "fw ctl kdebug" "fw monitor" "sim dbg" "tcpdump") 
 
[routing_cache_entries] 
threshold=90 
 
[swap_saturation] 
threshold=50 
 
[neighbour_table_overflow] 
timeout=3600 
 
[soft_lockups] 
timeout=3600 

The tests section lets you enable and disable which tests to run.

To enable or disable a test:

In the tests section of $FWDIR/conf/performance_hogs.conf, set the parameter value:

  • 1 = enable
  • 0 = disable

To configure a test:

  1. Find the configuration section for the test in $FWDIR/conf/performance_hogs.conf. If it does not exist, add the section with this format:

    [<test_name>]

  2. Change or add the parameters for the test. See the tables below for allowed parameters.

    Note - Not all the tests can be configured.

Related Topics

long_running_procs

accel_off

sim_debug_flags

fw1_debug_flags

local_logging

templates_disabled_from_rule

correction_table_entries

delayed_notifications

routing_cache_entries

swap_saturation

neighbour_table_overflow

soft_lockups

 
Top of Page ©2014 Check Point Software Technologies Ltd. All rights reserved. Download Complete PDF Send Feedback Print