Skip to content

Commit f65b28e

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 1e19d23 commit f65b28e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/dedibox-network/troubleshooting/network-troubleshooting.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ sudo yum install mtr
5959
2. Extract the archive and run the executable.
6060
3. Enter the target IP in the **Host** text box, then click **Start**. Wait one or two minutes before stopping the test. You can take a screenshot or export the results using the software's built-in functions.
6161

62-
#### Example MTR test between a Scaleway Dedibox server and `free.fr`
62+
#### Example of an MTR test between a Scaleway Dedibox server and `free.fr`
6363

6464
```
6565
root@163-172-30-2:~# mtr --report free.fr
@@ -71,7 +71,7 @@ HOST: 163-172-30-2 Loss% Snt Last Avg Best Wrst StDev
7171
...
7272
```
7373

74-
**Key Metrics:**
74+
**Key metrics:**
7575

7676
- **Loss%**: Percentage of lost packets
7777
- **Snt**: Number of packets sent (here, 10)
@@ -80,7 +80,7 @@ HOST: 163-172-30-2 Loss% Snt Last Avg Best Wrst StDev
8080
- **Best**: Lowest recorded latency
8181
- **Wrst**: Highest recorded latency
8282

83-
### iPerf Test
83+
### iPerf test
8484

8585
An iPerf test helps measure the available bandwidth of your server.
8686

@@ -125,7 +125,7 @@ TCP window size: 85.0 KByte (default)
125125
iperf3.exe -c ping.online.net -p 5203
126126
```
127127

128-
**Key Metrics:**
128+
**Key metrics:**
129129

130130
- **Interval**: Sampling interval in seconds
131131
- **Transfer**: Amount of data transferred

0 commit comments

Comments
 (0)