Results 1 to 5 of 5

Thread: something is using up my cpu but i cant figure out what it is

  1. #1
    Join Date
    Dec 2008
    Beans
    800

    something is using up my cpu but i cant figure out what it is

    for the past week, i would randomly get high usage of my cpu, but i can not figure out what it is. when i go to system monitor, it shows all my cores are working, but when i try to figure out what program is hogging it, they are all quiet. i attached two pics to try to explain what i mean
    Attached Images Attached Images

  2. #2
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: something is using up my cpu but i cant figure out what it is

    Hi

    Have you considered using a terminal program such as

    Code:
    top
    or its improved brother

    Code:
    htop
    Code:
    sudo apt-get install htop
    They can give you detailed cpu usage information for user space programs.

    Run it in a terminal and keep it minimized. Keep an eye on system monitor and when you get high cpu usage, take a look at top/htop in the terminal.

    It should tell you what is using your cpu.

    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  3. #3
    Join Date
    Oct 2007
    Beans
    338

    Re: something is using up my cpu but i cant figure out what it is

    Quote Originally Posted by libihero View Post
    for the past week, i would randomly get high usage of my cpu, but i can not figure out what it is. when i go to system monitor, it shows all my cores are working, but when i try to figure out what program is hogging it, they are all quiet. i attached two pics to try to explain what i mean
    go to a terminal and simply type sudo top
    http://www.cyberciti.biz/tips/how-do...ilization.html
    you can also use sudo iftop which may have to be installed this will show network connections.
    To err is human - and to blame it on a computer is even more so.
    Author: Robert Orben

  4. #4
    Join Date
    Sep 2011
    Beans
    1,531

    Re: something is using up my cpu but i cant figure out what it is

    Open a terminal by pressing ctrl + alt + T

    Then type
    Code:
    top
    which will display the processes running and the percentage of cpu they are using. It will report the PID, which you can use to kill the cpu-hogging process.
    Last edited by Ms. Daisy; February 28th, 2013 at 02:44 AM. Reason: Lol ninja'd by matt symes AND chadk5utc!!!

  5. #5
    Join Date
    Dec 2008
    Beans
    800

    Re: something is using up my cpu but i cant figure out what it is

    it has been a reallyyy long time since i posted here since ubuntu has been running fantastic for me the last couple years

    i forgot how amazing the community is

    thanks everyone!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •