pueue Verified current stable Not installed? Observability

Pueue / Show Status Specific Group

Show Status Specific Group

Use the 'pueue status' command to view the status of tasks in a specific group.

$
Terminal
pueue status -g <group_name>

When To Use

You need to check the status of tasks in a specific Pueue group.

Command Builder

Tune the command before you copy it

Back to syntax
$
Generated Command
pueue status -g <group_name>

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
Group: my_group
Status: Running
Task 1: Processing
Task 2: Waiting
Task 3: Completed

Command Breakdown

What each part is doing

pueue
Base Command
The executable that performs this operation. Here it runs Pueue before the shell applies any redirect operators.
-g
g| group
The value supplied for g| group.
<group_name>
group name
The value supplied for group name.
-g
Command Option
Tool-specific option used by this command invocation.

How To Run

Execution path

  1. Step 1

    Run the command with the group flag: pueue status -g group_name

  2. Step 2

    Replace 'group_name' with your specific group name

  3. Step 3

    Review the output for the status of tasks in that group

Alternative Approaches

Comparable commands in other tools

Alternative observability tools for the same job.