Which would you say matters more: that the contents of the file are intact, or 
that it is available to access from your cloud? If you want to check the file 
contents and test that they are correct, I would recommend generating a txt 
file at random, uploading it to your cloud, then downloading it from the cloud 
using HTTP requests. Then you could implement some kind of java sampler which 
parses the contents of the txt file into strings and compares them to check 
that the file is still intact.

Regards,
Alan

-----Original Message-----
From: Sergio Boso [mailto:[email protected]] 
Sent: Thursday, February 25, 2016 8:29 AM
To: JMeter Users List
Subject: Re: Opening txt file

Hi,another option is to  check the "save response as MD5" that avois keeping 
all the file in memory.

Regards

Sergio Boso
cell. 335 7243 445
Il 25/Feb/2016 14:53, "Bob" <[email protected]> ha scritto:

> Use OS Process sampler, pass command something like "cat". But I'm not 
> sure if it's good option. IMHO, it's better to use GNU Binutils.
>
>
> http://jmeter.apache.org/usermanual/component_reference.html#OS_Proces
> s_Sampler
>
> On 25/02/16 15:40, Konstantinos Dimkas wrote:
>
>> Hi all,
>>
>> I want to run a stress test to a cloud infrastructure. Beside from 
>> uploading and downloading files, i want to open a large txt file that 
>> is uploaded to the cloud. We have problems with rendering large txt 
>> files and i want to test it.
>>
>> So, how do i open a test.txt file, and cause the server to render it 
>> but not downloading it?
>>
>> Thanks in advance,
>> Konstantinos Dimkas
>>
>>
>>
>>
>>
>

Reply via email to