ASK HN: What cpus are used in IBM bluemix?
Everywhere I look IBM bluemix talks only about memory , you are charged by memory etc..., but it never says what kind of cpu (or vCpu) you are getting.
Does anyone know how fast are bluemix instances (I.E. the cpu's frequency), are there any guarantees about performance?
It's mind boggling to me that a vendor offering cloud computing services doesn't clearly mark what cpu you'll get.
2 comments
[ 4.0 ms ] story [ 14.3 ms ] threadBluemix IaaS specifies what CPU you get similar to EC2.
You can check available instance types on SoftLayer website.
Even better solution: try to run something like `cat /proc/cpuinfo` in your code.