Grinder会启动Grinder的HTTP代理并在当前目录生成脚本文件grinder.py,为什么我操作的时候生成这个文件,急。很急。。
1.环境变了都配置好了。
2.在grinder的目录下新建一个目录叫properties并在该目录下新建文件grinder.properties 这个也完成了。
3.Console、Agent process 都启动了,CMD窗口也没有任何错误。
4.使用TCP代理生成测试脚本,命令 java -cp %CLASSPATH% net.grinder.TCPProxy -console -http > grinder.py
启动后控制台会输出如下信息:
07-4-2 11:33:36 (tcpproxy): Initialising as an HTTP/HTTPS proxy with the
parameters:
Request filters: HTTPRequestFilter
Response filters: HTTPResponseFilter
Local address: localhost:8001
07-4-2 11:33:37 (tcpproxy): Engine initialised, listening on port 8001
没有任何错误,但是就是没有在目录下生成 grinder.py 这个文件,根据我的理解是这个命令启动之后就会在grinder目录下生成grinder.py这个文件是为什么,整个过程中没有任何错误啊???
解压的文件有
contrib
etc
examples
lib......这个文件grinder.py就会跟这些文件是同级目录啊,为什么就是没有,不解。。。
有没有哪位大虾遇到过这个问题,解决下,是变量配置的有问题还是什么问题啊......纠结中