<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is PAM II working optimally? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Is-PAM-II-working-optimally/m-p/28509#M6585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel a bit silly - it was because we had a degraded raid set and it was reb rebuilding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2012 15:49:25 GMT</pubDate>
    <dc:creator>casey_condo</dc:creator>
    <dc:date>2012-08-21T15:49:25Z</dc:date>
    <item>
      <title>Is PAM II working optimally?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Is-PAM-II-working-optimally/m-p/28500#M6582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a 512GB PAM II card &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when I run a stats show -p flexscale-pcs it shows a high % (92%) usage, a low Hit % (9%) but it doesnt show a high evict or insert rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I run a sysstat -u 1 I get a cache hit rate (94%) but my disk utilization is high (91%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We run VMs on this server.&amp;nbsp; My question: is my system cache maninly being used a very little making it to the PAM ?&amp;nbsp; It shows a lot of information in PAM but the hit rate is very low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is this to be expected because the VMs are large files etc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:20:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Is-PAM-II-working-optimally/m-p/28500#M6582</guid>
      <dc:creator>casey_condo</dc:creator>
      <dc:date>2025-06-05T06:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is PAM II working optimally?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Is-PAM-II-working-optimally/m-p/28505#M6584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Casey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's some info from memory...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, the cache hit rate shown in sysstat output isn't showing the same thing as the flexscale stats.&amp;nbsp; Ignore the sysstat one for now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a low hit rate you should look into what type of data you are missing, and what you are caching.&amp;nbsp; If you use stats show ext_cache_obj this will give you more info.&amp;nbsp; Better still run it over a few minutes using stats start -I cache ext_cache_obj&amp;nbsp; ...wait for a minute or two during a busy period... stats stop -I cache.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give an output like this (notes added for some counters to check):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StatisticsID: cache&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:type:IOMEM-FLASH&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:blocks:67108864&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:size:256&amp;nbsp; &amp;lt;------- size of cache in GB&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:usage:92%&amp;nbsp; &amp;lt;------- How full the cache is (should be &amp;gt;90% unless you've just booted)&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:accesses:32047/s&amp;nbsp; &amp;lt;----- number of times the cache was accessed per sec&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:disk_reads_replaced:3768/s&amp;nbsp;&amp;nbsp; &amp;lt;---- how many disk reads were not replaced by the cache. &lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:hit:17898/s&amp;nbsp; &amp;lt;---- ave number of hits per sec (add to the number of misses below to get total)&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:hit_normal_lev0:16517/s&amp;nbsp; &amp;lt;---- this is 'normal' data hits.&amp;nbsp; here you can see most of the hits are 'normal' data&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:hit_metadata_file:907/s&amp;nbsp; &amp;lt;--- this and the next few are the types of hit&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:hit_directory:42/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:hit_indirect:435/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:total_metadata_hits:1385/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:total_metadata_misses:434/s&amp;nbsp; &amp;lt;--- if this is high relative to the total operations, you should consider metadata cache mode&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:miss:14149/s&amp;nbsp; &amp;lt;----&amp;nbsp; number of misses per sec&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:miss_metadata_file:85/s&amp;nbsp; &amp;lt;---- this and the next few are the types of miss&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:miss_directory:1/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:miss_indirect:347/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:hit_percent:55%&amp;nbsp; &amp;lt;--- % hits (hits / miss) &lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:inserts:426/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:inserts_normal_lev0:337/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:inserts_metadata_file:49/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:inserts_directory:6/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:inserts_indirect:39/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:evicts:11/s&amp;nbsp; &amp;lt;---- this indicates the number of blocks evicted (ie not accesses frequently)&amp;nbsp; If this is very high you *may* need more flash caches&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:evicts_ref:6/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:readio_solitary:1524/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:readio_chains:3768/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:readio_blocks:15788/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:readio_max_in_flight:511&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:readio_avg_chainlength:4.19&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:readio_avg_latency:0.56ms&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:writeio_solitary:0/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:writeio_chains:6/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:writeio_blocks:426/s&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:writeio_max_in_flight:182&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:writeio_avg_chainlength:64.00&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:writeio_avg_latency:2.14ms&lt;/P&gt;&lt;P&gt;ext_cache_obj:ec0:invalidates:514/s&amp;nbsp; &amp;lt;--- data in the cache that's been overwritten on disk (and thus 'invalidated')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this you may need to adjust your cache settings (options flexscale) to cache different data.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also check you're VM alignment - misaligned blocks may affect caching efficiency.&amp;nbsp; If that looks OK, dedupe may also help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have Performance Advisor you can also collect these stats and review regularly if required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 13:42:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Is-PAM-II-working-optimally/m-p/28505#M6584</guid>
      <dc:creator>GARDINEC_EBRD</dc:creator>
      <dc:date>2012-08-21T13:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is PAM II working optimally?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Is-PAM-II-working-optimally/m-p/28509#M6585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel a bit silly - it was because we had a degraded raid set and it was reb rebuilding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 15:49:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Is-PAM-II-working-optimally/m-p/28509#M6585</guid>
      <dc:creator>casey_condo</dc:creator>
      <dc:date>2012-08-21T15:49:25Z</dc:date>
    </item>
  </channel>
</rss>

