So, I have a series of questions into ServerFault about LeftHand SAN's (Questions 1441 and 4478). One of the responses I received questioned the throughput of the iSCSI data returning from the SAN being restricted to the 1GB network card.

I think it is a very good point to look at.

Now to see if this would be an actual bottleneck for my purpose I should perform some benchmarks on the current production server.

What utilities should I use for profiling?
If there are special metrics I should be reading, what are they? IOPS?, Disk Read/Write B/sec?, etc...

Thank you,

Keith

link|improve this question

77% accept rate
feedback

3 Answers

up vote 2 down vote accepted

Iometer appears to be the overwhelming recommendation for testing and benchmarking iSCSI SAN performance. Because it is widely used by vendors, its numbers offer a fairly reliable comparison metric across storage systems.

If you plan on running SQL Server off your SAN, you should also look at doing some testing and tuning with SQLIO. Brent Ozar has a great SAN performance tuning guide at SQLServerPedia using the SQLIO tool that's worth checking out.

link|improve this answer
I use SQLIO with a suite of 16 tests: [read/write]/[sequential/random]/[8/64/128/256kB IOs]. – aharden May 5 '09 at 20:06
Thanks for the compliment, sir! – Brent Ozar Jun 16 '09 at 16:24
feedback

IOMeter is the tool I normally use for this type of thing...

link|improve this answer
Does IOMeter come with a command line version, the screenshots suggest it is a GUI application. – Stuart Woodward Jan 26 at 1:16
feedback

Bonnie++ is a nice unix benchmarking tool for hard disks. It'll complete a wide variety of tests.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.