Lingfei's Blog
发布时间:2026-08-11 | 浏览:7
Welcome to Hexo ! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub .
Create a new post
More info: Writing
More info: Server
Generate static files
More info: Generating
Deploy to remote sites
More info: Deployment
Linux下的经典软件(史上最全)
Lex菜鸟,之前做slides用过LibreOffice, PowerPoint, S5和reveal.js,S5和reveal.js都是结合org-mode来做的,非常方便,但做出来的slides只能通过浏览器来展示,而且定制性不是太好. LibreOffice, PowerPoint固然很强大,但是不合我口味,太easy, 好吧,我承认我是自虐狂。后来听说latex的beamer库也可以做slides而且效果还不错,故而google了2天,找各种模板,各种实验,那个烦啊…
不过还好,两天之后终于找到自己比较满意的模板,这里跟大家分享下,另外再分享下其它的东东, 感谢 Yixf和X-Wei两位大神!
Installing the Packages
To install the Xen Project software, just run:
as root. yum will, as usual, take care of downloading and installing anything that is needed. As a part of that, it also create a new GRUB2 boot menu entry. Once the installation is complete, just reboot and select “Xen 4.x.x” from the GRUB2 menu.
If on Fedora 18 and 19, you will likely see something like “Xen 4.2.x”. If on Fedora 16 or 17, it will have “Xen 4.1.x” in it. It is also possible that you only see something like “Fedora, with Xen hypervisor”, and that is also ok.
Download iozone tarball from http://www.iozone.org/ .
Download iozone tarball from http://www.iozone.org/ .
# cd iozone3XXX/src/current/
# cd iozone3XXX/src/current/
Choose your platform(my platform is AMD64) and run # make AMD64
Choose your platform(my platform is AMD64) and run # make AMD64
我的TODO List, 时间2014-11-14 to 2015-05-01
Learn OpenStack (Include RH OSP & OpenStack on Feadora/Upstream), Finish RH OPS Certification
Learn OpenStack (Include RH OSP & OpenStack on Feadora/Upstream), Finish RH OPS Certification
Learn KVM and prepare a presentation in S1
Learn KVM and prepare a presentation in S1
Learn RHEV-H & RHEV-M, try to Finish RHEV Certification. Try to run/get familiar with RHEV-H test cases
Learn RHEV-H & RHEV-M, try to Finish RHEV Certification. Try to run/get familiar with RHEV-H test cases
Try to get familiar with libvirt project (IEEE test plan)
Try to get familiar with libvirt project (IEEE test plan)
Try to get familiar with Hyper-V project (IEEE test plan)
Try to get familiar with Hyper-V project (IEEE test plan)
Of course RedHat way to test a product!
Of course RedHat way to test a product!
Download netperf from ftp://ftp.netperf.org/netperf/netperf-2.6.0.tar.gz
Download netperf from ftp://ftp.netperf.org/netperf/netperf-2.6.0.tar.gz
Install netperf from source code
Install netperf from source code
It is a type of non-functional testing.
Performance testing is testing that is performed, to determine how fast some aspect of a system performs under a particular workload. Performance testing measures the quality attributes of the system, such as scalability, reliability and resource usage.
The goal of performance testing is not to find bugs but to eliminate performance bottlenecks.
It can serve different purposes like it can demonstrate that the system meets performance criteria.
It can compare two systems to find which performs better. Or it can measure what part of the system or workload causes the system to perform badly.
This process can involve quantitative tests done in a lab, such as measuring the response time or the number of MIPS (millions of instructions per second) at which a system functions.