Did you try adding an & at the end of your command? If only the & doesn't work try appending this: >/dev/null 2>&1 &
Hope it helps you. Flávio Cysne 2012/7/23 Shay Ginsbourg <[email protected]> > Hi, > > While working with the OS process sampler, the control never returns to > Jmeter - > > For example, if the OS process sampler is used for launching GEDIT on > LINUX, > then Jmeter is stuck until manually closing GEDIT, > and only after that the control returns to Jmeter for executing the > following sampler. > > How can this sampler launch an OS process in a detached manner, > so that the control returns to Jmeter before the launched process is > manually killed ? > > Please advise. > > thanks, > Shay > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
