Skip to content

Commit b59bb3c

Browse files
authored
Merge pull request #8546 from zdvorak/patch-44
Update restart-frequency.md
2 parents d14053c + 72a59c0 commit b59bb3c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

memdocs/analytics/restart-frequency.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ The difference between **Shutdown (no update)** and **Restart (no update)** is t
4646

4747
## Device performance tab
4848

49-
In the device performance tab, two default columns have been added so you can review the total number of restarts and the number of Stop errors (blue screen errors) each device had in the last 14 days. Sort by these columns to find problematic devices. You can also use this tab to review the total number of devices that have sent restart records. For example, the screenshot below has 31 records, meaning 31 devices have sent restart data.
49+
In the device performance tab, two default columns have been added so you can review the total number of restarts and the number of Stop errors (blue screen errors) each device had in the last 30 days. Sort by these columns to find problematic devices. You can also use this tab to review the total number of devices that have sent restart records. For example, the screenshot below has 31 records, meaning 31 devices have sent restart data.
5050

5151
## Model performance tab
5252

53-
In the model performance tab, two default columns have been added so you can review both the average number of restarts and the average number of Stop errors (blue screen errors) per model over the last 14 days. Sort by these columns to find problematic device models. Only models with at least 10 devices are shown to ensure the averages are done across enough devices to be meaningful.
53+
In the model performance tab, two default columns have been added so you can review both the average number of restarts and the average number of Stop errors (blue screen errors) per model over the last 30 days. Sort by these columns to find problematic device models. Only models with at least 10 devices are shown to ensure the averages are done across enough devices to be meaningful.
5454

5555
## Restart frequency tab
5656

57-
The new restart frequency tab shows aggregates of restart frequency counts for each of the [restart categories](#restart-categories) over the last 14 days. For each restart category, the following information is displayed:
57+
The new restart frequency tab shows aggregates of restart frequency counts for each of the [restart categories](#restart-categories) over the last 30 days. For each restart category, the following information is displayed:
5858

5959
- Number of devices that have had at least one restart in that category
6060
- The average number of restarts per device across all devices, to understand the total impact.
6161
- This average is all devices, not just the ones that had at least one restart in the category.
6262

63-
The trend chart indicates how the rolling 14-day average changes over time. If there is a regression you'll be able to see it and identify when it started. Clicking through the metrics table will take you to the [**Device performance** tab](#device-performance-tab), sorted by number of restarts, so you can quickly identify the devices with the most restarts.
63+
The trend chart indicates how the rolling 30-day average changes over time. If there is a regression you'll be able to see it and identify when it started. Clicking through the metrics table will take you to the [**Device performance** tab](#device-performance-tab), sorted by number of restarts, so you can quickly identify the devices with the most restarts.
6464

6565
:::image type="content" source="media/restart-frequency-tab.png" alt-text="Restart frequency tab under Startup Performance" lightbox="media/restart-frequency-tab.png":::
6666

@@ -76,13 +76,13 @@ The **OS restart history** table has the following information:
7676

7777
:::image type="content" source="media/device-page-os-restart-history.png" alt-text="OS restart history under the Device page" lightbox="media/device-page-os-restart-history.png":::
7878

79-
The **OS restart history** table is truncated to the 10 most recent restarts that occurred in the last 2 months. The table is low latency, so new restarts typically show up here before they appear in the daily aggregates shown in the **Device performance** tab.
79+
The **OS restart history** table is truncated to the 10 most recent restarts that occurred in the last 30 days. The table is low latency, so new restarts typically show up here before they appear in the daily aggregates shown in the **Device performance** tab.
8080

8181
## Known issues
8282

8383
- The count of restarts in a device's restart history in the [**Devices page**](#devices-page) may not match the count shown in the **Device performance** tab. This is by design. The differences are:
84-
- The aggregates in the [**Device performance** tab](#device-performance-tab) are computed daily to show counts for the last 14 days
85-
- The restart history in the [**Devices page**](#devices-page) is truncated to the 10 most recent restarts and goes back up to the last 2 months. This page also has low latency, so new restarts will typically show up here before they make their way into the daily aggregates shown in the **Device performance** tab. The [**Device performance** tab](#device-performance-tab) doesn't have that truncation and goes back for the last 14 days.
84+
- The aggregates in the [**Device performance** tab](#device-performance-tab) are computed daily to show counts for the last 30 days
85+
- The restart history in the [**Devices page**](#devices-page) is truncated to the 10 most recent restarts
8686

8787
- Currently, there isn't an aggregation of Stop errors (blue screen errors) by *driver* or *failure bucket ID*.
8888

0 commit comments

Comments
 (0)