Summary
Storage Performance Tester is a one-click storage performance test tool, which is able to collect IOPS, latency and CPU cycles per I/O for ESXi storage stack. This tool automates all the testing steps including the customized VMs deployment, I/O workload running, and storage performance analysis. It displays the performance metrics through multiple visualized graphical charts. The only thing that users need to do is enter one command and wait for the performance report of your server.
This tool is designed to be a developer-friendly tool help troubleshoot and identify storage performance issues. It could be used to validate the maximum performance of new storage hardwares/drivers and setups of vSphere/vSAN. For more details please check the guild located in the instructions
Requirements
- Python 3
- sshpass
- 2 GB of storage space
- Linux environments (kernel version is older than 2.6.31)
Instructions
Using Storage Performance Tester
2.1. Obtain and Prepare work
The Storage Performance Tester can be obtained as a .zip file from VMware. Uncompress the whole zip file, and follow the instructions below to check whether it could run in your environment.
- check if the third-party tool, fio, could work well.
#./fio --version - check if ovftool could work
#./ovftool/ovftool --version
2.2. Using Storage Performance Tester
A basic command as below:
#./sperf.py HOSTNAME -d DatastoreName
sperf.py needs users to input the root password of the HOST, after that it will do the test automatically and give you the result in about 20mins (with default
configuration).
The command used to test multi datastores on the HOST:
#./sperf.py HOST -d datastore1 -d datastore2 -d datastore3 -d datastore4
2.3. I/O Workloads Setup
Sperf could control the I/O workloads through the config file (--configfile/-i).
#config.ini is the default workload config file.
[iopstasks1]
fio_8thread_4dev_4krandread
fio_8thread_4dev_4kread
fio_8thread_4dev_4kwrite
fio_8thread_4dev_4krandwrite
[iopstasks2]
fio_8thread_4dev_8krandread
fio_8thread_4dev_8kread
fio_8thread_4dev_8kwrite
fio_8thread_4dev_8krandwrite
[iopstasks3]
fio_8thread_4dev_64krandread
fio_8thread_4dev_64kread
fio_8thread_4dev_64kwrite
fio_8thread_4dev_64krandwrite
[latencytasks]
fio_latency_512read
fio_latency_4kread
fio_latency_8kread
fio_latency_512write
fio_latency_4kwrite
fio_latency_8kwrite
The config file supports three keywords, which are [iops*] [latency*] and [delay*].
[iops*] is an IOPS fio scripts group.
[latency*] is a latency fio workloads group.
[delay*] is to add some time delay between the sections.
You can write your own config files to define which kind of workloads to run in the test.
Example:
#cat config2.ini
[iopstask1]
#your fio scripts name in fioscripts.
fio_8thread_4dev_4krandread
[delaytime1]
#you can also add some delay between the two workload sections.
1800
[iopstask2]
fio_8thread_4dev_8kread
[latencytasks]
fio_latency_512read
Storage Performance Tester Reporting
SPerf provides an intuitive way for customers to check performance metrics.
It is better to have an HTTP service in your environment to check the output.html files if you don't have one, below steps will help.
#cd results && nohup ./sperfhttp.sh &
The upper script will start up a simple HTTP service in your Linux with port 8000. So you can check your all your test results through http://YOURLINUXIP:8000/
In the results, you can also check the basic information of your target HOST.
For your instance:
Video
Changelog
Contributors
Similar Flings
No similar flings found. Check these out instead...

Auto Deploy GUI
Auto Deploy GUI is a front end interface to the Auto Deploy/Stateless infrastructure.

Blockchain on Kubernetes
Blockchain is an emerging technology which has been gaining traction globally throughout the past few years. Industries like finance, logistics, and IoT are actively working on research and pilot projects using blockchain.

Horizon Session Recording
VMware Horizon Session Recording allows administrators of a VMware Horizon environment record their users activity in their Blast Extreme virtual desktop and application sessions.

Configuration Wizard for Nuance PowerMic
This handy standalone Fling will assist in determining the optimal PowerMic configuration for a specific environment.

MyVMware CLI
MyVMware CLI is a CLI client used to login and interact with my.vmware.com.

Cross vCenter Workload Migration Utility
This Fling allows users to easily migrate virtual machines in bulk from a graphical user interface between vCenter Servers (same & different SSO Domains supported) using the Cross-vCenter vMotion feature.