Skip to content

neoxia/aws-storage-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-storage-benchmark

Tools for performing automated benchmarks of AWS storage systems

#!/bin/bash
yum update -y
yum install fio -y
yum install git -y 
yum install xfsprogs -y
pip install elasticsearch
git clone https://github.com/neoxia/aws-storage-benchmark.git
python /aws-storage-benchmark/test.py

Creating the index

curl -XDELETE 'http://localhost:9200/benchmark/'
curl -XPUT 'http://localhost:9200/benchmark'
curl -XPUT 'http://localhost:9200/benchmark/_mapping/metric/' -d '{"properties" : {meta: {properties:{"instance-id" : {"type" :"string", "index":"not_analyzed"}}}}}}'
curl -XPUT 'http://localhost:9200/benchmark/_mapping/metric/' -d '{"properties" : {meta: {properties:{"instance-type" : {"type" :"string", "index":"not_analyzed"}}}}}}'

About

Tools for performing automated benchmarks of AWS storage systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages