UNSOLVED

amitdhane

updated

6 years ago

A

amitdhane

1 Rookie

29 Posts

0

960

April 17th, 2020 03:00

Differnce between FAST Cache and Block Cache

Hi team Can you let us know the difference between the FAST Cache and Block Cache in Unity. We have found below paths in API. Can you please confirm if these paths provides data for Block Cache? Paths: sp.*.blockCache.global.summary.cleanPages sp.*.blockCache.global.summary.dirtyPages sp.*.blockCache.global.summary.freePages sp.*.blockCache.global.summary.readHitsRate sp.*.blockCache.global.summary.readMissesRate sp.*.blockCache.global.summary.writeHitsRate sp.*.blockCache.global.summary.writeMissesRate Let us know the paths for FAST Cache?
  • DELL-Josh Cr

    Community Manager

    9693 Posts

    43676 Points

    851

    0

    Posted April 17th, 2020 13:00

    Hi,

    The block cache is just block level cache and the fast cache is ssd cache, so typically they are the same.

     

  • amitdhane

    1 Rookie

    29 Posts

    822

    0

    Posted April 19th, 2020 23:00

    Hi,

    Thanks for your quick  response. So, we can use below mentioned paths to get FAST Cache data?

    Paths:

    sp.*.blockCache.global.summary.cleanPages
    sp.*.blockCache.global.summary.dirtyPages
    sp.*.blockCache.global.summary.freePages
    sp.*.blockCache.global.summary.readHitsRate
    sp.*.blockCache.global.summary.readMissesRate
    sp.*.blockCache.global.summary.writeHitsRate
    sp.*.blockCache.global.summary.writeMissesRate

  • DELL-Josh Cr

    Community Manager

    9693 Posts

    43676 Points

    809

    0

    Posted April 20th, 2020 09:00

    Yes, it should work to give you the information.