diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ - 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` +- The status of a pool can be seen with `./pool.sh status <poolname>` - All the processes output file can be retrieve with `./pool.sh ls-output <poolname>` **Final quote:** No checks are performed the arguments. Thus, be sure to use the right ones. The default configuration requires access to the `/tmp` directory and uses name conventions which may clash with the existing content of `/tmp` if you are very unlucky. If in this the case, you can edit `pool.sh` to avoid those clashes. |
