html tool

2023年5月10日星期三

tsung 定义变量的id名称必须为小写的注意

如下可以:  

<options>

   <option name="file_server" id="tlog" value="/root/.tsung/Tlog.csv" />

 </options>

但如下命名就不可以

<options>

   <option name="file_server" id="Tlog" value="/root/.tsung/Tlog.csv" />

 </options>

没有评论:

发表评论