Jmeter Extractor 将字符串恢复到文件中

Jmeter Extractor to recover string into a file

我想知道是否有人知道使用 Jmeter 将字符串恢复到文件中的解决方案(字符串每次都可能更改到文件中,然后不是静态的)。 我有一个这样的文件:

设备数据-pdaa: 图片:acrsit.pippo.io/common/pippo-data-pippo-go-arm64:11.0.0 container_name: go-data-sim 主机名:new-data-sim 网络:

我需要取图像后的值:直到行尾(粗体动态字符串) 重要提示:在文件中出现了更多的单词 image

如果你想从本地文件系统读取文件,有两个选项:

  1. 像这样使用__FileToString() function

  2. 使用 HTTP Request Sampler with file as the protocol and then a suitable Post-Processor, i.e. Regular Expression Extractor 获取您要查找的行: