python实现多线程压测post接口服务

import urllib import urllib2 import random import sys import threading,time from time import sleep, ctime import json import time host_url='http://127.0.0.1:8070' def now() : return str( time.str
相关文章
相关标签/搜索