Linux command
pueue-group 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List groups
pueue group
Create group
pueue group add [name]
Remove group
pueue group remove [name]
Set parallel tasks
pueue parallel [N] --group [name]
说明
pueue group manages task execution groups, which allow organizing tasks into separate queues with independent parallelism settings. Groups can be created with add and removed with remove. Each group runs its tasks independently, so a CPU-bound group can be limited to one task while an I/O-bound group runs many in parallel.
参数
- add _NAME_
- Create group.
- remove _NAME_
- Delete group.
FAQ
What is the pueue-group command used for?
pueue group manages task execution groups, which allow organizing tasks into separate queues with independent parallelism settings. Groups can be created with add and removed with remove. Each group runs its tasks independently, so a CPU-bound group can be limited to one task while an I/O-bound group runs many in parallel.
How do I run a basic pueue-group example?
Run `pueue group` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does add _NAME_ do in pueue-group?
Create group.