I have a problem in a production environment where I have one small server running as a guest on a hyper-v 2012 host. All this machine does is run a small <100 line node.js http proxy. I have tested the system on a variety of other configurations, even my travelling laptop running 14.04 desktop and everything else I have going on and it works without trouble.
The network performance of this guest server is terrible, almost unusable. The only clue I have to what is going on is that ifconfig reports really large numbers, around 30%, of dropped receive packets. This is on an internal network, it isn't public facing at all. Dmesg and syslog are all quiet on the networking front.
Outputs from uname -a, uptime and ifconfig.
I would really appreciate some advice as to how to diagnose or solve this problem. I have pushed for this solution with a welded on microsoft loving client, now I am starting to look bad....
I have of course asked many globally recognised search engines, but no solution seems to be available. I should also mention that this machine is a three hour drive away, I do however have ssh access. I am reluctant to fiddle too much with the networking settings without good reason in case I hose the interface.
Thanks in advance.
The network performance of this guest server is terrible, almost unusable. The only clue I have to what is going on is that ifconfig reports really large numbers, around 30%, of dropped receive packets. This is on an internal network, it isn't public facing at all. Dmesg and syslog are all quiet on the networking front.
Outputs from uname -a, uptime and ifconfig.
Code:
3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
19:47:11 up 5:28, 1 user, load average: 0.00, 0.01, 0.05
eth0 Link encap:Ethernet HWaddr 00:15:5d:00:89:14
inet addr:10.0.0.19 Bcast:10.0.15.255 Mask:255.255.240.0
inet6 addr: fe80::215:5dff:fe00:8914/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1013069 errors:0 dropped:33567 overruns:0 frame:0
TX packets:190094 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:162574218 (162.5 MB) TX bytes:54935267 (54.9 MB)
I would really appreciate some advice as to how to diagnose or solve this problem. I have pushed for this solution with a welded on microsoft loving client, now I am starting to look bad....
I have of course asked many globally recognised search engines, but no solution seems to be available. I should also mention that this machine is a three hour drive away, I do however have ssh access. I am reluctant to fiddle too much with the networking settings without good reason in case I hose the interface.
Thanks in advance.