神剑山庄资源网 Design By www.hcban.com
本文实例为大家分享了python多线程http压力测试的具体代码,供大家参考,具体内容如下
#coding=utf-8 import sys import time import thread import httplib, urllib import random import uuid import logging logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(filename)s[line:%(lineno)d] %(levelname)s %(message)s', datefmt='%a, %d %b %Y %H:%M:%S', filename='测试脚本日志.log', filemode='w') def log_uncaught_exceptions(exception_type, exception, tb): logging.critical(''.join(traceback.format_tb(tb))) logging.critical('{0}: {1}'.format(exception_type, exception)) sys.excepthook = log_uncaught_exceptions #网关地址 addr="172.18.2.4" port=8080 thread_count = 15 #单次并发数量 requst_interval = 10 #请求间隔(秒) test_count = sys.maxsize #sys.maxsize # 指定测试次数 #字段说明,必须一一对应 #login为空表示使用随机用户名 param_list=[ {"login":"user1","password":"qweqwe12"}, ] now_count = 0 lock_obj = thread.allocate() def send_http(): global now_count httpClient = None try: for user in user_list: tmp_user = user["login"] if tmp_user.strip() =='': tmp_user = str(uuid.uuid1()) + str(random.random()) print tmp_user params = urllib.urlencode({"operationData": [{"login": tmp_user,"password":user["password"]}]}) headers = {"Content-type": "application/x-www-form-urlencoded", "Accept": "text/plain"} httpClient = httplib.HTTPConnection(addr, port, timeout=5) httpClient.request("POST", "/simple/spider.task.distribute", params, headers) response = httpClient.getresponse() print '发送数据: ' + params print '返回码: ' + str(response.status) print '返回数据: ' + response.read() logging.info('发送数据: ' + params) logging.info('返回码: ' + str(response.status)) logging.info('返回数据: ' + response.read()) #print response.getheaders() #获取头信息 sys.stdout.flush() now_count+=1 except Exception, e: print e logging.info(e) finally: if httpClient: httpClient.close() def test_func(run_count): global now_count global requst_interval global lock_obj cnt = 0 while cnt < run_count: lock_obj.acquire() print '' print '***************************请求次数:' + str(now_count) + '*******************************' print 'Thread:(%d) Time:%s\n'%(thread.get_ident(), time.ctime()) logging.info(' ') logging.info('***************************请求次数:' + str(now_count) + '*******************************') logging.info('Thread:(%d) Time:%s\n'%(thread.get_ident(), time.ctime())) cnt+=1 send_http() sys.stdout.flush() lock_obj.release() time.sleep(requst_interval) def test(ct): global thread_count for i in range(thread_count): thread.start_new_thread(test_func,(ct,)) if __name__=='__main__': global test_count test(test_count) while True: time.sleep(100)
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
神剑山庄资源网 Design By www.hcban.com
神剑山庄资源网
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
神剑山庄资源网 Design By www.hcban.com
暂无python多线程http压力测试脚本的评论...
更新日志
2024年11月06日
2024年11月06日
- 雨林唱片《赏》新曲+精选集SACD版[ISO][2.3G]
- 罗大佑与OK男女合唱团.1995-再会吧!素兰【音乐工厂】【WAV+CUE】
- 草蜢.1993-宝贝对不起(国)【宝丽金】【WAV+CUE】
- 杨培安.2009-抒·情(EP)【擎天娱乐】【WAV+CUE】
- 周慧敏《EndlessDream》[WAV+CUE]
- 彭芳《纯色角3》2007[WAV+CUE]
- 江志丰2008-今生为你[豪记][WAV+CUE]
- 罗大佑1994《恋曲2000》音乐工厂[WAV+CUE][1G]
- 群星《一首歌一个故事》赵英俊某些作品重唱企划[FLAC分轨][1G]
- 群星《网易云英文歌曲播放量TOP100》[MP3][1G]
- 方大同.2024-梦想家TheDreamer【赋音乐】【FLAC分轨】
- 李慧珍.2007-爱死了【华谊兄弟】【WAV+CUE】
- 王大文.2019-国际太空站【环球】【FLAC分轨】
- 群星《2022超好听的十倍音质网络歌曲(163)》U盘音乐[WAV分轨][1.1G]
- 童丽《啼笑姻缘》头版限量编号24K金碟[低速原抓WAV+CUE][1.1G]