parallel
[Top][All Lists]
Advanced

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

Re: how to use parallel to do a wget at a steady rate spread out over an


From: Ole Tange
Subject: Re: how to use parallel to do a wget at a steady rate spread out over an hour
Date: Tue, 19 May 2015 20:53:09 +0200

On Tue, May 12, 2015 at 10:13 PM, Deepa Hegde (deepahe)
<deepahe@cisco.com> wrote:

> Seq 1 30 | parallel –q –j0 wget —no-check-certificate --max-redirects=0
> —http-user=tom —http-password=abcdefhi
>https://192.168.1.2:885/x.auth?id={}”
> This is bursty … I would like to do 20000 spread out over 1 hour.  How do I
> achieve this using parallel ?

--delay secs

Delay starting next job secs seconds. GNU parallel will pause secs
seconds after starting each job. secs can be less than 1 second.

You probably want something like --delay 0.180


/Ole



reply via email to

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