You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
I'm running three virtual machines in Azure cloud on the same virtual instances:
VM size: DS3_v2 (4 vCPUs, 14 GB of RAM)
Accelerated networking is disabled - therefore hv_netvsc network driver is in use
Three machines have different versions of RHEL/CentOS installed:
VM#1
RHEL 6.8
VM#2
CentOS 6.9
LIS 4.2.5.1
VM#3
RHEL 7.4
I need to run VoIP application that receives and transmits large amount of small UDP packets - and therefore depends on packets-per-second (PPS) performance. I've noted that VM#1 and VM#2 perform significantly worse than VM#3. The problem is related to PPS performance:
VM#1 and VM#2 are capable of handling 70 KPPS
VM#3 is capable of handling 250 KPPS
The problem can be easily reproduced using NUTTCP test tool:
take two VMs of the same type
install 'nuttcp' and 'sysstat' packages on both VMs
nuttcp -u -l64 -R999999999999999p -T30 -N 128 10.3.2.7 &
(10.3.2.7 is IP of the 1st VM; I'm running three 'client' instances - to make sure that I reach max capacity supported by the VM)
check “rxpck/s” number produced by “sar” on the 1st VM
Is there any way to improve PPS performance on RHEL/CentOS 6 VMs?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm running three virtual machines in Azure cloud on the same virtual instances:
Three machines have different versions of RHEL/CentOS installed:
I need to run VoIP application that receives and transmits large amount of small UDP packets - and therefore depends on packets-per-second (PPS) performance. I've noted that VM#1 and VM#2 perform significantly worse than VM#3. The problem is related to PPS performance:
The problem can be easily reproduced using NUTTCP test tool:
(10.3.2.7 is IP of the 1st VM; I'm running three 'client' instances - to make sure that I reach max capacity supported by the VM)
Is there any way to improve PPS performance on RHEL/CentOS 6 VMs?
The text was updated successfully, but these errors were encountered: