Code Monkey home page Code Monkey logo

fiotest's Introduction

fioTest

fio multithreading Test reahat7.1 fioTest 1.上传安装包并解压 unzip fio.zip 2 安装 fio每台 cd /root/fio

  yum install fio fio-2.2.8-2.el7.x86_64.rpm

3 安装 python threadpool每台

	1)有网安装

    cd /usr/lib/python2.7/site-packages/

        easy_install threadpool

	2)无网安装

    cd /usr/lib/python2.7/site-packages/
   
    easy_install threadpool-1.3.2-py2.7.egg

    4 运行脚本单台

 python fioPerformanceTest.py 显示
 python fioPerformanceTest.py > fio.txt 生产fio.txt文件

4.远程运行脚本
  chmod +x fio.sh
  sh fio.sh 根据情况修改节点情况
#!/bin/bash
for i in {01..02};do  # fio检测节点顺序
	    ssh node$i "cd /root/fio/;python fioPerformanceTest.py >fio$i.txt";
	    ssh node$i "scp -r /root/fio/fio$i.txt  node01:/root/fio/";
	    echo node$i;
	    cat /root/fio/fio$i.txt;
done

for i in {02..02};do # 删除读取的节点,从第二个开始
	    ssh node$i "rm -rf /root/fio/fio$i.txt";
done

fiotest's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.