Added ip link show and brctl show to linux notes
This commit is contained in:
parent
7086fc1cd3
commit
330f1edf42
@ -435,6 +435,18 @@ exportfs -v
|
||||
|
||||
## Network Diagnostics
|
||||
|
||||
**List network interfaces**
|
||||
|
||||
```bash
|
||||
ip link show
|
||||
```
|
||||
|
||||
**List network bridges and their attached interfaces**
|
||||
|
||||
```bash
|
||||
brctl show
|
||||
```
|
||||
|
||||
**Measure HTTP response timing:**
|
||||
|
||||
Breaks down the full request lifecycle — useful for diagnosing DNS, TLS, or TTFB issues:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user