JMeter is written in Java and does not know about OS-specific features such as environment variables.
If the env variable is made available via a System property then JMeter can access it using the __property() or __P() function. Otherwise, it's trivial to pass in the value of an env variable using the -J option: jmeter -JHOME=$HOME On 29/11/2007, Musuvathy, Ashok <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible to access UNIX environment variables within the JMeter > script ? > > I am looking for things like $HOME, $USER, $HOST etc > > Regards > Ash > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

