Re: What am I doing wrong?

2015-05-12 Thread Rasmus Villemoes
On Mon, May 11 2015, Arun Seetharam wrote: > Hi all, > > I am trying to use parallel for regular Linux commands, as I have to deal > with huge files on daily basis. But few times I have tried, I don't see any > improvement. Is there a threshold for the file size after which the > parallel is bene

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

2015-05-12 Thread Deepa Hegde (deepahe)
Hello, I am trying to measure the performance of active authentication for my web server. For this, I send simultaneous HTTP GET requests using wget. Something like : Seq 1 30 | parallel –q –j0 wget —no-check-certificate --max-redirects=0 —http-user=tom —http-password=abcdefhi “https://192.1