Gatling - 在simulation.log中更改了字段

时间:2017-02-17 18:31:42

标签: gatling

以前,模拟日志有4个长值(old gatling documentation):

1. first byte sent timestamp
2. last byte sent timestamp
3. first byte received timestamp
4. last byte received timestamp

计算的内容:

response time (in ms) = 4 - 1
latency (in ms) = 3 - 2

目前我只看到两个值:

  

请求场景1案例1487348824858 1487348825029确定

这些只是第一个例子中的值nb.1和nb.4? 并在此处定义https://github.com/gatling/gatling/blob/master/gatling-core/src/main/scala/io/gatling/core/stats/writer/LeakReporterDataWriter.scala#L67

1 个答案:

答案 0 :(得分:1)

我在这里间接发现了一个回复Gatling Executor for Taurus v1.9.5(与Gatling Executor for Taurus v1.9.6一起消失了。)

默认情况下,它使用Gatling 2.1.7,因为:

  

金牛座与Gatling 2.2.0合作。但是,使用Gatling 2.2.0时,由于Gatling将其从报告数据中删除,因此无法提取延迟和连接时间等网络统计信息。因此,Taurus默认安装Gatling 2.1.7。

通过分析此executor的代码,有两个数据提取器,一个用于gatling 2.1,另一个用于gatling 2.2