throttle:设置压力测试的间隔,单位为毫秒,格式为adb shell monkey -p {package} --throttle {间隔时间} {测试次数}
高级参数的应用:
Monkey高级参数的应用
throttle参数表示指定事件之间的间隔后面+毫秒+执行的次数
adb shell monkey -p 包名 --throttle 1000 1000
指定时间间隔
Monkey高级参数的应用:
1、throttle 参数 指定事件之间的间隔 命令:adb shell monkey --throttle <延时的时间值,毫秒> 事件数
throttle参数
指定事件之间的间隔
adb shell monkey --throttle <milliseconds>
adb logcat | grep START //获取app包名
Monkey高级参数的应用
throttle参数表示指定事件之间的间隔后面+毫秒+执行的次数
adb shell monkey -p 包名 --throttle 1000 100
adb shell monkey -p com.bz.xy --throttle 1000 100
延时参数,throttle参数。