HappyWorld
Well-known member
I want to ask about CPU.
If at this moment i use 4x CPU type A.
And each CPU type A has 12 cores (so in total i have 4x12 = 48 cores)
And in in cpubenchmark,net, CPU type A has 10,000 CPU mark.
Average current CPU load is 4
And i want to change to 1x CPU type B
CPU type B has 6 cores.
And in in cpubenchmark,net, CPU type B has 8,000 CPU mark.
If i downgrade from type A to type B, what is the approximate CPU load will be ? (based on number of cores and CPU mark).
Does it will be approximately become :
I know in real world, there are lot of other factors, but i just want to know approximate based from number of cores and CPU mark. Thank you
If at this moment i use 4x CPU type A.
And each CPU type A has 12 cores (so in total i have 4x12 = 48 cores)
And in in cpubenchmark,net, CPU type A has 10,000 CPU mark.
Average current CPU load is 4
And i want to change to 1x CPU type B
CPU type B has 6 cores.
And in in cpubenchmark,net, CPU type B has 8,000 CPU mark.
If i downgrade from type A to type B, what is the approximate CPU load will be ? (based on number of cores and CPU mark).
Does it will be approximately become :
Code:
= CURRENT_CPU_LOAD x (10,000 / 8,000) x (48 / 6)
= 4 x (10,000 / 8,000) x (48 / 6)
= 4 x 1.25 x 8
= 40 ?
I know in real world, there are lot of other factors, but i just want to know approximate based from number of cores and CPU mark. Thank you
Last edited: