On 12/03/2008, Ivan Rancati <[EMAIL PROTECTED]> wrote:
>
>
>
>  sebb-2-2 wrote:
>  >
>  >
>  > Unfortunately the data is still saved in the sample result, at least
>  > temporarily.
>  >
>
>
> Thanks for the clarification. I guess a workaround would be using BeanShell
>  with something like
>   return exec("wget -S -O /dev/null http:....");
>

If you are going to use BeanShell you could just use HttpUrlConnection
(or use HttpClient) and read the response yourself.

>  Has anybody tried something similar?
>  I haven't played much with BeanShell and from the documentation on their
>  website I can't seem how to capture the output of an external command

It's Java, so how do you do that in Java?

>  (basically what I need is to see whether the wget failed or not and maybe
>  the throughput, I can get the timing info from jmeter itself)
>
> --
>  View this message in context: 
> http://www.nabble.com/Testing-http-dowload-of-large-files-tp15950890p16002409.html
>
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to