Skip to content

Commit 211bb19

Browse files
Update concepts-troubleshooting-guides.md
1 parent 9b2fbbd commit 211bb19

File tree

1 file changed

+45
-42
lines changed

1 file changed

+45
-42
lines changed

articles/postgresql/flexible-server/concepts-troubleshooting-guides.md

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ The troubleshooting guides for Azure Database for PostgreSQL flexible server are
2020

2121
The troubleshooting guides available in Azure Database for PostgreSQL flexible server provide you with the necessary tools to analyze and troubleshoot prevalent performance issues,
2222
including:
23-
* High CPU Usage,
24-
* High Memory Usage,
25-
* High IOPS Usage,
26-
* High Temporary Files,
27-
* Autovacuum Monitoring,
28-
* Autovacuum Blockers.
23+
* CPU
24+
* Memory
25+
* IOPS
26+
* Temporary files
27+
* Autovacuum monitoring
28+
* Autovacuum blockers
2929

3030
:::image type="content" source="./media/concepts-troubleshooting-guides/overview-troubleshooting-guides.jpg" alt-text="Screenshot of multiple Troubleshooting Guides combined." lightbox="./media/concepts-troubleshooting-guides/overview-troubleshooting-guides.jpg":::
3131

@@ -34,59 +34,62 @@ The troubleshooting guides are directly integrated into the Azure portal and you
3434

3535
The troubleshooting guides consist of the following components:
3636

37-
- **High CPU Usage**
37+
- **CPU**
3838

39-
* CPU Utilization
40-
* Workload Details
41-
* Transaction Trends and Counts
42-
* Long Running Transactions
43-
* Top CPU Consuming queries
44-
* Total User Only Connections
39+
* CPU
40+
* Workload
41+
* Transactions
42+
* Long running transactions
43+
* Queries
44+
* User connections
45+
* Locking and blocking
4546

46-
- **High Memory Usage**
47+
- **Memory**
4748

48-
* Memory Utilization
49-
* Workload Details
50-
* Long Running Sessions
51-
* Top Queries by Data Usage
52-
* Total User only Connections
53-
* Guidelines for configuring parameters
49+
* Memory
50+
* Workload
51+
* Sessions
52+
* Queries
53+
* User connections
54+
* Memory parameters
5455

55-
- **High IOPS Usage**
56+
- **IOPS**
5657

57-
* IOPS Usage
58-
* Workload Details
59-
* Session Details
60-
* Top Queries by IOPS
61-
* IO Wait Events
62-
* Checkpoint Details
63-
* Storage Usage
58+
* IOPS
59+
* Workload
60+
* Sessions
61+
* Queries
62+
* Waits
63+
* Checkpoints
64+
* Storage
6465

65-
- **High Temporary Files**
66+
- **Temporary files**
6667

67-
* Storage Utilization
68-
* Temporary Files Generated
69-
* Workload Details
70-
* Top Queries by Temporary Files
68+
* Storage
69+
* Temporary files
70+
* Workload
71+
* Queries
7172

72-
- **Autovacuum Monitoring**
73+
- **Autovacuum monitoring**
7374

74-
* Bloat Ratio
75-
* Tuple Counts
76-
* Tables Vacuumed & Analyzed Execution Counts
77-
* Autovacuum Workers Execution Counts
75+
* Bloat
76+
* Tuples
77+
* Vacuum and analyze
78+
* Autovacuum workers
79+
* Autovacuum per table
80+
* Enhanced metrics
7881

79-
- **Autovacuum Blockers**
82+
- **Autovacuum blockers**
8083

81-
* Emergency AV and Wraparound
82-
* Autovacuum Blockers
84+
* Emergency autovacuum and wraparound
85+
* Autovacuum blockers
8386

8487

8588
Before using any troubleshooting guide, it is essential to ensure that all prerequisites are in place. For a detailed list of prerequisites, please refer to the [Use Troubleshooting Guides](how-to-troubleshooting-guides.md) article.
8689

8790
### Limitations
8891

89-
* Troubleshooting Guides are not available for [read replicas](concepts-read-replicas.md).
92+
* Troubleshooting guides are not available for [read replicas](concepts-read-replicas.md).
9093
* Please be aware that enabling Query Store on the Burstable pricing tier can lead to a negative impact on performance. As a result, it is generally not recommended to use Query Store with this particular pricing tier.
9194

9295

0 commit comments

Comments
 (0)