You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/file-sync/file-sync-monitor-cloud-tiering.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,26 @@ You can drill down further by selecting **Monitoring** > **Cloud tiering status*
41
41
42
42
Go to the **Storage Sync Service** and select **Metrics** on the side navigation.
43
43
44
-
There are three different metrics you can use to monitor your egress specifically from cloud tiering:
45
-
44
+
There are nine different metrics you can use to monitor cloud tiering:
45
+
46
+
- Cache data size by last access time
47
+
- This is the total size of data, in bytes, categorized by the time it was last accessed.
48
+
- Cloud Tiering Cache Hit Rate
49
+
- This is the percentage of data (in bytes) served directly from the cache and can be used to reflect the efficiency of caching.
50
+
- Cloud Tiering Low Disk Space Mode
51
+
- This is a boolean value that indicates whether a server is in low disk space mode (1 = yes and 0 = no).
46
52
- Cloud Tiering Recall Size
47
53
- This is the total size of the data recalled in bytes and can be used to identify how much data is being recalled.
48
54
- Cloud Tiering Recall Size By Application
49
55
- This is the total size of data recalled in bytes by an application and can be used to identify what's recalling the data.
56
+
- Cloud Tiering Recall Success Rate
57
+
- This is the percentage of successful data recall operations and indicates how reliably data is being retrieved.
50
58
- Cloud Tiering Recall Throughput
51
-
- This measures how quickly the data is being recalled in bytes and should be used if you have concerns about performance.
59
+
- This measures how quickly the data is being recalled in bytes and should be used if you have concerns about performance.
60
+
- Cloud Tiering Size of Data Tiered
61
+
- This measures the total size of data tiered to Azure File share, in bytes, and can be used to track tiering activity over time.
62
+
- Cloud Tiering Size of Data Tiered by last maintenance job
63
+
- This measures the total size of data tiered to Azure File share, in bytes, during the most recent maintenance job and is useful for diagnosing emergency tiering events.
52
64
53
65
To be more specific on what you want your graphs to display, consider using **Add Filter** and **Apply Splitting**.
0 commit comments