Howdy, Stranger!

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


Cheap Dacentec offers (dedicated) - Page 13
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.

Cheap Dacentec offers (dedicated)

1101113151627

Comments

  • KrisKris Member
    for CPUFREQ in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do [ -f $CPUFREQ ] || continue; echo -n performance > $CPUFREQ; done
    
    Thanked by 2FrankZ Umair
  • dabtechdabtech Member

    My 1381 is at 2.5 Mhz. Proxmox 3.4 installed via KVM.

    CPU model : Quad-Core AMD Opteron(tm) Processor 1381 Number of cores : 4 CPU frequency : 2512.941 MHz Total amount of ram : 7980 MB Total amount of swap : 7167 MB System uptime : 1 day, 20:21, Download speed from CacheFly: 63.1MB/s Download speed from Coloat, Atlanta GA: 25.2MB/s Download speed from Softlayer, Dallas, TX: 48.0MB/s Download speed from Linode, Tokyo, JP: 10.3MB/s Download speed from i3d.net, Rotterdam, NL: 7.99MB/s Download speed from Leaseweb, Haarlem, NL: 17.7MB/s Download speed from Softlayer, Singapore: 8.28MB/s Download speed from Softlayer, Seattle, WA: 27.3MB/s Download speed from Softlayer, San Jose, CA: 31.4MB/s Download speed from Softlayer, Washington, DC: 30.1MB/s I/O speed : 901 MB/s

    processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 4 model name : Quad-Core AMD Opteron(tm) Processor 1381 stepping : 2 cpu MHz : 2512.941 cache size : 512 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clfl ush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_ tsc rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr 8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save bogomips : 5025.88 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate

  • dacentecdacentec Member, Host Rep
    edited May 2015

    Try rebooting into system rescue, it's a non destructive live test environment you can boot from our provisioning system. If you can't get what you expect open a support ticket.

    http://wiki.dacentec.com/index.php?title=Provisioning_System

    CPU model :  Quad-Core AMD Opteron(tm) Processor 1381
    Number of cores : 4
    CPU frequency :  2512.828 MHz
    Total amount of ram : 7986 MB
    Total amount of swap : 0 MB
    System uptime :   3 min,
  • MikePTMikePT Moderator, Patron Provider, Veteran

    @dabtech said:
    My 1381 is at 2.5 Mhz. Proxmox 3.4 installed via KVM.

    CPU model : Quad-Core AMD Opteron(tm) Processor 1381 Number of cores : 4 CPU frequency : 2512.941 MHz Total amount of ram : 7980 MB Total amount of swap : 7167 MB System uptime : 1 day, 20:21, Download speed from CacheFly: 63.1MB/s Download speed from Coloat, Atlanta GA: 25.2MB/s Download speed from Softlayer, Dallas, TX: 48.0MB/s Download speed from Linode, Tokyo, JP: 10.3MB/s Download speed from i3d.net, Rotterdam, NL: 7.99MB/s Download speed from Leaseweb, Haarlem, NL: 17.7MB/s Download speed from Softlayer, Singapore: 8.28MB/s Download speed from Softlayer, Seattle, WA: 27.3MB/s Download speed from Softlayer, San Jose, CA: 31.4MB/s Download speed from Softlayer, Washington, DC: 30.1MB/s I/O speed : 901 MB/s

    processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 4 model name : Quad-Core AMD Opteron(tm) Processor 1381 stepping : 2 cpu MHz : 2512.941 cache size : 512 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clfl ush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_ tsc rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr 8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save bogomips : 5025.88 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate

    Nice IO. Is that ploop @ OpenVZ?

  • dabtechdabtech Member

    MrGeneral said: Nice IO. Is that ploop @ OpenVZ?

    Nope, it's ZFS compression on top of a 2 disk mirror.

  • mmm @dacentec Yup the link you provided verifys 2500mhz. Interesting. I'll open a ticket. Thanks for the info. I thought it was just my error

  • MikePTMikePT Moderator, Patron Provider, Veteran

    @dabtech said:

    Looks great.

  • sinsin Member
    edited May 2015

    800Mhz means it's set to ondemand - for instance mine shows this for scaling between loads: cpufreq stats: 2.50 GHz:0.19%, 1.80 GHz:0.08%, 1.30 GHz:0.42%, 800 MHz:99.31%

    On Debian Jessie:

    apt-get install cpufrequtils

    then nano /etc/default/cpufrequtils

    and put: GOVERNOR="performance"

    save and reboot and then it will be running at 2.5GHz all the time.

    Not sure if there's an easier way to do that but it worked for me =).

    Thanked by 1hotsnow
  • sinsin Member

    and here's a network bench:

    wget freevps.us/downloads/bench.sh -O - -o /dev/null|bash
    CPU model : Quad-Core AMD Opteron(tm) Processor 1381
    Number of cores : 4
    CPU frequency : 2500.000 MHz
    Total amount of ram : 8003 MB
    Total amount of swap : 2047 MB
    System uptime : 4 min,
    Download speed from CacheFly: 64.0MB/s
    Download speed from Coloat, Atlanta GA: 18.6MB/s
    Download speed from Softlayer, Dallas, TX: 71.6MB/s
    Download speed from Linode, Tokyo, JP: 11.9MB/s
    Download speed from i3d.net, Rotterdam, NL: 12.7MB/s
    Download speed from Leaseweb, Haarlem, NL: 44.4MB/s
    Download speed from Softlayer, Singapore: 6.73MB/s
    Download speed from Softlayer, Seattle, WA: 21.6MB/s
    Download speed from Softlayer, San Jose, CA: 23.9MB/s
    Download speed from Softlayer, Washington, DC: 9.85MB/s
    I/O speed : 68.7 MB/s

  • HadrielHadriel Member

    I have been using windows with the machines are they pretty great. Can't wait for more.

  • thanks @dacentec for fixing my issues. Very helpful as usual, but this time you went above by setting up a test machine to figure out the issue. Good stuff. Now I got good speeds and everything I had hoped for.

  • tomletomle Member, LIR

    @princeshoko said:
    thanks dacentec for fixing my issues. Very helpful as usual, but this time you went above by setting up a test machine to figure out the issue. Good stuff. Now I got good speeds and everything I had hoped for.

    Why are people so keen to see the high number everywhere? Just let the OS handle CPU frequency scaling and you get all the speed when you need it but when you don't need it you save power and the environment.
    I always keep ondemand, there's no slowdown to my applications.

  • princeshokoprinceshoko Member
    edited May 2015

    If it worked as it should tomle i'd have no issue. But in all my tests load times were not snappy, sites took longer to load, 6, 7 8 seconds to switch a page. Now, no issues. Click and boom page is up.

    When you start giving me my money for nothing you can tell me what to expect , and what its spent on.

  • pechspilzpechspilz Member
    edited May 2015

    @Kris said:

    for CPUFREQ in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do [ -f $CPUFREQ ] || continue; echo -n performance > $CPUFREQ; done

    Or if you like something more flexible:
    https://gist.github.com/trick77/21cfc65c769609be29e2

    Using the raw link to the script:

    wget https://gist.githubusercontent.com/trick77/21cfc65c769609be29e2/raw/cc431a52285bc8d0a9b7686b9e1fbea1ce3f8d16/gov.sh && chmod +x gov.sh
  • sinsin Member

    @tomle said:
    I always keep ondemand, there's no slowdown to my applications.

    Well to be fair, my box is snappier and load times have gone down after I set it from ondemand to performance (and I usually keep ondemand on my boxes but for some reason this box is working better with performance).

  • sinsin Member

    Anyone here use the provisioning thing to install Debian Jessie? The other day I kept trying and trying and it would always get stuck and never finish, I left it running for close to 3 hours and it never completed. I ended up installing Wheezy and then just dist-upgrading but I'm curious if it was working for others?

  • jrsmithjrsmith Member

    @sin said:
    Anyone here use the provisioning thing to install Debian Jessie? The other day I kept trying and trying and it would always get stuck and never finish, I left it running for close to 3 hours and it never completed. I ended up installing Wheezy and then just dist-upgrading but I'm curious if it was working for others?

    I had the same issue. I submitted a ticket and they were able to force the install to progress.

  • sinsin Member

    @jrsmith said:
    I had the same issue. I submitted a ticket and they were able to force the install to progress.

    Really? When I did a ticket about that they just said it looked like it was progressing as normal but it wasn't and I didn't want to keep opening the ticket back up. Glad they got it to work for you though :).

  • iKeyZiKeyZ Veteran

    Attempting to order the HP Proliant 2XL5420 16GB 2X2TB RTO - but it just refreshes the page.

  • dacentecdacentec Member, Host Rep

    It happens sometimes when we lock a product. It should be good now.

  • sinsin Member

    Gotta say, after they fixed the network and ssh issue yesterday, I'm REALLY loving this server! I mean for $20/month a month this is awesome :).

    Thanked by 2dacentec princeshoko
  • dacentecdacentec Member, Host Rep

    sin said: Gotta say, after they fixed the network and ssh issue yesterday, I'm REALLY loving this server! I mean for $20/month a month this is awesome :).

    Glad to hear it. Look for more servers soon.

    Thanked by 1sin
  • Hope you have some new deals with HW raid.

  • I'm very pleased with my new Dacentec server as well.
    I rented a 8 GB RAM server (20$/month) but then found out I needed 16 GB RAM (25$/month). They offered a refund for the first server: no questions asked...

    You guys are really great !!!

    Thanks @dacentec

  • dacentecdacentec Member, Host Rep

    We just ordered a cross connect to bring Level 3 online.

    We have a little housekeeping to do still from all the orders before we put some deals up.

    wlambrechts@: That's the Dacentec experience.

    Thanked by 3sin Umair MikePT
  • tomletomle Member, LIR

    Happy to hear you are working on improving the network connectivity!

    Got the AMD 1385 with 16GB of RAM and setting up an Openstack lab. Might think about getting the 2xL5420 for $30 if it shows up to get some more CPU performance...

  • heyzzxheyzzx Member

    @dacentec More CPUs can add to 20$.

  • Will their be another around the end of this month? @dacentec

  • RurikoRuriko Member

    @dacentec any chance that the new plans have a dedi that has high cpu with low ram?

Sign In or Register to comment.