ONTAP Discussions

Would FlashCache, formerly known as PAM, help me?

kletzly
2,977 Views

Hello COH-NUG

Many have asked me "will FlashCache help me in my environment". Well, the answer depends on the degree to which your workload exhibits small, random reads. This, of course, begs another question: "What's does my workload exhibit?".

So, now, to avoid a Catch 22 😉 , my task is to define and explain steps so that I can help you know:

  1. How to enable the FlashCache simulator for stats enablement.
  2. How to run perfstat for performance data gathering.
  3. How to send to me via FTP.
  4. Wrapping up after perfstat and FlashCache efforts

#1 Enabling FlashCache simulation aka PCS

TR-3801 will tell you how to use PAM II simulation. Please read : http://www.netapp.com/us/library/technical-reports/tr-3801.html

“NetApp® Predictive Cache Statistics (PCS) offer the ability to emulate large read cache sizes and to

measure their effect on system performance. In this way PCS provides a means to approximate the

performance gains of adding one or more Performance Acceleration Modules (PAM or PAM II) to a system.”

Since quick approach might be preferred with less reading, follow these steps:

  1. Issue all commands on BOTH controllers, which comprise the NetApp storage cluster
  2. These commands can be run via the console, telnet or ssh.
  3. Run “options flexscale.enable on”
  4. To ensure it is on run “options flexscale.enable”
  5. Does it say so?
  6. You can run “stats show -p flexscale-pcs” anytime you want to monitor. Look at “reads replaced per second”. This is an optional step.

#2 Running perfstat

  1. Assuming you have a NOW account, download perfstat from http://now.netapp.com/NOW/download/tools/perfstat/perfstat7.shtml
    • Assumes you are using Data ONTAP 7 or 8.0 7-mode.
  2. If you wish to run the utility from Windows, be certain that the version of Windows you are using has rsh or ssh. Latter versions do not always have these.
  3. Note: the perfstat needs to be run for *each* controller, which comprises a controller
  4. There are many options with perfstat. In order to simplify, please follow these simple steps to monitor for 24 hour periods
    • A common practice is to capture perfstat data 24 hours a day.
    • The recommended method for doing this is to capture multiple small samples throughout the day, rather than one 24 hour sample.
    • Many customers script this or place it in the cron job log.
    • Many customers now use WINDOWS to run perfstat. NOTE: For Windows users the example below shows a nice way to format perfstat output file names with date and time information:

-- perfstat -f ___<hostname-of-a-controller>__ -t 30 -i 46 > perfstat-<hostname-of-a-controller>"Date_%date:~4,2%%date:~7,2%%date:~10,4%-Time_%time:~0,2%h%time:~3,2%m%time:~6,2%s"

-- Don't forget to run for each controller

-- Example will capture 46 samples of 30 minute intervals. This is a total of 23 hours.

-- Since perfstat uses rsh commands and the time to complete the rsh's can vary, it often runs for slightly longer than the specified time. To compensate for this (and not have 2 perfstat tools running concurrently), we recommend a 23 hour run to cover a 24 hour period.

#3 Sending via FTP

  1. You can email the results to me. However, since these files are so large, this is usually impossible.
  2. A better approach might be to upload the resultant files to http://upload.netapp.com/users / where there are simple instructions.
    • At this site, it may be confusing, an email address is requested. You should enter *your System Engineer's* NetApp email address.
  3. Zip files are fine

#4 Wrapping Up

  1. When finished with all of this, you can disable the FlashCache simulation.
  2. Use “options flexscale.enable off” from the NetApp ONTAP command line
  3. Your local NetApp SE will be happy to review the data and let you know if FlasCache would be of benefit.
    • Don't forget that FlashCache is able to be tuned to specific types of data, for instance Meta Data. Ask your local SE for more info.

Please don’t hesitate to ask any questions. Thank you!

Matt Kletzly

NetApp Enterprise SE

3 REPLIES 3

kletzly
2,977 Views

Please note, this process assumes DATA ONTAP 7.3.2 or higher!

adrianlowe
2,977 Views

Hello Matt,

Regarding running the FlashCache simulation aka PCS. I haven't personally run this and I probably won;t get the chance, however I do have multiple channel partners who ask many questions around this. I have read through the TR-3801, I was wondering you you had or knew where I could potentially find an FAQ around PCS.

The question I have is "What is the typical/expected/estimated system overhead when running the PCS?".

The reason I ask this, is I have a partner who has a customer running a system at nearly maximum utilisation and they was wondering whether its safe to run this PCS tool on this system or will it require 5-10% system overhead?

Does it depend on the ONTAP versions there running? 7.3.x vs 8.0.x vs 8.1.x vs 8.2.x

Are there any other caveats/gottcha they should look out for if and when running this tool?

Many thanks in advance.
Adrian

korso
2,977 Views

Adrian,

NetApp recommends issuing this command through an SSH connection and logging the output throughout the observation period because you want to capture and observe the peak performance of the system and the cache. This output can also be easily imported into spreadsheet software, graphed, and so on. A second SSH can be used to capture the output of the sysstat command. The combination of these two data points, PCS-specific and system data, lets you know what is happening on the system and how the emulated cache that PCS is presenting would handle the workload. PCS will run on any system capable of having FlashCache installed and will not impact the current system performance while running. PCS can be run on systems starting with ONTAP 7.3.2 and up to all current versions including Clustered ONTAP.

Kent Orso

NetApp Commercial SE

Public