I've no idea what you want to do. But the latest 2.1 code (see the nightly builds) includes a BeanShell Timer, so you can write whatever code you want; it just has to return a number that will be used as the delay (in ms).
So the script: return 1234; would wait for 1.234 seconds. For further information, please read the JMeter Manual and the Beanshell documentation. S. On 07/04/06, Dong Liu <[EMAIL PROTECTED]> wrote: > Hi, folks, > > I want to customize the timer based on the Uniform Random Timer, say I want > to get the inter time = f(uniform random time). What is the easy way to do > that? > > Thanks, > > Dong > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

