VMS Help
DEFRAGMENT, MONITOR

 *Conan The Librarian

    The MONITOR subcommand displays the progress of ongoing
    defragmentation processes.

    Format

      DEFRAGMENT MONITOR  { volume-name } [ /QUALIFIERS ]

  1 - Parameters

 volume-name

    The volume-name parameter identifies the volume whose
    defragmentation process you want monitored.

  2 - Restrictions

    None.

  3 - Qualifiers

 3.1 - /CONTINUOUS

       /CONTINUOUS (default)
       /NOCONTINUOUS

          The /CONTINUOUS qualifier provides a continuous
          monitor display.

          The /NOCONTINUOUS provides a snapshot display and
          then exits to the DCL prompt.

  4 - Examples

      The following example shows how to invoke the monitor.

    1.$ DEFRAGMENT MONITOR DISK$ONE/NOCONTINUOUS

      In this example, the defragmentation process executing against
      DISK$ONE is monitored. Since the /NOCONTINUOUS qualifier was
      specified, the monitor function samples the defragmentation
      process statistics and the free space on DISK$ONE one time
      before exiting to the DCL prompt.
  Close     Help