On 17/03/06, Sayali Kanade <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I want to make jdbc requests to a db in Ingres through JMeter. Is there > a way to record the queries being fired(like the HTTP Proxy Server > records the http calls)?
Not using JMeter. You could use the facilities provided by Ingres to create a printquery log, but you would have to process that yourself to extract the queries and then generate the JMeter test plan. Neither is easy to do. > Do I have to install a jdbc driver for the same? Can anyone please list Yes, the JDBC driver jar file must be copied to the JMeter lib directory. > the procedure of writing JDBC requests for Ingres? Yes - I've just updated the documentation, as the current documentation was rather out of date. The current documentation can be obtained by downloading the latest nightly build; this will contain a printable_docs directory tree where you will find all the details. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

