12 2016 档案

摘要:1. 下载Ubuntu Server,地址https://www.ubuntu.com/download/server 2. 在虚拟机上安装Ubuntu Server。根据安装引导过程一步步安装,跟在自己电脑安装Windows操作系统类似。安装中会设置一个用户名和密码,安装成功后显示输入用户名的提示 阅读全文
posted @ 2016-12-20 22:19 小御 阅读(2738) 评论(1) 推荐(0)
摘要:Performance Testing is not just testing. As mentioned earlier, it is the process of identifying the performance issues. Well, when you identify that p 阅读全文
posted @ 2016-12-07 11:48 小御 阅读(270) 评论(0) 推荐(0)
摘要:What is performance testing? Software performance testing is a means of quality assurance (QA). It involves testing software applications to ensure th 阅读全文
posted @ 2016-12-07 11:38 小御 阅读(481) 评论(0) 推荐(0)
摘要:LoadRunner中的进程与线程 LoadRunner中的进程与线程 1、进程与线程的区别: 进程和线程的区别是什么?进程和线程都是由操作系统所体会的程序运行的基本单元,系统利用该基本单元实现系统对应用的并发性。进程和线程的区别在于:简而言之,一个程序至少有一个进程,一个进程至少有一个线程. 线程 阅读全文
posted @ 2016-12-02 17:02 小御 阅读(720) 评论(0) 推荐(0)