Linux command
pueue-status 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show queue status
pueue status
Show specific group
pueue status -g [group]
Show in JSON format
pueue status --json
Show full task details
pueue status --full
说明
pueue status displays the current state of all tasks in the queue. Shows queued, running, completed, and failed tasks with their task IDs, commands, status, and execution times.
参数
- -g, --group _name_
- Show specific group.
- --json
- Output as JSON.
- --full
- Display full task information with expanded output.
FAQ
What is the pueue-status command used for?
pueue status displays the current state of all tasks in the queue. Shows queued, running, completed, and failed tasks with their task IDs, commands, status, and execution times.
How do I run a basic pueue-status example?
Run `pueue status` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -g, --group _name_ do in pueue-status?
Show specific group.