Hello, Similar to sebb's proposal, but using setupThread Group (to run it on start) + OS Process Sampler (to call your shell):
- http://jmeter.apache.org/usermanual/component_reference.html#OS_Process_Sampler You would control everything from JMeter. -- Regards Ubik Load Pack <http://ubikloadpack.com> Team Follow us on Twitter <http://twitter.com/ubikloadpack> Cordialement L'équipe Ubik Load Pack <http://ubikloadpack.com> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack> On Tue, May 27, 2014 at 4:26 PM, sebb <[email protected]> wrote: > Alternatively, most databases provided command-line utilities for > loading data - you could write an OS shell script to load the data and > then call JMeter. For large amounts of data that is likely to be much > more efficient. > > On 27 May 2014 12:19, Anthony <[email protected]> wrote: > > Hi Paula, > > It sounds like you need to use a setup Thread Group to seed the data: > http://jmeter.apache.org/usermanual/component_reference.html#setUp_Thread_Group > . > > > > Good luck, > > > > Anthony > > > > -----Original Message----- > > From: "McCann, Paula" <[email protected]> > > Sent: 5/27/2014 3:28 AM > > To: "[email protected]" <[email protected]> > > Subject: Seed data to database using Jmeter > > > > Hi > > I'm trying to seed data to a database using jmeter (HTTP Request), and > then follow this with a READ of this data (HTTP Request). > > However I only want the read to be calculated in the perf results, not > the initial write / seed. > > Also I'm running from the command line so I have all UI reports turned > off. > > Any idea how to achieve this, i.e. not calculate the write operation. > > Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > <http://twitter.com/ubikloadpack>
