qtp監聽請求響應時間,伺服器ip,

2021-06-23 07:56:03 字數 1225 閱讀 2323

qtp結合httpwatch監聽請求響應時間,伺服器ip,返回狀態碼,從而對出錯的介面進行簡單分析

聞").click

ip = 

plugin.log.entries.item(0).serverip 

''獲取ip位址

code 

= plugin.log.entries.item(0).statuscode ''獲取狀態碼

linktime 

= plugin.log.entries.summary.time ''獲取相應時間

if 10>linktime 

then

reporter.reportevent 

micpass,"響應時間愛","少於10秒:"&linktime

else

reporter.reportevent 

micfail,"響應時間","大於10秒:"&linktime

end 

ifif 

400 

code 

then

reporter.reportevent 

micpass, 

"狀態碼:"&code

else

reporter.reportevent 

micfail, 

"狀態碼:"&code

exitaction

end 

if'停止記錄http底層資料

plugin.stop

'獲取返回的狀態碼

''關閉瀏覽器視窗

plugin.closebrowser()

''**物件

set 

control=nothing

set 

plugin=nothing

set 

sumary=nothing

Fiddler配置顯示響應時間和伺服器IP

1.fiddler如何顯示響應時間?1 在tool bar上面找到rules customize rules.或ctrl r快捷鍵 2 在class handlers 裡面新增 function beginrequesttime os session if os.timers null return...

技巧 用curl測試伺服器響應時間

使用 curl 度量 web 站點的響應時間 curl o dev null s w n 081 0.272 0.779 下面給出對kisspeach.com站點執行curl命令的情況.輸出通常是 html 通過 o 引數傳送到 dev null s 引數去掉所有狀態資訊.w 引數讓curl寫出列出...

伺服器響應時間緩慢的解決方法

使用者在使用伺服器一段時間後會發現 開啟速度變慢,如果遇到這種問題,我們可以從伺服器的硬體和軟體方面來進行公升級優化,以提公升伺服器的效能跟它的整體利用率。下面一起來從這幾個方面了解下吧 一 使用伺服器的gzip壓縮功能 一般比較大中型的 內容頁面比價多,會造成占用較大的記憶體,當客戶端訪問的時候,...