On 25/02/2010, Andre Mud <[email protected]> wrote: > > I have the following setup: > > SimpleController > HTTPSampler1 > TestAction (pause 5000) > Synchronization Time (1 user) > SimpleController > HTTPSampler2 > TestAction (pause 5000) > Synchronization Time (1 user) > > When I look at the timestamps generated i see something weird: > > > Timestamp Duration > Sampler 1 1267092074523 983 > Sampler 2 1267092080497 695 > > With the pause of 5000 ms. I should get 5000 ms between the transactions. > However I get (1267092080497-983-1267092074523) = 4991 ms > Can someone explain this. Because now I get overlapping transactions. We use > another program to do some calculations and this program checks this. > So the > > Starttime Sampler1 + Duration + Pause > Starttime Sampler2 > > With regards,
Most likely this is due to timer resolution. The time is less than 0.2% off. > Andre Mud > > > -- > View this message in context: > http://old.nabble.com/Jmeter-sampler-timestamps-tp27714389p27714389.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

