Howdy, Stranger!

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


Same cpu seems to have different threads per core
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.

Same cpu seems to have different threads per core

khavkhav Member
edited January 2021 in General

Hi,

I have two servers from same provider with same specs but in different location.If you check the pastebin for the output of Iscpu the LA server has 2 threads per core but the LON one has only 1 thread per core.I also verified with other tools like htop

CPU : https://ark.intel.com/content/www/us/en/ark/products/97479/intel-xeon-processor-e3-1270-v6-8m-cache-3-80-ghz.html

https://pastebin.com/raw/ZhW9bkEe

Is the cpu dying or i am missing something here?

Comments

  • Mr_TomMr_Tom Member, Host Rep
    edited January 2021

    Perhaps Hyper Threading is disabled on the London one?

    Edit: you could try grep -o '^flags\b.*: .*\bht\b' /proc/cpuinfo | tail -1 on each and see if the "ht" flag is set for one and not the other to double check.

    Thanked by 2khav webcraft
  • ExonHostExonHost Member, Host Rep

    Maybe VT disabled on bios for another server.

    Thanked by 1khav
  • khavkhav Member
    edited January 2021

    Host confirmed that indeed Hyper threading was disabled.Thanks for the help guys

Sign In or Register to comment.