work_queue_status(1)

NAME

work_queue_status - display status of currently running Work Queue applications.

SYNOPSIS

work_queue_status [options] [master] [port]

DESCRIPTION

work_queue_status displays the status of currently running Work Queue applications. When run with no options, it queries the global catalog server to list the currently running Work Queue masters. When given an address and a port, it queries a master directly to obtain more detailed information about tasks and workers.
  • Hostname and port number of the application.
  • Number of waiting tasks.
  • Number of completed tasks.
  • Number of connected workers.
  • Number of tasks currently being executed.
  • Timestamp of when there was last communication with the application.
  • OPTIONS

    -Q, --statistics Show summary information about queues. (default)
    -W, --workers Show details of all workers connected to the master.
    -T, --tasks Show details of all tasks in the queue.
    -l, --verbose Long output.
    -R, --resources Show available resources for each master.
    -C,--catalog <catalog>
    Set catalog server to . Format: HOSTNAME:PORT
    -d,--debug <flag>
    Enable debugging for the given subsystem. Try -d all as a start.
    -t,--timeout <time>
    RPC timeout (default=300s).
    -h, --help Show this help message.

    EXIT STATUS

    On success, returns zero. On failure, returns non-zero.

    COPYRIGHT

    The Cooperative Computing Tools are Copyright (C) 2003-2004 Douglas Thain and Copyright (C) 2005-2011 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.

    SEE ALSO

  • Cooperative Computing Tools Documentation
  • Work Queue User Manual
  • work_queue_worker(1)
  • work_queue_status(1)
  • work_queue_pool(1)
  • condor_submit_workers(1)
  • sge_submit_workers(1)
  • torque_submit_workers(1)
  • ec2_submit_workers(1)
  • ec2_remove_workers(1)

  • CCTools 4.1.4rc4 released on 03/31/2014