- 博客(6)
- 收藏
- 关注
转载 十个免费的 Web 压力测试工具
本文列举了是十个免费工具,可以用来进行Web的负载/压力测试的。这样你就可以知道你的服务器以及你的WEB应用能够扛得住多少的并发量,以及网站性能。 0. Grinder – Grinder是一个开源的JVM负载测试框架,它通过很多负载注射器来为分布式测试提供了便利。 支持用于执行测试脚本的Jython脚本引擎HTTP测试可通过HTTP代理进行管理。根据项目网站的说法,Grinder的
2016-08-06 21:34:26
960
转载 Loadrunner并发用户与集合点讨论(转)
看到51上三个高手Zee, 大漠飞鹰,xingcyx的一场非常精彩的关于并发用户数和集合点的讨论,很有意义。如果对这两个概念不清楚的朋友,一定要仔细领悟了。 故事开始于xingcyx的一番话: 声明:以下的问答是我根据实际工作经验和通过各种途径得到的信息而整理的,其回答内容主要代表我个人观点,并非标准答案,读者如有不同意见,欢迎批评指教。 Q:并发用户数和集合点有必然联系吗?在性能测试中必须
2016-08-06 21:22:12
274
原创 初步涉及类和对象的编程
class A(): def add(self,a,b): return a + b def multiple(self,a,b): return a * b def subtract(self,a,b): return a / b def sub(self,a,b): return a - b class B(A):
2016-07-26 23:32:13
235
原创 珍惜时间
import time i=29548800 #assuem how many seconds you can live in this world for a in range(0,i): c=i-a time.sleep(0.5) print("Your life in the world has %d seconds left, Value your time" %c) ti
2016-07-24 17:59:10
269
原创 基于python的数字判断程序和字符串判断程序
判断字符串 a=input("Enter a String.\n") b='A' if str(a)>b: print("a max!") else: print("b max!") #exit(0) 判断数字大小a=input("Enter a NumericNumber.\n") b=18 if int(a)>b: print("a max!") else:
2016-07-24 10:48:23
571
原创 基于python的双色球程序
import random a=random.randint(1,33) b=random.randint(1,33) c=random.randint(1,33) d=random.randint(1,33) e=random.randint(1,33) f=random.randint(1,33) g=random.randint(1,16) if a==b or b==c or c==d
2016-07-17 16:55:28
1619
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅