One cpu core working harder than the rest

14,157

This is perfectly normal.

Most programs and services will execute a task using the first cpu core that it can get access to. Normally, a program will have to be specifically coded to work with multiple cores.

Windows does not distribute taskls across cores unfortunately - which is a shame.

Share:
14,157

Related videos on Youtube

09stephenb
Author by

09stephenb

Updated on September 18, 2022

Comments

  • 09stephenb
    09stephenb over 1 year

    I have seen that with my AMD A8 cpu one of the cores is working harder than the rest. See below:

    enter image description here

    The running processes: enter image description here

    Does any one know if this is a problem or just a natural assurance.

    • Ramhound
      Ramhound about 10 years
      The majority of your running processes are likely single threaded applications that specifically target the first CPU that is detected by their code.
    • Sandeep Bansal
      Sandeep Bansal about 10 years
      Yep, it would be helpful if you can let us know what process was running at that time to understand if that was the issue
    • 09stephenb
      09stephenb about 10 years
      @SandeepBansal See edits
    • MonkeyZeus
      MonkeyZeus about 10 years
      You should click the Show processes from all users button if you want to see which process it taking up resources...
  • Sandeep Bansal
    Sandeep Bansal about 10 years
    Well it's not a shame - it's to save power. If you use all four cores for one process it'll end up using more power. Using one core for the load will leave less of a footprint and leave the other cores for other work.
  • Fazer87
    Fazer87 about 10 years
    technically speaking - yes. The more work something does, then generally the less lifespan it will have. That said, CPUs generally last so long that by the time a cpu core dies, you should have replaced it a long time ago! Really, its nothing to be worried about!
  • Ramhound
    Ramhound about 10 years
    @09stephenb - A processor is designed to be used. Its total lifespan would not change even if every single core was running at 100% 24/7. If your system is properly cooled then said usage I describe would not be a problem.
  • Sandeep Bansal
    Sandeep Bansal about 10 years
    @Fazer87 I wasn't talking about lifecycle or temperature of the processor. I was more focused on the power it'll use. It's all about efficiency. And yes it would be nice to use all the cores but if they're technically not needed and won't give any gain on the application then there's no point in using them
  • Ramhound
    Ramhound about 10 years
    I will again point out. A process can only use additional cores if its program to do so. Windows does not a great deal of say in the matter. An operating system is determines which process will be sent to the processor next, the program itself, will determine how many threads it require to do a specific instruction. I have simplified that entire process since multiple people seem confused. The lifespan of the processor itself won't change because a single "core" in the case of an Intel processor is used more then the other cores.