[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: --timeout
From: |
Ole Tange |
Subject: |
Re: --timeout |
Date: |
Sun, 11 Dec 2011 00:54:46 +0100 |
On Fri, Dec 9, 2011 at 2:55 PM, Hans Schou <hans.schou@gmail.com> wrote:
> I need to find a line on all servers. Some servers might be down in my
> list so I just want parallel to timeout after 10 sec:
>
> $ time parallel --tag -j30 -S .. --nonall --timeout=10 grep
> ^nameserver /etc/resolv.conf
:
> 3 minutes???
--timeout was not tested with --nonall. Try the git version now. Also
why do -j30? Why not -j0?
/Ole
- --timeout, Hans Schou, 2011/12/10
- Re: --timeout,
Ole Tange <=