Howdy, Stranger!

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


Offers similar to Kimsufi KS-4C
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.

Offers similar to Kimsufi KS-4C

I just got one of these servers and the CPU is outstanding.

Now, the question is if there are offers on a similar spec server but with:
Location: East Coast US
IPs: /29
HDD: 2X 1TB
Price: ~$25 - $30 month

Comments

  • ehabehab Member

    may i ask what did you test the cpu with?

  • edited June 2016

    I use my own script that combines select tests from UnixBench with other tests.
    Part of my CPU tests is this timed bash one line pi counter (in this case pi to 5200):

    START=$(date +%s); echo "scale=5200; 4 * a (1)" | bc -l > /dev/null 2>&1; STOP=$(date +%s); CPUPIINT="$(expr $STOP - $START)"; echo "$CPUPIINT"
    

    This only tests one core, but I run these in parallel with the count depending on the number of cores.

    Thanked by 2ehab raynor
  • Central US, St. Louis iirc?
    http://www.server4you.com/server-outlet

    I don't recommend these guys for anything production or sensitive, but depending on your intentions they may fit the bill...

  • @eastonch said:
    Central US, St. Louis iirc?
    http://www.server4you.com/server-outlet

    I don't recommend these guys for anything production or sensitive, but depending on your intentions they may fit the bill...

    Thanks, but I didn't see anything approaching the specs on my request.

  • ehabehab Member
    edited June 2016

    btw, this stress was using all cores

    stress -c 8 -i 4 -m 6 -t 20s

    if you use RHEL or Centos it can be installed from http://pkgs.repoforge.org/stress/?C=M;O=D

    i got 20, 24,25 value output.

Sign In or Register to comment.