我眼中的性能测试分类
根据个人的经验和理解,将性能测试分一下类别,可能在实际操作过程中不一定每种测试都… Continue Reading
Software Engineering 软件测试和软件工程相关的理论、方法、工具。
根据个人的经验和理解,将性能测试分一下类别,可能在实际操作过程中不一定每种测试都… Continue Reading
这几天,将图书馆借来的《从菜鸟到测试架构师》这本书看完了;尽管作为有5年测试经验… Continue Reading
在Linux上有个常用的命令 curl(非常好用),支持curl的就是大名鼎鼎的… Continue Reading
有些网站的WebServer对User-Agent有限制,可能会拒绝不熟悉的Us… Continue Reading
首先说明,这个Bug已经在这两天发布的Selenium 2.38.4版本中被修复… Continue Reading
有的网页,不能直接通过wget/curl等命令、或者直接使用Python中的li… Continue Reading
(最近没有做多少Linux system level的事情了,看着草稿箱中还有以… Continue Reading
在我的《KVM虚拟化技术:实战与原理解析》书中8.5节“磁盘I/O性能测试”中也… Continue Reading
Jacoco是一个Java代码覆盖率统计工具,见:http://www.ecle… Continue Reading
在Xen进行测试或调优的时候,需要进行比较底层的细节分析(比如统计VMExit的… Continue Reading
JConsole是从Java 5中开始引入的一个用于对JVM性能和资源消耗进行监… Continue Reading
APIC-v即APIC Virtualization,是指Intel CPU对虚… Continue Reading
今天发现登录TestLink总是不成功,前几天还正常的,很奇怪。提示用户名/密码… Continue Reading
上个月基于Linux 3.10.0-RC1的版本在Intel Haswell D… Continue Reading
目前,有很多的应用运行在虚拟机中,其中有很大一部分是Web程序,那么对一个虚拟机… Continue Reading
Jenkins是一个用Java编写的开源持续集成工具,是在2010年之后从Hud… Continue Reading
1. 背景简介 最近在开始对Xen/KVM的嵌套虚拟化(nested virtu… Continue Reading
在Xen/KVM虚拟化中,一般来说CPU、内存、网络I/O的虚拟化效率都非常高了… Continue Reading
8.2.4 性能测试数据 由于使用的硬件平台、操作系统、内核、qemu-kvm等… Continue Reading
8.2.3 性能测试方法 本节的CPU性能测试选取了SPEC CPU2006、内… Continue Reading