简体   繁体   中英

Is there a way to distinguish between 2XX and 304 responses in Gatling and show it in the report?

Is there a way to distinguish between 2XX and 304 responses in Gatling and show it in the report?

I added this to my http request following the documentation , but I don't see a difference running it with our without it.

.check(
  status().saveAs("status")
)

Not with the free version.

This chart is available in the Enterprise version though.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM