Ir para conteúdo
  • Cadastre-se

[DICA] Testes para o seu VPS/Dedicado/Cloud


Posts Recomendados

Alguns testes para ter uma noção melhor se o seu hardware (Seja dedicado, VPS ou cloud) está realmente com a qualidade que voce espera (e que o seu provedor diz que você terá):

1. Teste UnixBench da WHT:

wget http://members.dslextreme.com/users/andylee/unixbench-4.1.0-wht.tar.gz

gunzip -dvc unixbench-4.1.0-wht.tar.gz | tar xvf -

cd unixbench-4.1.0-wht*

make

./Run

Resultado prático:

BYTE UNIX Benchmarks (Version 4.1-wht.2)

System --

/dev/sda5 942006448 567038088 326345232 64% /

Start Benchmark Run: Wed May 4 13:02:09 BRT 2011

13:02:09 up 1 day, 21:18, 1 user, load average: 1.85, 1.87, 1.62

End Benchmark Run: Wed May 4 13:12:52 BRT 2011

13:12:52 up 1 day, 21:29, 1 user, load average: 17.38, 8.41, 4.69

INDEX VALUES

TEST BASELINE RESULT INDEX

Dhrystone 2 using register variables 376783.7 24943287.7 662.0

Double-Precision Whetstone 83.1 1630.8 196.2

Execl Throughput 188.3 13626.0 723.6

File Copy 1024 bufsize 2000 maxblocks 2672.0 229530.0 859.0

File Copy 256 bufsize 500 maxblocks 1077.0 52536.0 487.8

File Read 4096 bufsize 8000 maxblocks 15382.0 3164249.0 2057.1

Pipe-based Context Switching 15448.6 430815.8 278.9

Pipe Throughput 111814.6 7446242.8 665.9

Process Creation 569.3 45992.1 807.9

Shell Scripts (8 concurrent) 44.8 5553.0 1239.5

System Call Overhead 114433.5 12442887.1 1087.3

=========

FINAL SCORE 688.1

2. Teste o seu Link

Este teste é simples, ele baixa um arquivo pelo cachefly.net e apresenta os dados e estatísticas do sistema - o arquivo é direcionado ao /dev/null, portanto não é gravado em disco.

Execute:

Resultado prático:

root@node [~]# wget -O /dev/null http://cachefly.cachefly.net/100mb.test

--13:12:49-- http://cachefly.cachefly.net/100mb.test

=> `/dev/null'

Resolving cachefly.cachefly.net... 205.234.175.175

Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 104,857,600 (100M) [application/octet-stream]

100%[=========================>] 104,857,600 4.61M/s ETA 00:00

13:13:11 (4.64 MB/s) - `/dev/null' saved [104857600/104857600]

3. Teste de I/O (gravação e leitura em disco)

Este teste gera um arquivo "teste" e apresenta os dados de saída e de velocidade na gravação do seu HD.

dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
Depois é bom apagar o arquivo - neste caso é o arquivo de nome "teste"

Resultado prático:

root@node [~]# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync

16384+0 records in

16384+0 records out

1073741824 bytes (1.1 GB) copied, 16.0132 seconds, 67.1 MB/s

Estes testes não afetam o seu servidor, mas obviamente o desempenho cai durante a execução. E lembrando sempre, os resultados variam conforme o uso nominal do servidor/máquina (em servidores em produção em horários de pico o resultado é diferente de um servidor recem implantado).

Alguém conhece mais algum bom teste que possa ser adicionado a esta lista ?

Editado por DuranDuran
Link para o comentário
Compartilhar em outros sites

=========

FINAL SCORE 688.1

Belo Score DuranDuran! Por acaso é um dedicado, certo? Pode nos falar sobre as especificações básicas dele (processadores, memória, etc..) ?

O meu VPS atingiu um Score de 177.1.

Ele tem reservado um processador de Xeon de 2,27GHz com 512Mb de RAM (burstable 1Gb)

O teste de I/O do HD atingiu 26.3MB/s

CentOS5 32bits

Lembrando que meu VPS está vazio e sem uso ainda no momento! ;-)

Link para o comentário
Compartilhar em outros sites

Testei apenas o link aqui e tive um resultado satisfatório.

[root@dc unixbench-4.1.0-wht-2]# wget -O /dev/null http://cachefly.cachefly.net/100mb.test

--2011-05-06 00:20:35-- http://cachefly.cachefly.net/100mb.test

Resolving cachefly.cachefly.net... 205.234.175.175

Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 104857600 (100M) [application/octet-stream]

Saving to: `/dev/null'

100%[======================================>] 104,857,600 78.1M/s in 1.3s

2011-05-06 00:20:36 (78.1 MB/s) - `/dev/null' saved [104857600/104857600]

Link para o comentário
Compartilhar em outros sites

BYTE UNIX Benchmarks (Version 4.1-wht.2)

/dev/sda2 15235072 2758768 11689924 20% /

Start Benchmark Run: Tue Jun 21 00:30:21 BRT 2011

00:30:21 up 16 days, 21:54, 1 user, load average: 6.13, 4.83, 4.45

End Benchmark Run: Tue Jun 21 00:40:49 BRT 2011

00:40:49 up 16 days, 22:05, 1 user, load average: 21.50, 11.79, 7.69

INDEX VALUES

TEST BASELINE RESULT INDEX

Dhrystone 2 using register variables 376783.7 24259591.9 643.9

Double-Precision Whetstone 83.1 1695.7 204.1

Execl Throughput 188.3 12395.0 658.3

File Copy 1024 bufsize 2000 maxblocks 2672.0 220106.0 823.8

File Copy 256 bufsize 500 maxblocks 1077.0 62354.0 579.0

File Read 4096 bufsize 8000 maxblocks 15382.0 2346081.0 1525.2

Pipe-based Context Switching 15448.6 625534.3 404.9

Pipe Throughput 111814.6 4009167.2 358.6

Process Creation 569.3 40149.9 705.3

Shell Scripts (8 concurrent) 44.8 5903.0 1317.6

System Call Overhead 114433.5 3325782.7 290.6

=========

FINAL SCORE 579.3

[root@wdc04 unixbench-4.1.0-wht-2]# dd if=/dev/zero of=/home/test bs=64k count=16k conv=fdatasync

16384+0 records in

16384+0 records out

1073741824 bytes (1.1 GB) copied, 8.28369 seconds, 130 MB/s

[root@wdc04 unixbench-4.1.0-wht-2]# wget -O /home/test http://cachefly.cachefly.net/100mb.test

--2011-06-21 00:45:02-- http://cachefly.cachefly.net/100mb.test

Resolving cachefly.cachefly.net... 205.234.175.175

Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 104857600 (100M) [application/octet-stream]

Saving to: `/home/test'

100%[============================================>] 104,857,600 1.28M/s in 42s

2011-06-21 00:45:47 (2.40 MB/s) - `/home/test' saved [104857600/104857600]

Afff.. os servidores da 100TB.com (Softlayer) estão horríveis pra baixar arquivo, mas esse servidor ta com uma taxa de upload atual de 160Mbps e ja chegou a passar de 900Mbps, então ta bom hehehe

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...

Informação Importante

Concorda com os nossos termos?