btop
Overview
btop moves pending jobs to the top of the queue to affect scheduling order.
Options
| Option | Description | Main Differences |
|---|---|---|
-h | Print command usage and exit | Provides more detailed help information |
-V | Print version | No difference |
job_id Filters
| Filter | Description | Main Differences |
|---|---|---|
| job_ID | Move the specified job ID to the top of the queue | No difference |
| job_ID position | Move 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
-
Move a job to the top of the queue
btop 10023 -
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_IDare supported.