This strategy (using OS Process sampler) is for reusing your data without refactoring. To get more accurate response times I suggest you to use HTTP Request samplers, because OS Process Sampler will add the process time to the response time. If you expect to analyse drop rates or sucess rates based on HTTP return code or any other variant, it is better to use HTTP Request samplers.
2013/5/10 Newbie <[email protected]> > > > If those commands are ready to use, you'll need a CSV Data Set Config > and a > > OS Process Sampler inside your Test Plan. > > > > CSV Data Set Config ( > > Filename: path/to/csv/file > > Variable names: command > > ) > > > > OS Process Sampler ( > > Command: ${command} > > ) > > > > Thanks for your explanation. > As I understand this way that you suggest is better than creating HTTP > requests and adding the parameter and parameter values due to the amount of > data, Is that correct? > > Regards, > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
