parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

--timeout


From: Hans Schou
Subject: --timeout
Date: Fri, 9 Dec 2011 14:55:43 +0100

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:

$ wc -l ~/.parallel/sshloginfile
38 /home/hans/.parallel/sshloginfile

$ time parallel --tag -j30 -S .. --nonall --timeout=10 grep
^nameserver /etc/resolv.conf
...
real    3m10.587s
user    0m5.348s
sys     0m1.864s

3 minutes???

How can I speed it up?

(PS, I do use: -J profilename)

/hans



reply via email to

[Prev in Thread] Current Thread [Next in Thread]