22 lines
437 B
INI
22 lines
437 B
INI
|
|
|
|
##################################################################
|
|
|
|
; 新的配置格式
|
|
[global]
|
|
; 请求总数
|
|
count=1
|
|
|
|
[request0]
|
|
; 请求类型, 只支持get和post
|
|
type=post
|
|
; 请求地址, 必须带上协议头(http://或https://)
|
|
address=http://localhost/ext/Synchronize.php
|
|
; 请求参数, 多个参数用&连接, 无需加入?
|
|
parameter=processcount=200
|
|
; 请求发送间隔, 单位毫秒
|
|
interval=60000
|
|
; 线程数
|
|
thread=1
|
|
|