diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-08-22 09:00:50 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-08-22 09:00:50 +0200 |
| commit | 25e3092887264b8267f775fed053117445173992 (patch) | |
| tree | 88c9ec88693eef0d539d7c0ad695b95ddba43810 /README.md | |
| parent | be4c8b2f375137976fb7016e60c038409c7f4349 (diff) | |
Debug
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ - Force the removal of a pool with `./pool.sh remove-force <poolname>` all running processes will be killed and the pool will be deleted - Additional properties can be attach to processes with `./pool.sh setp <poolname> <procid> <propname> <propvalue>` Defaults properties are `<cmd>`,`<procpid>`,`<startat>`. - Properties can be retrieve with `./pool.sh getp <poolname> <procid> <propname>` +- Processes in a pool can be paused with `./pool.sh pause <poolname>` +- Processes in a pool can be resumed with `./pool.sh resume <poolname>` - Available pools can be retrieve with `./pool.sh ls` - All the processes output file can be retrieve with `./pool.sh ls-output <poolname>` |
