final short numberOfThreads = properties.getShort("grinder.threads", (short) 1);
final int reportToConsoleInterval = properties.getInt("grinder.reportToConsole.interval", 500);
final int duration = properties.getInt("grinder.duration", 0);
final Instrumenter instrumenter = scriptEngineContainer.createInstrumenter();
m_testRegistryImplementation.setInstrumenter(instrumenter);
m_logger.info("Instrumentation agents: {}", instrumenter.getDescription());
// Force initialisation of the script engine before we start the
// message
// pump. Jython 2.5+ tests to see whether the stdin stream is a tty,
// and