Recommended Posts

I always use thick provisioning for running production servers and thin provisioning for testing things out in non-production servers. In fact, I'm going to go and see what I can do with the e1000 adapter, afaik it showed up in the list for my windows VM but not for my arch linux VM, not sure if it's because I'm using open-vm-tools or something else or what :s

Just wondering but have you tried a Linux VM and tested its SAMBA performance? I've been trying to track down an issue with three separate physical Windows 2008 R2 servers where their upload to other machines is dismal but other operating systems give great speeds. I have the three servers in an OVH data centre in France and I just thought I'd bring this up because when I tested Linux everything was A-OK. I'm sure if there was a problem with W2008R2 that it would be well publicised by now but I am starting to wonder...

Might be worth installing another OS just to check and see what happens.

iperf doesn't seam to like my Smart Switch, I get this output:


C:\Users\cpressland\Downloads>iperf -c 10.0.1.5
------------------------------------------------------------
Client connecting to 10.0.1.5, TCP port 5001
TCP window size: 8.00 KByte (default)
------------------------------------------------------------
[128] local 10.0.1.11 port 52443 connected with 10.0.1.5 port 5001
write failed: Software caused connection abort
read on server close failed: Software caused connection abort
[ ID] Interval Transfer Bandwidth
[128] 0.0- 0.0 sec 24.0 KBytes 16.4 Mbits/sec
C:\Users\cpressland\Downloads>

[/CODE]

Might be worth installing another OS just to check and see what happens.

Going to be setting up an Ubuntu 12.04 box to test later.

Here is a push from the VM itself to my workstation. This is from 2k8r2 storage essentials vm, seems to be pushing a file just fine.

post-14624-0-60312700-1335442654.jpg

Even after Zero-Filling the Drive, I'm not getting that kind of performance.

Maybe worth running a filesystem zeroing utility on each VM then just to expand them out to full size.

That doesn't explain my issues though.

Recommend any Free-Space ZeroFilling Tools?

Sure, use the vSphere Client. Browse the Datastore, locate the vmdk file, Right click and choose Inflate.

Okay - the connection issue was being caused by a service on 'Galactica' using port 5001.

I setup the same on my Mac Mini and ran the same test and got the following:


C:\Users\cpressland\Downloads>iperf -c 10.0.1.61 -w 256k
------------------------------------------------------------
Client connecting to 10.0.1.61, TCP port 5001
TCP window size: 256 KByte
------------------------------------------------------------
[128] local 10.0.1.11 port 54281 connected with 10.0.1.61 port 5001
[ ID] Interval Transfer Bandwidth
[128] 0.0-10.0 sec 423 MBytes 355 Mbits/sec

[/CODE]

well 355/8 gives you at max 44MBps

Half of what I am seeing. So that sure ain't helping you out. Why such bad network performance?

You mentioned a smart switch?? Maybe its not so smart ;) hehehe

Are you still 9000 mtu on your virtual switch? Do you have promiscuous allowed or something? Traffic shaping enabled?

You don't have your VMs in your management port group do you?

post-14624-0-76511100-1335447294.jpg

can you change it out to see if that changes your performance? I am running on gs108Tv1.. Do you have something tweaked in it that could be causing issues? I have jumbo support off, are you runing IGMP snooping? etc..? I use to run IGMP snooping and wish I could turn it back on.. But my freaking ecurrent bridge has a freaking multicast mac on it, and when I turn it on it gets blocked ;) Have not bothered into looking how to allow it to be on but block still block the other multicast traffic -- might look into that tonight ;)

192.168.1.220 7f-bf-a9-aa-29-5b dynamic

Why they did that I have no freaking Idea - and there is no way to fix it local, have to send it too them.. Which means will have it offline for weeks and weeks - has to go back to the UK.. I might just buy the new one that is coming out, and then send this one to them to fix.

But for test sure can not hurt to try a different switch.

From my FileServer:


C:\Users\CPressland\Downloads>iperf -c 10.0.1.61 -w 256k
------------------------------------------------------------
Client connecting to 10.0.1.61, TCP port 5001
TCP window size: 256 KByte
------------------------------------------------------------
[164] local 10.0.1.5 port 62577 connected with 10.0.1.61 port 5001
[ ID] Interval Transfer Bandwidth
[164] 0.0-10.0 sec 1.08 GBytes 930 Mbits/sec
[/CODE]

I think it's safe to say it's only happening to ESXi.

If you don't have a switch with you, try a crossover cable?

Don't have one.

hmm I think newer nics you don't have to have it like that huh??? don't some of them take care of that for you??

Some of what?

From my FileServer:


C:\Users\CPressland\Downloads>iperf -c 10.0.1.61 -w 256k
------------------------------------------------------------
Client connecting to 10.0.1.61, TCP port 5001
TCP window size: 256 KByte
------------------------------------------------------------
[164] local 10.0.1.5 port 62577 connected with 10.0.1.61 port 5001
[ ID] Interval Transfer Bandwidth
[164] 0.0-10.0 sec 1.08 GBytes 930 Mbits/sec
[/CODE]

I think it's safe to say it's only happening to ESXi.

Don't have one.

Some of what?

the nics... some nics that are new don't need crossover cables...

Yeah the newer cisco switches allow you to use either crossover or straight through cables in them and some of the newer expensive NICs allow it, as you've got intel server NICs, try it with a straight through cable and see if it acts as a crossover.

Wow that's pretty amazing :o swapped out all e1000's for vmxnet3 (took a lot of effort and editing of files with vi, urgh) and set all MTUs to 9000...

Made a urandom file on linux VM and sent it to host via scp;

bigfile 100% 78MB 39.1MB/s 00:02

Holy crap, what an improvement! I'm impressed, nice advice :D

yeah i would say that with 930Mbps -- its not a switch issue ;)

Unless its an issue to that nic in the esxi.

But yeah switch was long shot at best.. But if your seeing that kind of throughput between other devices.. Then I would say its good, you could move ports maybe? Change cables to the esxi..

So WTF would cause such bad performance? Did you make any tweaks to that virtual nic on the VM?

As you saw I am getting great performance from my vms -- and other than the nic itself I don't see what could be different. Other than just overall bad performance of the drives or vmfs? What if you do iperf between vms -- what do you see then?

post-14624-0-44916300-1335455395.jpg

Question are you using the built in n40L nic for your lan connection or the add on card? I am using the built in nic on the lan side of my esxi host.

post-14624-0-46582300-1335455825.jpg

If your using the intel one - try changing to use the built in one and see if that fixes your issue?

But yeah switch was long shot at best.. But if your seeing that kind of throughput between other devices.. Then I would say its good, you could move ports maybe? Change cables to the esxi..

Just swapped out the CAT5E Cables with a couple of brand new CAT6A cables between the N36L to the switch and the N40L and the Switch. All 100% SuperPowered now.

So WTF would cause such bad performance? Did you make any tweaks to that virtual nic on the VM?

No Tweaks other than the MTU Change that we've undone.

As you saw I am getting great performance from my vms -- and other than the nic itself I don't see what could be different. Other than just overall bad performance of the drives or vmfs? What if you do iperf between vms -- what do you see then?

Between, 300Mbits/sec (that really really does point to ESXi)

Question are you using the built in n40L nic for your lan connection or the add on card? I am using the built in nic on the lan side of my esxi host.

I'm using the built-in as WAN and the expansion card as LAN.

If your using the intel one - try changing to use the built in one and see if that fixes your issue?

All VMs have been migrated over to the VMXNET3 NICs, all other than the pfSense one that is.

So you only see 300Mbps between vms testing with iperf?? Something wrong there for sure.. See my 1.55Gbps

The physical nic should not even come into play when testing iperf between vms.. So WTF else could be the problem?? hmmmmm

I would look to why your only Seeing 300Mbits thats for sure!! That is horrific!! Is there some other traffic going on at the same time?? For test I would shut down all other vms.. Just leave the 2 your testing with. And make sure they are not doing anything -- 300mbits over the virtual switch -- WTF??

No I didn't mean vmxnet3 for trying other one.. I mean what physical nic is tied to each virtual switch.. I have the built in one connected to my lan vswitch. And the addon nic is connected to my wan vswitch. But again that shouldn't have anything to do with vms talking to each other over the vswitch - it shouldn't You could always remove the nic from the vswitch as a test.

This topic is now closed to further replies.
  • Posts

    • Hello, Installed here without issue. Regards, Aryeh Goretsky
    • Microsoft updates Visual Studio Code with easier language model discovery and in-app search by Paul Hill Microsoft has released Visual Studio Code 1.125, its latest weekly release. This week, the company has focused on discovering and installing extra language models via the Marketplace; searching the web and securely browsing over remote connections without leaving VS Code; choosing how long VS Code waits before installing extension updates; and delivering managed Copilot settings through existing device management tooling. In older versions of VS Code, extensions could contribute their own model providers, but to find these extensions, you needed the right tags to search for in the Extension view. Now, the Language Models editor gives you an Install Model Providers button that opens the Extensions view, which is filtered to extensions that contribute model providers, making it easier to find and install them. Once you install a provider, its model will appear in the model picker. If you use the integrated browser much, you can now look up information without leaving VS Code by typing a query into the integrated browser’s address bar. It will use your configured search engine, the same way a standalone browser does. You can use workbench.browser.searchEngine to pick a search engine. When the browser is opened in a remote workspace, it's now possible to proxy HTTP(S) traffic via the remote connection. This allows you to connect to any ports or services that can only be accessed from the remote machine. If you read our coverage from two weeks ago about VS Code 1.123, you might have seen that extension updates have a two-hour delay as a safety measure. In this update, Microsoft is giving you the ability to configure the time of the delay. You can find it under extensions.autoUpdateDelay. Finally, with this update, admins can deliver managed GitHub Copilot settings through native device management (MDM) channels on Windows and macOS, in addition to account-based enterprise settings files. Settings delivered via MDM appear as policy-enforced in VS Code and can’t be overridden locally. Future updates will extend the supported policy keys across Copilot surfaces. You can download the update from the Visual Studio Code website now.
    • "it opens up new doors for people who prefer using Edge, but cannot be bothered to configure a Microsoft account" You already have a Microsoft account if you are using Windows 11, because you can't set it up without one.
    • This is how much iPhone 18 Pro could cost after Apple's price hike confirmed by Hamid Ganji Image via Apple Apple CEO Tim Cook confirmed in a recent interview that the company may have to raise prices on some of its products due to the ongoing memory shortage. While he did not elaborate on the scale of the price hikes, new estimates suggest that Pro iPhone models could become significantly more expensive this fall. The Wall Street Journal and research firm TechInsights have come up with an educated estimate of how much the upcoming iPhone 18 Pro could cost after its launch in September. The estimate is based on current increases in memory and storage chip prices. For starters, the iPhone 18 Pro base model is expected to feature 12GB of RAM and 256GB of internal storage. According to TechInsights estimates, 12GB of DRAM for the iPhone 17 Pro cost Apple $39 last year. However, for the iPhone 18 Pro, the cost of the same amount of DRAM could soar to $145. Likewise, 256GB of flash storage that previously cost $13 could now cost around $51. Producing a base iPhone 17 Pro reportedly cost Apple around $582, but TechInsights estimates that the production cost of the iPhone 18 Pro could rise to $726. If Apple wants to maintain the roughly 47% profit margin it enjoys on the iPhone 17 Pro, the base price of the iPhone 18 Pro would need to reach $1,371. After standard pricing adjustments, customers could end up paying around $1,299 for the base model. However, that may not be the end of the story. As we previously reported, the iPhone 18 Pro is said to feature a variable-aperture lens, which could cost Apple at least 50% more than the current camera system. The estimated $1,299 price tag does not include the additional cost of this upgraded camera hardware. Once that expense is factored in, the base model could cost at least $1,399. A $1,399 price tag for the base iPhone 18 Pro would represent a significant increase over the current $1,099 starting price of the iPhone 17 Pro. If Apple wants to keep its upcoming iPhones competitive, it may need to accept lower profit margins.
    • Oh man, but what if I have the PS3 version?
  • Recent Achievements

    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
    • Week One Done
      Harris Gilbert earned a badge
      Week One Done
    • One Month Later
      Vincian earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      543
    2. 2
      +Edouard
      171
    3. 3
      PsYcHoKiLLa
      84
    4. 4
      ATLien_0
      64
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!