Solid State Summit Webinar Presentations Now Available for Viewing

The April 21/22, 2015 Solid State Storage Summit, presented by SNIA and the Evaluator Group on the SNIA Brighttalk Channel, was a great success.  Attendees raved about the high quality content and knowledgable speakers.

Did you miss it?

No worries!  Now you can listen to  SNIA Solid State Storage Initiative experts and analysts from the Evaluator Group on the latest updates on Solid State Technology.  Click on the title of each presentation to listen to this great technical information.

Day 1Solid State Systems – 5 different webcasts from Intel, Load Dynamix, Evaluator Group, EMC, and HP

Day 2 – Solid State Components – 5 different webcasts from the San Diego Supercomputer Center, NetApp, Micron, Toshiba, and SMART Modular

Quick PTS Implementation

PTS ProcedureNeed an abbreviated version of the SNIA SSD Performance Test Specification (PTS) in a hurry?  Jamon Bowen of Texas Memory Systems (TMS) whipped up a simple implementation of certain key parts of the PTS that can be run on a Linux system and interpreted in Excel.

It’s a free download on his Storage Tuning blog.

This is a boon for anyone that might want to run a internal preliminary test before pursuing a more formal route.

The bash script uses the Flexible I/O utility (FIO) to run through part of the SSSI PTS.  FIO does the heavy lifting, and the script manages it.  The script outputs comma separated (CSV) data and the download includes an Excel pivot table that helps format the results and select the measurement window.

Since this is a bare-bones implementation the SSD must be initialized manually before the test script is run.

The test runs the IOPS Test from the PTS.  This test covers a range of block sizes, read/write ratios and iterates until the steady state for the device is reached (with a maximum of 25 iterations).  Altogether the test takes over a day to run.

Once the test is complete, the downloadable pivot tables allow users to select the steady-state measurement window and report the data in a recommended format.

See Mr. Bowen’s blog at http://storagetuning.wordpress.com/2011/11/07/sssi-performance-test-specification/ for details on this valuable download.