diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-08-21 18:24:45 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-08-21 18:24:45 +0200 |
| commit | 550b99022ba9b79071f76a9122ff93bd78442d7c (patch) | |
| tree | ae0d4e928e41f7d940b2e2ed8e67765085a6dd0b /README.md | |
| parent | 54652db0079945faf378f949fb45914eb629eb8d (diff) | |
Improve listing api
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,6 +11,7 @@ - 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>` -- Finally, all the processes output file can be retrieve with `./pool.sh ls <poolname>` +- Available pools can be retrieve with `./pool.sh ls` +- All the processes output file can be retrieve with `./pool.sh ls-output <poolname>` **Finale quote:** No checks are performed on the pool.sh arguments. Be sure to use the right ones. Defaults configuration requires access to the `/tmp` directory. |
