VMS Help  —  SHOW  ACCOUNTING
    Shows what resources the current accounting file is tracking.

    Format

      SHOW ACCOUNTING

1  –  Qualifier

1.1    /OUTPUT

       /OUTPUT[=filespec]

    Requires read (R) and write (W) access to the directory in which
    the specified file is created.

    Controls the output destination of the command. By default, the
    output is the current SYS$OUTPUT device. To send the output
    to a file, use the /OUTPUT qualifier followed by the file
    specification.

    If the file specification does not include the file name or file
    type, the defaults SHOW and .LIS are used respectively.

2  –  Example

  $ SHOW ACCOUNTING

  Accounting is currently enabled to log the following activities:

        PROCESS        any process termination
        IMAGE          image execution
        INTERACTIVE    interactive job termination
        LOGIN_FAILURE  login failures
        NETWORK        network job termination
        PRINT          all print jobs

      The keywords in this example show that the local node is
      tracking the resources used by each:

      o  Interactive and network process

      o  Image running in an interactive or network process

      o  Login failure

      o  Print job
Close Help