lostincable
Active member
I have been with my curent VPS provider for a while and when a few people start opening attachments you can tell the difference in speed of the site.
From my investigations it seems to be a combination of the port speed and disk speed. The port is locked at 10mb's which is quite small but in my country OZ it seems to be very standard.
The disks I have been doing various test with Ioping, Linux bench etc all reveal results which indicates the disks are a bit slow.
As an example some tests with dd at various times -
I know there is a lot of different factors not just pure dd times but it does show the disk are somewhat slow.
So my dilemma, I can move hosts but there is no guarantee of there disk speeds other than what there sales team can tell me and what is posted on there site.
So I have two options upgrade my current VPS with more CPU / Core / Ram and network port speed but it is on the same node so the disks will stay the same.
These are the two new options.
Existing Host -
6 vCPU's (X5450 CPU)
100Mbit Network Port
4GB Memory
New Host -
2 vCPU's (Intel E5 3.6GHz)
100Mbit Network Port
1GB Memory
So how do other asses there VPS' solutions when hunting around?
I am personally inclined to take the lesser resources i.e lower CPU Cores / Ram but get the newer hardware in the hope the hardware will perform better.
From my investigations it seems to be a combination of the port speed and disk speed. The port is locked at 10mb's which is quite small but in my country OZ it seems to be very standard.
The disks I have been doing various test with Ioping, Linux bench etc all reveal results which indicates the disks are a bit slow.
As an example some tests with dd at various times -
Code:
[root@server]# dd if=/dev/zero of=/home/2gb.dat bs=8k count=256k conv=fdatasync
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 25.6959 s, 83.6 MB/s
[root@server]# dd if=/dev/zero of=/home/2gb.dat bs=8k count=256k conv=fdatasync
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 16.355 s, 131 MB/s
[root@server]# dd if=/dev/zero of=/home/2gb.dat bs=8k count=256k conv=fdatasync
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 20.7795 s, 103 MB/s
I know there is a lot of different factors not just pure dd times but it does show the disk are somewhat slow.
So my dilemma, I can move hosts but there is no guarantee of there disk speeds other than what there sales team can tell me and what is posted on there site.
So I have two options upgrade my current VPS with more CPU / Core / Ram and network port speed but it is on the same node so the disks will stay the same.
These are the two new options.
Existing Host -
6 vCPU's (X5450 CPU)
100Mbit Network Port
4GB Memory
New Host -
2 vCPU's (Intel E5 3.6GHz)
100Mbit Network Port
1GB Memory
So how do other asses there VPS' solutions when hunting around?
I am personally inclined to take the lesser resources i.e lower CPU Cores / Ram but get the newer hardware in the hope the hardware will perform better.