Previous Topic: Network Performance Problem with Adding New Nodes to AppLogic 3.1 Grid with hf2668 (Bandwidth Oversubscription)Next Topic: Procedure for Restoring From a BFC Mnesia Backup


Performance Testing - Drive and Network Speed

This article is to be used to test disk / network i/o speeds at each level. Most of the tests use dd to create 4Gig files, the results are printed after the command completes. Every test should be run multiple times to get an average.

During install, the system will test network speed with the following command:

ping -q -c 8 -s 1500 -i 0.1 <node ip> | awk '/^rtt/ { print $4 }'

Appliance volume I/O:

Dom0 physical drives I/O:

hdparm -tT /dev/sdX

Dom0 LVM VolGroup I/O:

Dom0 A -> Dom0 B (and B -> A) Network I/O:

Dom0 A -> Dom0 B (and B -> A) Network I/O (nuttcp alternative):

On the Dom0 A you can test the network speed with (for 1000mb): nuttcp -t -4 -i1 -R1000M <remote host ip>

Dom0 single vol stream mounted directly (loop)

Dom0 single vol stream mounted directly (hoop + md)

Dom0 single vol stream mounted directly (md + nbd)