Skip to main content
NetApp Knowledge Base

In a NDMP restore log, what are inomap cache hits and cache misses?

Views:
52
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
dp
Last Updated:

Applies to

ONTAP 9

Answer

  • In an NDMP restore log, there is a line listing VM inomap cache hits and misses:
(VM inomap  : Cache hits (            56634222), Cache misses (            14994008))
  • The inomap maps the inode numbers from the backup image to the inode numbers on the file system where the data is being restored.
  • The cache is used to speed up this mapping process.
  • Cache hits: This indicates the number of times the requested data was found in the cache. A high number of cache hits typically means that the restore process can proceed more quickly because the necessary inode information is readily available from the cache, reducing the need to read from the slower disk or tape media.
  • Cache misses: This indicates the number of times the requested data was not found in the cache, necessitating a fetch from the underlying storage media. Cache misses can slow down the restore process because the system must retrieve the inode information from the disk or tape, which is slower than accessing the cache.

Additional Information

additionalInformation_text

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.