Hi,
You can first enable the logs for load test by, Go to Preferences, UI Settings & check the "Do not disable the groovy log when running load tests" check box.
You can the click on the LoadTest > Setup Script
Add this groovy script
log.info loadTestRunner.getRunningThreadCount().toString()
You can check the LoadTestRunner SoapUI Pro API for more methods,
http://www.soapui.org/apidocs/com/eviwa ... unner.htmlI did not understand what limit of total runs in Simple strategy implies but I would suggest you to go through the above API.
Thanks,
Jeshtha