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]
