0 0

用Grinder进行压力测试时 怎么样一次运行多个scripts?10

下面是我原来的 grinder.properties

**grinder.properties**
  #
  # helloworld grinder.properties
  #

  grinder.jvm.arguments=-Dpython.home=c::/devTools/jython
  grinder.jvm.arguments=-Dpython.path=c:/grinder/bin
  grinder.jvm.arguments=-Dpython.verbose=debug

  grinder.processes=1
  grinder.threads=1
  grinder.runs=1


  grinder.logDirectory=log
  grinder.numberOfOldLogs=0

  grinder.script=script1.py
  grinder.script=script2.py
  grinder.script=......

  grinder.useConsole = true

这样做貌似只运行其中的一个。
还有什么方法?
2008年12月07日 19:23
目前还没有答案

相关推荐

Global site tag (gtag.js) - Google Analytics