Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Phase-7 Downtime, Downtime and useless support

2»

Comments

  • I just ran a test on one of our upcoming budget KVM VPS's for kicks:

    root@testing:~# dd if=/dev/zero of=1g bs=1M count=1024
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 2.98438 s, 360 MB/s

    512 MB Ram / 1 GB Swap / 4 x E3-1240v3 CPU Cores ... Not to bad I guess.. We actually plan on selling this package for $5.00/mo

  • DewlanceVPSDewlanceVPS Patron Provider, Veteran

    Seems they forget to disable showing info about downtime ;)

  • I felt compelled to run DD today for no reason, this is what I got out of a 256MB VPS I have hosting my website. DD is not a good test, but if the node is so overloaded that you cannot break 10MB/s, there is problems. I'd advise looking elsewhere.

    [root@ovz2 ~]# dd if=/dev/zero of=1g bs=1M count=1024
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 1.88995 s, 568 MB/s
    
    [root@ovz2 ~]# dd of=/dev/null if=1g bs=1M count=1024
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 0.531537 s, 2.0 GB/s
  • ClancomsClancoms Member
    edited October 2014

    Our VPS boxs we have online now run Constellation drives in hardware RAID10
    with XEON E3-1270v3 CPU

    our Base KVM VPS plan starts at $6.00 Monthly 2GB Ram / 2 GB Swap / 2 x E3-1270v3 CPU Cores & 20GB drive space

    and this test is from a VPS on our openvz box
    [root@npl-template ~]# dd if=/dev/zero of=1G bs=1M count=1024
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 1.07755 s, 996 MB/s

    [root@npl-template ~]# dd of=/dev/null if=1G bs=1M count=1024
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 0.156651 s, 6.9 GB/s

  • Thanked by 1Clancoms
  • just ran the test on our new KVM box it is not good looks like im heading down to DC to fix some issues

    root@web [~]# dd of=/dev/null if=1G bs=1M
    1019+0 records in
    1019+0 records out
    1068498944 bytes (1.1 GB) copied, 10.4717 s, 102 MB/s
    o joy looks like i get to rebuild our KVM server today good thing no customers on it yet lol

Sign In or Register to comment.