You can use ctx.getThreadNum which will return the current thread number and use that variable to differentiate which image to point/download.
-Prakash On 03-Mar-2016 1:40 am, "Sheetal Jharia Baru" <sheeta...@gmail.com> wrote: > I am using OS Sampler to execute a shell script on my local ubuntu system. > This script in turn downloads a image from remote repository. As expected , > when the script is run multiple times, same image is downloaded. Is there a > way that each thread can download a different image (can image become some > sort of variable and I can give different image name via this variable to > each thread ? > Any help is appreciated. > Thanks ! >