Como os recursos dos servidores são calculados em virtualiuzation?

0

Eu tenho um servidor dedicado com as seguintes especificações:

cpu de 20 núcleos 256 GB de RAM

Eu tenho quatro servidores convidados hospedados neste servidor dedicado. com as especificações abaixo:

server1 4 cores and 30GB RAM
server2 4 cores and 30GB RAM
server3 4 cores and 30GB RAM
server1 10 cores and 164GB RAM

agora, quando estou verificando o consumo de RAM, vejo os seguintes resultados:

Servidor1:

root@server1:~# free -lh
             total       used       free     shared    buffers     cached
Mem:           28G        15G        13G       6.1M       179M       3.9G
Low:           28G        15G        13G
High:           0B         0B         0B
-/+ buffers/cache:        11G        17G
Swap:           0B         0B         0B

Servidor2:

root@Server2:~# free -lh
                total       used       free     shared    buffers     cached
    Mem:           28G        28G       213M       852K       149M       2.1G
    Low:           28G        28G       213M
    High:           0B         0B         0B
    -/+ buffers/cache:        26G       2.4G
    Swap:           0B         0B         0B

Servidor3:

root@server3:~# free -lh
             total       used       free     shared    buffers     cached
Mem:           28G        27G       1.2G       852K       131M       1.1G
Low:           28G        27G       1.2G
High:           0B         0B         0B
-/+ buffers/cache:        26G       2.5G
Swap:           0B         0B         0B

Servidor4:

nashwan@BigData:~$ free  -lh
             total       used       free     shared    buffers     cached
Mem:          144G       1.4G       142G       6.9M       128M       621M
Low:          144G       1.4G       142G
High:           0B         0B         0B
-/+ buffers/cache:       696M       143G
Swap:           0B         0B         0B

As ironias são que, quando estou verificando o servidor host, ele fornece os seguintes resultados:

root@Host:~# free -lh
             total       used       free     shared    buffers     cached
Mem:          251G        23G       227G        71M       654M       681M
Low:          251G        23G       227G
High:           0B         0B         0B
-/+ buffers/cache:        22G       229G
Swap:         1.0G         0B       1.0G

alguém pode me ajudar como isso foi calculado, ou realmente como isso poderia estar correto!

    
por Nashvan Mustafa 16.12.2016 / 13:38

0 respostas