Skip to content

Commit e5e5ba6

Browse files
authored
Update virtual-network-test-latency.md
1 parent 88c0743 commit e5e5ba6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/virtual-network/virtual-network-test-latency.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,20 @@ On both the *sender* and *receiver* Linux VMs, run the following commands to pre
123123
sudo apt upgrade
124124
```
125125

126+
- SUSE:
127+
128+
```bash
129+
#SUSE - Install Git and other helpful tools
130+
sudo zypper install gcc
131+
sudo zypper install git
132+
sudo zypper install gcc-c++
133+
sudo zypper install ncurses-devel
134+
sudo zypper install automake
135+
sudo zypper install autoconf
136+
sudo zypper install libtool
137+
sudo zypper install make
138+
```
139+
126140
### Copy, compile, and install SockPerf
127141

128142
Copy, compile, and install SockPerf by running the following commands:

0 commit comments

Comments
 (0)