Добрый день, господа.
Гуру Linux и виртуализации себя не считаю, поэтому буду рад людбому совету и помощи.
Ситуация такова. Мощности хоста составляли 1 CPU Intel(R) Xeon(R) CPU E5-2403 0 @ 1.80GHz - 4 ядра и 32 GB ОЗУ, ОС CentOS 6.3. Мне достался данный сервер с поднятыми тремя ВМ на KVM:
1. Linux 2 CPU + 2Gb RAM
2. Linux 1 CPU + 4Gb RAM
3. WinServer 2008 4 CPU + 24 Gb RAM
При этом Виндовый сервер работает как терминальный сервер. Ввиду большой загруженности его загрузка была почти всегда 100%, было решено поставить на хост дополнительный процессор и увеличить ОЗУ до 80Gb.
Теперь вопрос первый.
Имея доступ по ssh я выключил ВМ и используя команду
изменил количество выделенных ядер на ВМ.
Такое редактирование конфигурации правильное? Вопрос второй.
После изменения конфигурации ВМ проходил пара недель и появляются жалобы на тормоза теперь уже хоста. Тут конечно есть мой косяк ибо я с дуру отдал все 8 ядер CPU на эту ВМ. При просмотре top на хосте вижу:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
45473 qemu 20 0 62.5g 60g 5624 R 581.0 76.5 1456:33 qemu-kvm
2793 qemu 20 0 2737m 1.3g 5580 S 9.9 1.6 2849:13 qemu-kvm
Вот эти 581% CPU это нормально?!
Я понял свою ошибку с выделением количества ядер и изменил конфигурацию вновь - выделив 6 из 8 ядер на ВМ. В итоге при спокойной работе ВМ - загрузка CPU на хосте не более 50%, при загрузке юзерами ВМ опять под 400-500%. При этом со слов админа Винды нагрузка самой Винды до 100% не доходит. Доступа к Винде нет.
Что я делаю не так?
Как мне кажется есть прямая связь нагрузки на проц и активности сетевого трафика ВМ.
Прошу помочь советом.
Вот конфиг злосчастной ВМ:
<domain type='kvm'>
<name>E</name>
<uuid>63898d7d-f2ca-5530-c273-360c0542e62c</uuid>
<memory unit='KiB'>64421888</memory>
<currentMemory unit='KiB'>64421888</currentMemory>
<vcpu placement='static'>6</vcpu>
<os>
<type arch='x86_64' machine='rhel6.5.0'>hvm</type>
<boot dev='hd'/>
<boot dev='cdrom'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<cpu mode='custom' match='exact'>
<model fallback='allow'>SandyBridge</model>
<vendor>Intel</vendor>
<feature policy='require' name='pbe'/>
<feature policy='require' name='tm2'/>
<feature policy='require' name='est'/>
<feature policy='require' name='vmx'/>
<feature policy='require' name='osxsave'/>
<feature policy='require' name='smx'/>
<feature policy='require' name='ss'/>
<feature policy='require' name='ds'/>
<feature policy='require' name='vme'/>
<feature policy='require' name='dtes64'/>
<feature policy='require' name='ht'/>
<feature policy='require' name='dca'/>
<feature policy='require' name='pcid'/>
<feature policy='require' name='tm'/>
<feature policy='require' name='pdcm'/>
<feature policy='require' name='pdpe1gb'/>
<feature policy='require' name='ds_cpl'/>
<feature policy='require' name='xtpr'/>
<feature policy='require' name='acpi'/>
<feature policy='require' name='monitor'/>
</cpu>
<clock offset='localtime'>
<timer name='rtc' tickpolicy='catchup'/>
</clock>
<on_poweroff>destroy</on_poweroff>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/libexec/qemu-kvm</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='raw' cache='none'/>
<source file='/var/lib/libvirt/images/E.img'/>
<target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='/var/lib/libvirt/images/ru_windows_server_2008_r2.iso'/>
<target dev='hdc' bus='ide'/>
<readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk>
<controller type='usb' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
</controller>
<controller type='ide' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
</controller>
<interface type='bridge'>
<mac address='52:54:00:88:f3:d8'/>
<source bridge='br0'/>
<model type='e1000'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<interface type='bridge'>
<mac address='52:54:00:04:a8:b1'/>
<source bridge='br1'/>
<model type='e1000'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</interface>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<input type='tablet' bus='usb'/>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/>
<sound model='ich6'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
</sound>
<video>
<model type='vga' vram='9216' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
<memballoon model='virtio'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
</memballoon>
</devices>
</domain>
kvm