2M IOPS on a single VM with Nutanix HCI
Published: (Updated: ) by . Leave a Comment on 2M IOPS on a single VM with Nutanix HCI.
How to generate a lot of IOPS to a single VM.
Published: (Updated: ) by . Leave a Comment on 2M IOPS on a single VM with Nutanix HCI.
How to generate a lot of IOPS to a single VM.
Published: (Updated: ) by .
One of the nice things about using public cloud is the ability to use pre-canned application virtual appliances created by companies like Bitnami. We can use these same appliance images on Nutanix AHV to easily do a Postgres database benchmark Step 1. Get the bitnami image wget https://bitnami.com/redirect/to/587231/bitnami-postgresql-11.3-0-r56-linux-debian-9-x86_64.zip Step 2. Unzip the file and convert […]
Published: (Updated: ) by .
Today I used fio to create some compressible data to test on my Nutanix nodes. I ended up using the following fio params to get what I wanted. buffer_compress_percentage=50 refill_buffers buffer_pattern=0xdeadbeef buffer_compress_percentage does what you’d expect and specifies how compressible the data is refill_buffers Is required to make the above compress percentage do what you’d […]
Published: (Updated: ) by . 3 Comments on SuperScalin’: How I learned to stop worrying and love SQL Server on Nutanix..
TL;DR It’s pretty easy to get 1M SQL TPM running a TPC-C like workload on a single Nutanix node. Use 1 vDisk for Log files, and 6 vDisks for data files. SQL Server needs enough CPU and RAM to drive it. I used 16 vCPU’s and 64G of RAM. Running database servers on Nutanix is an […]
Published: (Updated: ) by .
If your underlying filesystem/devices have different response times (e.g. some devices are cached – or are on SSD) and others are on spinning disk, then the behavior of fio can be quite different depending on how the fio config file is specified. Typically there are two approaches 1) Have a single “job” that has multiple […]