Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" 
for change notification.

The "LogAnalysis" page has been changed by Brenda Bell.
http://wiki.apache.org/jakarta-jmeter/LogAnalysis?action=diff&rev1=59&rev2=60

--------------------------------------------------

  
  ''For local time on Windows'' (replace t with your current offset from GMT)
  {{{
- =(((x/1000)-(4*3600))/86400)+(DATEVALUE("1-1-1970") - DATEVALUE("1-1-1900"))
+ =(((x/1000)-(t*3600))/86400)+(DATEVALUE("1-1-1970") - DATEVALUE("1-1-1900"))
  }}}
  
  ''For local time on Mac OS X'' (replace t with your current offset from GMT)
  {{{
- =(((x/1000)-(4*3600))/86400)+(DATEVALUE("1-1-1970") - DATEVALUE("1-1-1904"))
+ =(((x/1000)-(t*3600))/86400)+(DATEVALUE("1-1-1970") - DATEVALUE("1-1-1904"))
  }}}
  
  3. Now sort rows on the operation name (i.e. JMeter sampler name)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to