<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello Alexey,<br>
    <br>
    does all of 70 vboxnet interfaces are listed in <i>/proc/net/dev</i>?
    If so, please, attach VBoxSVC logs with <i>FindHostNetworkInterfaceByName</i>
    execution time for patched and unpatched versions (similar to logs
    attached to first letter) so we can understand cause of performance
    difference.<br>
    <br>
    Regards,<br>
    Alexander<br>
    <br>
    <div class="moz-cite-prefix">13.04.2015 23:40, Alexey Eromenko
      пишет:<br>
    </div>
    <blockquote
cite="mid:CAOJ6w=FhvN6MWGGHCfXgF4yFh2_hyS4JP6HW5MCCNrp1gdn+1w@mail.gmail.com"
      type="cite">
      <pre wrap="">Okay, I have created 70 host-ifs, and attached each VM to a different host-if.

more commands:
creating host-ifs:
for i in `seq 1 70`; do VBoxManage hostonlyif create; done
attaching VMs:
for i in `seq 1 70`; do VBoxManage modifyvm "HostifrVM Clone $i"
--hostonlyadapter1 vboxnet$i; done
adding it all to /etc/network/interfaces :
for i in `seq 1 70`; do echo "iface vboxnet$i inet dhcp" >>
/etc/network/interfaces; done

VBoxHeadless - 70 VMs:
Starting 70 VMs:
$ for i in `seq 1 70`; do VBoxManage startvm "HostifrVM Clone $i"
--type headless; done
Stopping 70 VMs:
for i in `seq 1 70`; do VBoxManage controlvm "HostifrVM Clone $i" poweroff; done

(unpatched)
25 sec... 25 sec (2nd run)
(patched)
23 sec. ... 25 sec (2nd run)... 25 sec (3rd run)

Good news: boot time is reduced from 150 sec to 25 sec (6x) when going
from GUI to CLI (headless VMs). 25 seconds is what it takes to start
70 VMs in headless mode.

I decided to test headless this time to feel effect from network code
better, rather than from GUI code.
Still, performance is the same between patched and unpatched versions.

-Technologov
</pre>
    </blockquote>
    <br>
  </body>
</html>