Skip to content

Commit fe1f883

Browse files
authored
Update virtual-network-bandwidth-testing.md
Remove CentOS references.
1 parent 0e68f80 commit fe1f883

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

articles/virtual-network/virtual-network-bandwidth-testing.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ms.author: allensu
1212

1313
# Test VM network throughput by using NTTTCP
1414

15-
> [!CAUTION]
16-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
17-
1815
This article describes how to use the free NTTTCP tool from Microsoft to test network bandwidth and throughput performance on Azure Windows or Linux virtual machines (VMs). A tool like NTTTCP targets the network for testing and minimizes the use of other resources that could affect performance.
1916

2017
## Prerequisites
@@ -146,14 +143,6 @@ To measure throughput from Linux machines, use [NTTTCP-for-Linux](https://github
146143

147144
1. Prepare both the sender and receiver VMs for NTTTCP-for-Linux by running the following commands, depending on your distro:
148145

149-
- For **CentOS**, install `gcc` , `make` and `git`.
150-
151-
``` bash
152-
sudo yum install gcc -y
153-
sudo yum install git -y
154-
sudo yum install make -y
155-
```
156-
157146
- For **Ubuntu**, install `build-essential` and `git`.
158147

159148
```bash

0 commit comments

Comments
 (0)