File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ git clone https://github.com/openshift-eng/ai-helpers.git
1511513 . ** Review findings** : Examine the interactive summary for critical issues and recommendations across all areas
152152
1531534 . ** Deep dive** : Ask follow-up questions about specific findings:
154- ```
154+ ``` bash
155155 Can you show me more details about the OOM killer events?
156156 What caused the httpd service to fail?
157157 ```
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Perform resource analysis including:
138138- Memory usage metrics and swap status
139139- CPU count and load per CPU
140140- Filesystems near capacity
141- - Top CPU and memory consuming processes
141+ - Top CPU and memory- consuming processes
142142- Resource-related issues and recommendations
143143
144144### 5. Analyze Network Configuration
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ Create a structured summary with the following information:
225225
226226The log analysis should produce:
227227
228- ```
228+ ``` bash
229229LOG ANALYSIS SUMMARY
230230====================
231231
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ Create a structured summary with the following sections:
316316
317317The network analysis should produce:
318318
319- ```
319+ ``` bash
320320NETWORK CONFIGURATION SUMMARY
321321==============================
322322
@@ -476,7 +476,7 @@ $ grep "^tcp" sos_commands/networking/netstat_-neopa | awk '{print $6}' | sort |
4764764 . ** Check MTU settings** : MTU mismatches can cause packet fragmentation issues
4774775 . ** Correlate with logs** : Network errors in logs often explain configuration issues
4784786 . ** Consider network topology** : Understand expected network layout
479- 7 . ** Check both IPv4 and IPv6** : Don't forget IPv6 if it's in use
479+ 7 . ** Check both IPv4 and IPv6** : Be sure to check IPv6 if it's in use
480480
481481## Common Network Patterns and Issues
482482
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ Create a structured summary with the following sections:
288288
289289The resource analysis should produce:
290290
291- ```
291+ ``` bash
292292RESOURCE USAGE SUMMARY
293293======================
294294
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ Create a structured summary with the following sections:
336336
337337The system configuration analysis should produce:
338338
339- ```
339+ ``` bash
340340SYSTEM CONFIGURATION SUMMARY
341341============================
342342
You can’t perform that action at this time.
0 commit comments