Zabbix:Web 步骤的响应时间指示直到收到 HTTP 代码或加载所有内容?
Zabbix: Response time for web step indicates until HTTP code is received or everything is loaded?
(Web 场景的)Web 步骤的响应时间表示从完成请求到接收到 HTTP 代码(200,302,404 等)或加载所有内容所需的时间? (图像、css、javascript 等)。
根据文档:"Response time is counted from the beginning of the request until all information has been transferred." 但是 "information" 包含链接内容??
谢谢!
仅评估页面内容:HTML 正文,而不是链接内容。这与 curl 或 wget 下载页面所花费的时间相同,没有递归选项。
(Web 场景的)Web 步骤的响应时间表示从完成请求到接收到 HTTP 代码(200,302,404 等)或加载所有内容所需的时间? (图像、css、javascript 等)。 根据文档:"Response time is counted from the beginning of the request until all information has been transferred." 但是 "information" 包含链接内容?? 谢谢!
仅评估页面内容:HTML 正文,而不是链接内容。这与 curl 或 wget 下载页面所花费的时间相同,没有递归选项。