AMD multi core processor

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
jacksprat

AMD multi core processor

Post by jacksprat »

I'm using Linux Mint 9. Is there a way to tell if the OS is using all of my processor cores?
Tnx
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
eiver
Level 5
Level 5
Posts: 568
Joined: Fri Jan 23, 2009 5:51 am

Re: AMD multi core processor

Post by eiver »

How about starting Gnome System Monitor. It shows the current usage of all cores.
Biker
Level 5
Level 5
Posts: 517
Joined: Sat Apr 17, 2010 1:58 am
Location: Where my hat is

Re: AMD multi core processor

Post by Biker »

Fire up terminal.

Type:

top

Then press 1.

Towards the top of the display, you should see all your processors and the load on each.
Linux User #384279
curmudgeon

Re: AMD multi core processor

Post by curmudgeon »

Another way, if you're using GNOME, right-click on your task bar, Add to Panel, and add CPU Frequency Scaling Monitor for as many CPUs as you have. Then set the preferences for each icon (tell it which CPU you want to see info for). You will probably also have options to optimize each core's performance to your liking.

As for using top as noted above, I prefer to use htop. The interface is a lot nicer.

Code: Select all

sudo apt-get install htop
piratesmack

Re: AMD multi core processor

Post by piratesmack »

And just in case 3 ways isn't enough, here's another.

Code: Select all

cat /proc/cpuinfo
Will show a CPU for each core
jacksprat

Re: AMD multi core processor

Post by jacksprat »

Thank you all for the very fast replies. I have used each one and they all are good. I can see all three cores,no problem.
Locked

Return to “Beginner Questions”