Skip to main content

btop

Overview

btop moves pending jobs to the top of the queue to affect scheduling order.

Options

OptionDescriptionMain Differences
-hPrint command usage and exitProvides more detailed help information
-VPrint versionNo difference

job_id Filters

FilterDescriptionMain Differences
job_IDMove the specified job ID to the top of the queueNo difference
job_ID positionMove the specified job ID to the top of the queue; the position argument specifies the position from the top (1 = first, 2 = second, etc.)No difference

Examples

  1. Move a job to the top of the queue

    btop 10023
  2. Move a job to the third position

    btop 10023 3

Notes

  • Normal users can only move their own jobs, and the order change applies only within that user's jobs (not across partitions).
  • Administrators can move any user's jobs; the change applies to the global queue (not across partitions).
  • For array jobs, only whole-job moves by job_ID are supported.