如何在Windows Azure里安装并使用Unix bench做性能测试
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Windows Azure里安装并使用Unix bench做性能测试相关的知识,希望对你有一定的参考价值。
话不多说,直接上详细步骤:
4, 在PuTTY里面输入刚建立机器的公网IP地址,那么如何找到刚刚的机器IP地址(公网)呢?
进入主页面,点击虚拟机,选中刚刚的机器。
点击仪表板,右手边中间就是公网IP啦~记下来输入到PuTTY里面,然后点击“OPEN”。
5,PuTTY开始连接你的虚拟机。输入你的用户名和密码。直接输入即可。
6, 登陆成功啦~~
敲入命令sudo wgethttp://byte-unixbench.googlecode.com/files/unixbench-5.1.2.tar.gz
tar xvfzunixbench-5.1.2.tar.gz
cd unixbench-5.1.2
7,敲入sudo sh test.sh 在虚机里面新建文本文档。
8,建立成功后,就是最后一步啦·
直接敲入
#!/bin/bash
# CentOS 7.0, root privilege
yum install -y perl-Time-HiRes # for centos6.5
yum install -y gcc yum-plugin-prioritiesgit
yum install -yhttp://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
git clonehttps://github.com/kdlucas/byte-unixbench.git
cd byte-unixbench/UnixBench/
make
./Run | tee ../../UnixBench.txt
cd ../..
yum install -y fio
fio --filename=/dev/vdc --direct=1--rw=read --ioengine=psync --size=100%
--bs=1024k --runtime=30 --group_reporting--name=read | tee
io-throughput-read.txt
fio --filename=/dev/vdc --direct=1--rw=write --ioengine=psync --size=100%
--bs=1024k --runtime=30 --group_reporting--name=write | tee
io-throughput-write.txt
fio --filename=/dev/vdc --direct=1 --ioengine=libaio--iodepth=32 --thread
--numjobs=1 --rw=randread --bs=4k--size=100% --runtime=30s --group_reporting
--name=randread | tee io-random-read.txt
fio --filename=/dev/vdc --direct=1--ioengine=libaio --iodepth=32 --thread
--numjobs=1 --rw=randwrite --bs=4k--size=100% --runtime=30s --group_reporting
--name=randwrite | tee io-random-write.txt
紧接着就是漫长的等待
本文出自 “11142118” 博客,转载请与作者联系!
以上是关于如何在Windows Azure里安装并使用Unix bench做性能测试的主要内容,如果未能解决你的问题,请参考以下文章
如何在一台windows的服务器里安装配置PHP+MYSQL环境
如何在Windows 2000 Server 里安装SQL Server