import httplib import urllib import time import json class Transaction(object): def __init__(self): self.custom_timers = {} def run(self): conn = httplib.HTTPConnection("localhost:8080") headers = {"Content-type": "application/json"} #application/x-www-form-urlencoded,"Aceept":"text/plain" params = ({"bindHyCardInfo":{"mobileNo":"1881026xxxx","userId":"2","hYCardno":line,"bankCardNo":"622xxxxxxxxxxxxx","ip":"127.0.0.1"},"header":{"version":"1.0.1","from":"1000","to":"2000","tid":line,"time":"12312","token":"SEW342WEER2342","ext":""}}) start = time.time() conn.request("POST", "/core-oper/rest/bindHyCard", json.JSONEncoder().encode(params), headers) response = conn.getresponse() response_time = time.time() data = response.read() print data conn.close() transfer_time = time.time() self.custom_timers['response received'] = response_time - start self.custom_timers['content transferred'] = transfer_time - start if __name__ == '__main__': file = open("E://card.txt") while 1: lines = file.readlines() if not lines: break for line in lines: line = line.strip('\n') trans = Transaction() trans.run() for timer in ('response received', 'content transferred'): print '%s: %.5f secs' % (timer, trans.custom_timers[timer]) file.close()
python效能測試指令碼
相關文章
- [Mysql]效能測試指令碼MySql指令碼
- [python] request 介面測試自動化指令碼轉化為 [locust] 效能測試指令碼Python指令碼
- PYTHON測試指令碼Python指令碼
- iOS17 效能測試指令碼iOS指令碼
- Linux系統效能測試指令碼(unixbenchnmon)Linux指令碼
- LoadRunner長連線效能測試指令碼指令碼
- 如何用 JMeter 編寫效能測試指令碼?JMeter指令碼
- 效能測試——壓測工具locust——指令碼初步編寫指令碼
- 介面測試(apipost、jmeter和python指令碼)——測試工具APIJMeterPython指令碼
- 濤思資料 TDengine 徵稿— 利用python指令碼做TDengine效能測試Python指令碼
- Shell指令碼 | 效能測試之啟動時間指令碼
- 搬瓦工 VPS 效能一鍵測試指令碼指令碼
- 介面測試 (apipost、jmeter 和 python 指令碼)APIJMeterPython指令碼
- 介面測試(apipost、jmeter和python指令碼)APIJMeterPython指令碼
- 3.5.2 使用Badboy錄製Web效能測試指令碼Web指令碼
- Android 自動化測試及效能資料採集的 Python 指令碼AndroidPython指令碼
- shell指令碼和python指令碼實現批量ping IP測試指令碼Python
- JMeter做效能測試(1)-效能壓測指令碼的生成以及完善和增強JMeter指令碼
- LoadRunner JAVA Vuser協議開發效能測試指令碼Java協議指令碼
- 壓力測試指令碼指令碼
- 用Python開發自動化測試指令碼Python指令碼
- Python的SQL效能測試PythonSQL
- Python 的 SQL 效能測試PythonSQL
- 【效能測試】效能測試各知識第1篇:效能測試大綱【附程式碼文件】
- 軟體測試學習教程—【效能測試】Webtour系統Jmeter指令碼錄製及編輯WebJMeter指令碼
- 效能測試必知必會:Shell指令碼設計實踐指南指令碼
- python 讀圖片效能測試Python
- python3+requests:使用類封裝介面測試指令碼Python封裝指令碼
- 工具推薦. 線上unix, 線上python/perl指令碼測試環境Python指令碼
- [JPT_05] 效能測試-指令碼開發(登入&隨機購買業務)指令碼隨機
- 【效能測試】使用ab做Http效能測試HTTP
- loadrunner 資料庫測試指令碼資料庫指令碼
- RMAN備份恢復測試指令碼指令碼
- 效能測試
- 效能測試:分散式測試分散式
- Jmeter介面測試+效能測試JMeter
- unittest 單元測試框架教程 1-執行測試指令碼框架指令碼
- 一鍵獲取測試指令碼,輕鬆驗證“TSBS 時序資料庫效能基準測試報告”指令碼資料庫測試報告