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 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:
To configure a test:
- 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>]
- Change or add the parameters for the test. See the tables below for allowed parameters.
|
Note - Not all the tests can be configured.
|
|