Added ip link show and brctl show to linux notes

This commit is contained in:
Fabrice Quenneville 2026-05-17 05:08:59 -04:00
parent 7086fc1cd3
commit 330f1edf42

View File

@ -435,6 +435,18 @@ exportfs -v
## Network Diagnostics ## Network Diagnostics
**List network interfaces**
```bash
ip link show
```
**List network bridges and their attached interfaces**
```bash
brctl show
```
**Measure HTTP response timing:** **Measure HTTP response timing:**
Breaks down the full request lifecycle — useful for diagnosing DNS, TLS, or TTFB issues: Breaks down the full request lifecycle — useful for diagnosing DNS, TLS, or TTFB issues: