Command Line Reference Guide
Force10 Service Agent | 499
Command Mode
CALL-HOME TEST-LIST
Command
History
Usage
Information
FTSA avoids false triggers when a counter rolls over by ignoring the first sample taken after a rollover.
Also, FTSA does not allow you to configure a test that makes no sense because of a comparator that is
out of range. For example, by entering cpu-5-min increase number 150, you would be looking for a
difference between two CPU percentage utilization samples of at least 150. 150 is not possible,
because percentage utilization can only go up to 100, so FTSA displays the acceptable range, as shown
below, and will issue an error message if you try to enter a value that is out of range.
Examples FTOS(conf-call-home-testlist-test)#test-condition cpu-1-min increase number?
<0-100> Enter the boolean comparision value
FTOS(conf-call-home-testlist-test)#test-condition cpu-1-min increase number 80 sample 5
FTOS(conf-callhome-testlist-test)#test-condition cpu-5-min decrease ?
<0-100> Enter the boolean comparision value
FTOS(conf-callhome-testlist-test)#test-condition cpu-5-min decrease 10
In this next example, the configuration is to subtract the bit rate that was found in the second sample
from the bit rate found in the first sample. If the difference is at least 10Mb, then any associated action
list will be invoked.
FTOS(conf-callhome-testlist-test)#test-condition interface-bit-rate ?
input Input interface
output Output interface
FTOS(conf-callhome-testlist-test)#test-condition interface-bit-rate input ?
<0-3> Slot number
FTOS(conf-callhome-testlist-test)#test-condition interface-bit-rate input 1
decrease ?
<0-10000> Enter the boolean comparison value in mbits/sec
FTOS(conf-callhome-testlist-test)#test-condition interface-bit-rate input 1
decrease 10 ?
sample The time interval to check the condition
<cr>
FTOS(conf-callhome-testlist-test)#test-condition interface-bit-rate input 1
decrease 10 sample ?
<2-100> Enter the sample value (default = 2)
FTOS(conf-callhome-testlist-test)#test-condition interface-bit-rate input 1
decrease 10 sample 2
Here are other examples of test-condition configuration statements.
FTOS(conf-call-home-testlist-test)#test-condition interface-crc 1 decrease
number 90 sample 5
FTOS(conf-call-home-testlist-test)#test-condition memory-free-percent
no-change sample 4
Related
Commands
Version 8.2.1.0
Removed
message-text keyword. Added operators.
Version 7.8.1.0 Introduced on C-Series and E-Series
dampen Set a delay before sampling for a test condition again after it has been matched.
test-limit Set the number of times that the test list that should be executed.
test-condition (comparing
samples)
Collect multiple samples of a statistic and compare them using the specified
comparator and hurdle value.
test-condition (comparison
to a value)
Collect a sample of a designated statistic and then compare it to the designated
number.










