Copyright Digital Equipment Corp. All rights reserved.

/SUMMARY

   Specifies that a summary of the selected records be produced
   after all records are processed.

   Note that the /SUMMARY qualifier code is executed after the
   Audit Analyzer is finished, that is, after all the records to be
   analyzed have been collected and processed. When you specify the
   /INTERACTIVE qualifier (which is the default), the Audit Analyzer
   never reaches the finished state because /INTERACTIVE prompts you
   repeatedly to enter another command (which might result in a new
   set of records to be analyzed).

   To use the /SUMMARY qualifier, you must also specify
   /NOINTERACTIVE, which ensures that the Audit Analyzer reaches
   the finished state that allows the SUMMARY code to be executed
   and to display the proper information. In a future version of
   OpenVMS, the Audit Analyzer will return an error when /SUMMARY
   and /INTERACTIVE are specified together.

   You can use the /SUMMARY qualifier alone or in combination with
   the /BRIEF, the /BINARY, or the /FULL qualifier.

   Format

     /SUMMARY=presentation

     /NOSUMMARY
 
   presentation

   Specifies the presentation of the summary. If you do not specify
   a presentation criterion, ANALYZE/AUDIT summarizes the number of
   audits.

   You can specify either of the following presentations:
 

   COUNT

   Lists the total number of audit messages for each class of
   security event that have been extracted from the security audit
   log file. This is the default.
 

   PLOT

   Displays a plot showing the class of the audit event, the time
   of day when the audit was generated, and the name of the system
   where the audit was generated.
 


Additional information available:

Examples