I believe he's not using the out of box samplers - looks to be the SFTP one ( https://github.com/yciabaud/jmeter-ssh-sampler/blob/master/src/main/java/org/apache/jmeter/protocol/ssh/sampler/SSHSFTPSampler.java) which doesnt call SampleStart in all scenarios.
On Sat, Jul 30, 2016 at 10:20 AM, Felix Schumacher < [email protected]> wrote: > > > Am 30. Juli 2016 15:43:35 MESZ, schrieb Murilo Alves < > [email protected]>: > >Thanks Felix > >Do you know how i can get this fixed to get the "real" timestamp when > >the > >error happened. > > What sampler did you use? > > Regards, > Felix > > > > >On Saturday, 30 July 2016, Felix Schumacher < > >[email protected]> wrote: > > > >> Am 29.07.2016 um 15:46 schrieb Murilo Alves: > >> > >>> Guys, > >>> Do you know what might be causing this behavior. > >>> For good samples date/time are fine, only when there is an error I > >see > >>> this > >>> wrong time stamp. > >>> > >>> Thanks for your help. > >>> > >>> Thread Name: SFTP MAP XML to FF 10KB PERFXML 1-1298 > >>> *Sample Start: 1969-12-31 18:00:00 CST* > >>> > >> Might be an uninitialized date/timestamp, that gets converted to your > >> local timezone. If you add a few hours. You get the 1970-01-01, which > >is > >> the default unix timestamp :) > >> > >> Regards, > >> Felix > >> > >>> Load time: 0 > >>> Connect Time: 0 > >>> Latency: 0 > >>> Size in bytes: 0 > >>> Headers size in bytes: 0 > >>> Body size in bytes: 0 > >>> Sample Count: 1 > >>> Error Count: 1 > >>> Data type ("text"|"bin"|""): text > >>> Response code: Connection Failed > >>> Response message: Failed to connect to server: Session.connect: > >>> java.net.SocketTimeoutException: Read timed out > >>> > >>> Response headers: > >>> > >>> > >>> SampleResult fields: > >>> ContentType: text/plain > >>> DataEncoding: null > >>> > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
