That's what I already did (and meant by "Tracking the data that had been processed"). I still got no clue about the logic why (sometimes) different sample senders processing parts of my tests.
G Danny -----Ursprüngliche Nachricht----- Von: sebb [mailto:[email protected]] Gesendet: Dienstag, 26. März 2013 11:56 An: [email protected] Betreff: Re: curiosities in SampleSender > One simple question is still open, when and why does JMeter opens different > instances of SampleSender? If you want to know when your class is instatiated, add the logging to it. I tend to use something like: log.debug("N", new Throwable()); where N is a unique number or string within the class. > Tracking the data that had been processed at the instances gave me no clue > about a logic behind it. > > G Danny
