Re: Getting sample time from a variable

2005-11-11 Thread James Bull
>However for performance testing storing the data would add quite an >overhead. >Effectively you would also be testing the JDBC connection as well. Good point. >Why not just write a script to load the data into the database at the >end of a test? Most databases can easily be populated from CSV f

Re: Getting sample time from a variable

2005-11-11 Thread sebb
On 11/11/05, James Bull <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've got a jmeter web script that works fine. At the moment it writes its > results out to a file. I want to do an automated report web page that takes > it's results from a DB. > > I thought after each sample has completed there migh

Getting sample time from a variable

2005-11-11 Thread James Bull
Hi, I've got a jmeter web script that works fine. At the moment it writes its results out to a file. I want to do an automated report web page that takes it's results from a DB. I thought after each sample has completed there might be a variable which contains the time for the last sample that