0

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

Keith Sirmons
  • 740
  • 3
  • 13
  • 23

3 Answers3

2

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.

berberich
  • 1,882
  • 14
  • 18
1

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

Whisk
  • 1,883
  • 1
  • 16
  • 21
0

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

Adam Gibbins
  • 7,147
  • 2
  • 28
  • 42