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**.
Copy file name to clipboardExpand all lines: articles/storage/file-sync/file-sync-monitoring.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,15 +95,25 @@ The following metric charts are viewable in the Storage Sync Service portal:
95
95
96
96
| Metric name | Description | Page name |
97
97
|-|-|-|
98
-
| Bytes synced | Size of data transferred (upload and download). | Server endpoint - Sync status |
99
-
| Files not syncing | Count of files that are failing to sync. | Server endpoint - Sync status |
100
-
| Files synced | Count of files transferred (upload and download). | Server endpoint - Sync status |
101
-
| Cloud tiering cache hit rate | Percentage of bytes, not whole files, that have been served from the cache vs. recalled from the cloud. | Server endpoint - Cloud tiering status |
102
-
| Cache data size by last access time | Size of data by last access time. | Server endpoint - Cloud tiering status |
103
-
| Cloud tiering size of data tiered by last maintenance job | Size of data tiered during last maintenance job. | Server endpoint - Cloud tiering status |
104
-
| Cloud tiering recall size by application | Size of data recalled by application. | Server endpoint - Cloud tiering status |
105
-
| Cloud tiering recall | Size of data recalled. | Server endpoint - Cloud tiering status, Registered servers |
106
-
| Server online status | Count of heartbeats received from the server. | Registered servers |
98
+
| Agent Version Expiration Information | Number of days until the agent version expires | Storage Sync Service - Metrics |
99
+
| Bytes synced | Size of data transferred (upload and download) | Sync Group - Status, Server endpoint - Sync status, Storage Sync Service - Metrics |
100
+
| Cache data size by last access time | Size of data by last access time | Server Endpoint - Cloud Tiering Status, Storage Sync Service - Metrics |
101
+
| Cloud tiering cache hit rate | Percentage of bytes that have been served from the cache vs. recalled from the cloud | Sync Group - Status, Server Endpoint - Cloud Tiering Status, Storage Sync Service - Metrics |
102
+
| Cloud tiering low disk space mode | Status of disk space on server | Storage Sync Service - Metrics |
103
+
| Cloud tiering recall success rate | Success status of cloud tiering recall | Storage Sync Service - Metrics |
104
+
| Cloud tiering size of data tiered | Size of data tiered | Storage Sync Service - Metrics |
105
+
| Cloud tiering size of data tiered by last maintenance job | Size of data tiered during last maintenance job. | Storage Sync Service - Metrics |
106
+
| Cloud tiering recall size | Size of data recalled | Sync Group – Status, Registered Servers, Storage Sync Service - Metrics |
107
+
| Cloud tiering recall size by application | Size of data recalled by application | Server Endpoint - Cloud Tiering Status, Storage Sync Service - Metrics |
108
+
| Cloud tiering recall throughput | Throughput of data recalled | Storage Sync Service - Metrics |
109
+
| Egress Breakdown | Egress breakdown by user recalls of tiered files, background recalls, and sync downloads | Server Endpoint - Cloud Tiering Status |
110
+
| Files synced | Count of files transferred (upload and download) | Sync Group - Status, Server endpoint - Sync status, Storage Sync Service - Metrics |
111
+
| Files not syncing | Count of files that are failing to sync | Sync Group - Status, Server endpoint - Sync status, Storage Sync Service - Metrics |
112
+
| Server cache size | Size of data cached on server | Storage Sync Service - Metrics |
113
+
| Server online status | Count of heartbeats received from the server. | Registered Servers, Storage Sync Service - Metrics |
114
+
| Space Savings | Space savings breakdown for local cache versus cloud-tiered data | Server Endpoint - Cloud Tiering Status |
115
+
| Sync Session Result | Success status of sync session | Sync Group - Status, Storage Sync Service - Metrics |
116
+
| Tiered Data by Tiering Policies | Number of Files Tiered with reason for tiering | Server Endpoint - Cloud Tiering Status |
107
117
108
118
> [!NOTE]
109
119
> The charts in the Storage Sync Service portal have a time range of 24 hours. To view different time ranges or dimensions, use Azure Monitor.
0 commit comments