Library /sys$common/syshlp/helplib.hlb  —  ANALYZE  /SSLOG
    Valid for Alpha and I64 systems only.

    Displays the collected data.

    Format:

      ANALYZE/SSLOG  [/BRIEF | /FULL | /NORMAL | /STATISTICS]
                     [/OUTPUT=filename] [/SELECT=(option[,...])]
                     [/WIDE] [filespec]

    filespec

    Optional name of the log file to be analyzed. The default
    filename is SSLOG.DAT.

1  –  Qualifiers

1.1    /BRIEF

    Displays abbreviated logged information.

1.2    /FULL

    Displays logged information, error status messages and sequence
    numbers.

1.3    /NORMAL

       /NORMAL (Default)

    Displays basic logged information.

1.4    /STATISTICS

       /STATISTICS[=BY_STATUS]

    Displays statistics on system services usage; accepts BY_
    STATUS keyword. Outputs a summary of the services logged with
    a breakdown by access mode. Output is ordered with the most
    frequently requested services first. If BY_STATUS is included,
    the summary is further separated by completion status. Output is
    displayed up to 132 columns wide.

1.5    /OUTPUT

       /OUTPUT=filename

    Identifies the output file for storing the results of the log
    analysis. An asterisk (*) and percent sign (%) are not allowed
    as wildcards in the file specification. There is no default file
    type or filename. If you omit the qualifier, results are output
    to the current SYS$OUTPUT device.

1.6    /SELECT

       /SELECT=([option[,...]])

    Selects entries based on your choice of options. You must specify
    at least one of the following:

    Keyword                Meaning

    ACCESS_MODE=mode       Selects data by access mode.

    IMAGE=image-name       Selects data by image name.

    STATUS[=n]             Selects data by status. n is optional.
                           /SELECT=STATUS displays all entries that
                           have an error status.

    SYSSER=service-name    Selects data by service name.

1.7    /WIDE

    Provides for a display of logged information up to 132 columns
    wide.

2  –  Description

    The ANALYZE/SSLOG command displays the collected logged data.
    Note that a system service log must be analyzed on the same
    platform type as the one on which it was created; for example,
    a log created on an OpenVMS Alpha system must be analyzed on an
    OpenVMS Alpha system.

    For examples with explanations, see the System Service Logging
    chapter of the HP OpenVMS System Analysis Tools Manual.
Close Help