SunVTS 5.0 Test Reference Manual

wrsmtest Command-Line Syntax

/opt/SUNWvts/bin/wrsmtest standard_arguments -o dev=interface,test=type,packets=n,pattern=hex,delay=seconds, timeout=seconds,retry=n,warn= E|D,maxerr=n,avgerr=n

Table 61-3 wrsmtest Command-Line Syntax

Argument 

Description 

dev=interface

Identifies the cluster network interface name. The default value is wrsmd0 for DLPI cluster networks.

test=type

Specifies which subtests to run. Specify random, increment, or pattern. Use a + symbol to list multiple subtests. The default value is random+increment+pattern.

packets=n

Specifies the number of random/pattern packets. The default is 256.

pattern=hex

Specifies a data pattern in hexadecimal form. The default is all patterns from 0 to 0xff.

delay=seconds

Indicates the time between subtests in seconds. The default is 30 seconds.

timeout=seconds

Indicates the number of seconds to wait before a timeout. The default is 1 second.

retry=n

Indicates the number of test timeout retries. The default is three retries.  

warn=E|D

When enabled, prints warning messages.  

maxerr=n

Upper threshold limit for peak link errors per second for a test to pass. If the test reports peak link errors that exceed this limit, the device being tested will fail and report an error message. 

avgerr=n

Upper threshold limit for average link errors per second for a test to pass. If the test reports average link errors that exceed this limit, the device being tested will fail and report an error message. 


Note -

64-bit tests are located in the sparcv9 subdirectory: /opt/SUNWvts/bin/sparcv9/testname. If a test is not present in this directory, then it may only be available as a 32-bit test. For more information refer to "32-Bit and 64-Bit Tests".