On 02/10/2009, Tech Newbie <[email protected]> wrote: > Let me clarify that the question is regarding defining the start and end time > in the test plan (i.e. not in the gui). > > In my test plan: > <longProp name="ThreadGroup.start_time">1243889520000</longProp> > <longProp name="ThreadGroup.end_time">1243889499000</longProp> > > Can I use string for SimpleDateFormat instead?
Not when using XML format. However, in CSV format you can, see jmeter.save.saveservice.timestamp > --- On Fri, 10/2/09, Tech Newbie <[email protected]> wrote: > > From: Tech Newbie <[email protected]> > Subject: ThreadGroup start and end time in date format > To: [email protected] > Date: Friday, October 2, 2009, 5:37 AM > > > Is it possible to specify thread group start and end time in > SimpleDateFormat instead of epoch? Similar to how result timestamps support > both formats. > > Thanks. > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

