ngrinder
›
ngrinder-user-cn
Search
everywhere
only in this topic
Advanced Search
一个脚本中执行多个test,如何监控tps
Classic
List
Threaded
♦
♦
Locked
5 messages
gongmenglei
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
一个脚本中执行多个test,如何监控tps
实际业务场景中混合场景非常普遍,现在需要在一个脚本中测试多个test,如何观察到每个test 的tps?
randall
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: 一个脚本中执行多个test,如何监控tps
同问~
ziteng
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: 一个脚本中执行多个test,如何监控tps
In reply to
this post
by gongmenglei
测试完成后,可以下载 csv 文件,要自己分析 csv 里面的信息。不同的 test 在文件中会显示详细的 tps 信息。
Zheng Lei
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: 一个脚本中执行多个test,如何监控tps
In reply to
this post
by gongmenglei
定义多个test就行了,如:
test1 = Test(1, "xxx")
test2 = Test(2, "xxxx")
test3 = Test(3, "xxx")
test4 = Test(4, "xxxx")
在Runner里面分别写每个test的方法
Frank.Wang
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: 一个脚本中执行多个test,如何监控tps
能不能详细点?具体代码怎么写?能不能把代码贴出来?
Free forum by Nabble
Edit this page