gpt4 book ai didi

Python 请求测量响应时间

转载 作者:太空狗 更新时间:2023-10-29 12:01:12 30 4
gpt4 key购买 nike

我正在尝试测量网站的响应时间,但出现错误。

脚本:

#!/usr/bin/python

import requests

time= requests.get("http://google.com").elapsed.total_seconds()

print time

错误:

Traceback (most recent call last):
File "./test.py", line 5, in <module>
time= requests.get("http://google.com").elapsed.total_seconds()
AttributeError: 'Response' object has no attribute 'elapsed'

最佳答案

.elapsed 属性在 requests 1.2.0 ( changelog ) 中引入。更新包:

pip install --upgrade requests

关于Python 请求测量响应时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35754837/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com