Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

GENERAL QUALIFIERS

COMMAND-SPECIFIC QUALIFIERS

Example

/NODENAME

/PRINT

/STATISTICS

/DISPLAY

/SPEED

/TYPE

/SIZE

/[TEST-DURATION]

DTS and DTR INTERRUPT — VMS 5.5-2H4

   Invodes an interrupt test.

Additional information available:

GENERAL QUALIFIERSCOMMAND-SPECIFIC QUALIFIERS

Example

GENERAL QUALIFIERS

Additional information available:

/NODENAME/PRINT/STATISTICS/DISPLAY/SPEED

/NODENAME

      /NODENAME=node-id

   Identifies the node (by name or address) on which DTR is to run. The
   default is the local node.

/PRINT

      /PRINT
      /NOPRINT (D)

   Instructs DTS to print (or log) test results. The default is /NOPRINT.

/STATISTICS

      /STATISTICS (D)
      /NOSTATISTICS

   Instructs DTS to print statistics on data and interrupt tests. The
   default is /STATISTICS.

/DISPLAY

      /DISPLAY=number
      /NODISPLAY (D)

   Instructs DTS to print the specified number of bytes (in hexadecimal)
   of data and interrupt messages transmitted to DTR.  The default is
   /NODISPLAY.

/SPEED

        /SPEED=number

   Indicates the line speed (bits per second) of the test line. DTS uses
   this qualifier for reporting statistics. The default value is 1000000.

COMMAND-SPECIFIC QUALIFIERS

Additional information available:

/TYPE/SIZE/[TEST-DURATION]

/TYPE

      /TYPE=test-type

   Indicates the subtest for the interrupt test.  There are four subtests:

   SINK   Indicates a sink test. The default test type.
   SEQ    Indicates a sequence test.
   PAT    Indicates a pattern test.
   ECHO   Indicates an echo test.

/SIZE

      /SIZE=number

   Indicates the data message length in bytes. The lower bounds are 0 for
   a sink or echo test; 4 for a sequence test; and 5 for a pattern test.
   The upper bound is 16 bytes for all tests. The default size is 16.

/[TEST-DURATION]

      /[TEST-DURATION]

   Indicates the duration of the test. There are three units of time
   for this parameter:

      /SECONDS=number
      /MINUTES=number
      /HOURS=number

   The number specifies the duration of the test. The default unit is
   /SECONDS=30. The maximum test duration is 3,600,000 seconds or 1000 hours.

Example

   -Test:   INTERRUPT/NODENAME=DALLAS/PRINT/TYPE=PAT/SIZE=16

            _DTS-S-NORMAL, normal successful completion

            Test parameters:
             Test duration (sec) 30
             Target nodemane    "DALLAS"
             Linespeed (baud) 1000000
             Message size (bytes) 16

            Summary statistics:
             Total messages XMIT 2734   RECV 0
             Total bytes XMIT 43744
             Messages per second 91.1
             Bytes per seconds 1458
             Line throughput (baud) 11665
             - Line utilization 1.1

   This command invokes the interrupt test with the pattern subtest. DTS
   sends interrupt messages to DTR on node DALLAS where test information
   is to be printed. The interrupt message size is 16 bytes, and the test
   is 30 seconds (by default).

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026