On 30 November 2010 18:25, Sean Berry <[email protected]> wrote: > As requested (and as I assumed) here is the second part of my original > question in a separate thread. > > Currently, I am running a server on 7 machines. I have a python script that > port scans all local IPs for 1099. The python process then gathers the > output to create a report. The output works fine if I include a "Debug > Sampler" even though I have everything set to False. I am only able to get > output (via CLI or GUI) if I have the Debug Sampler enabled. I think this is > because all of my samplers (WebService SOAP) are inside of the IF Logic > Controllers. If I put a Summary Report or View Results Tree inside the IF > Controllers then I get output, but if they are not inside then I get nothing > with the Debug Sampler turned off. I know I must be doing something wrong > and was looking for some help on this as well. Here is a screenshot of my > current setup. > http://i52.tinypic.com/i1cm4n.jpg
JMeter tests require samplers to run; all other test elements (apart from Controllers) will only be run if there is a sampler in scope. > --- END QUESTION --- > > If you need any more information please feel free to ask. > > As a side note, I have taken a lot of the logic from the perl script that > generates graphs from the output saved from the Aggregate Graph and have > ported it over to Python, adding a bunch of additional reporting information > and wrapping it up in a nice little web interface. Once completed, I would > like to contribute the source back to the community. Here is a partial > screenshot: > http://i53.tinypic.com/2zxxhj8.png > > Anyway, thanks for any help! > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

