メインコンテンツまでスキップ

「 snapshot show 」の「 Total % 」と「 Used % 」の意味は何ですか?

Views:
95
Visibility:
Public
Votes:
1
Category:
ontap-9
Specialty:
CORE
Last Updated:

環境

ONTAP 9

回答

  •  「 Total % 」は親ボリューム内の総ブロック数の割合で、「 Snapshot サイズ / ボリュームサイズ」で計算できます。
  •  「 Used % 」は親ボリューム内の使用済みブロックの割合で、「 Snapshot size / ( Snapshot サイズ + ボリュームの使用済みサイズ)」で計算できます。

例: 

df -h「」コマンドによって使用されるボリュームサイズを確認し、「 Used % 」というスナップショットを計算する方法。

fas8300-2n-rtp-1::>snapshot show
svm1
vol1
weekly.2021-02-07_0015                   912KB     0%   10%
weekly.2021-02-14_0015                  4.02MB     0%   32%

fas8300-2n-rtp-1::> df -volume vol1 -vserver svm1 -h
Filesystem               total       used      avail capacity  Mounted on
/vol/vol1/               475GB     8568KB      474GB       0%  ---
/vol/vol1/.snapshot       25GB     6400KB       24GB       0%  ---

912MB/(912KB+8568KB) = approximately 10%
4.02MB/(4.02MB+8568KB) = approximately 32%

追加情報

N/A

 

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.