Wifi makes CPU usage over 130%

Hi
I am on a laptop and I have Intel® Core™ i7-4500U CPU @ 1.80GHz × 4
when I turn wifi on I have a huge battery drain and when I run "powertop" in terminal it shows the cpu usage (50%-130%)
my wifi card is MEDIATEK (MT7630e)
this is the  "Device stats " from powertop:
The battery reports a discharge rate of 18.3 W
              Usage     Device name
             90.4%        CPU core
             90.4%        CPU misc
             90.4%        DRAM
             40.1 ops/s   GPU core
             40.1 ops/s   GPU misc
             22.0%        Display backlight
            100.0%        USB device: KSL81P304 (KOSEL)
            100.0%        USB device: xHCI Host Controller
            100.0%        USB device: SiS HID Touch Controller (USBest Technology)
            100.0%        Radio device: rt2800pci
            100.0%        Radio device: asus-nb-wmi
any help?

Head_on_a_Stick wrote:
Open a terminal & run this command:
journalctl -xf
Then turn on your wifi and see what errors show up in the terminal window.
<error> [1430854709.687934] [platform/nm-linux-platform.c:2357] link_change(): Netlink error changing link 3:  <UP> mtu 0 (1) driver 'rt2800pci' udi '/sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/wlp3s0f0': Unspecific failure

Similar Messages

  • Radeon, XBMC, HD Audio plus a 50% decrease in CPU usage over Catalyst

    Radeon, XBMC, VDPAU, HD Audio plus a 50% decrease in CPU usage over AMD Catalyst Drivers
    Big Thanks goes out to Fritsch! I could not have put this all together without him doing all the upfront grunt work.
    For Fritch's thread and install guide for Ubuntu:
    Linux Radeon OSS with vdpau (Ubuntu How To).
    Since you are using Arch Linux (which requires Linux experience) I take that into account with my instructions. Consider this an OVERVIEW with the various packages, patches, etc. that you will need to do it yourself.
    (If you have installed Arch, XBMC, etc. this should be a breeze. Otherwise, if you need additional help... post and I or someone else will reply.)
    What you get:
    - Bitstream Audio (including DTS-HD, TrueHD, LPCM 7.1)
    - max resolution: 2048 x 1152
    - mpeg2, mpeg4, h264, vc1 accleration
    - Bob deinterlacing via vdpau
    - 24 fps Video Playback (AMD and Intel Haswell CPUs)
    - XBMC runs with 50% less CPU usage over AMD Catalyst Drivers
    Hardware tested on:
    CPU - AMD 8350
    Video Cards Tested - AMD 5770 and AMD HD6450
    Instructions:
    1. Install of Arch (Running Linux Kernel 3.12.1)
    2. Install the mesa10-git
    (mesa-git,mesa--libgl-git,ati-dri-git)
    3. Install linux-firmware, xorg-server, xf86-video-ati, xorg-xinit, etc. using Pacman (Arch Package Manager).
    Below is a link to my xorg.conf:
    Note: I am running Xen, unRAID, XBMC and several other VMs. XBMC is my desktop so I disabled composite. If you are running a desktop, enable it.
    Radeon xorg.conf
    Be sure to check out the Radeon Wiki on how to set up your xorg.conf correctly and other settings like Dynamic power management.
    4. Add radeon.dpm=1 radeon.audio=1 clocksource=hpet hpet=enable to GRUB_CMDLINE_LINUX in /etc/default/grub.
    5. Update grub.
    grub-mkconfig -o /boot/grub/grub.cfg
    6. Add export LIBVA_DRIVER_NAME=vdpau and export VDPAU_DRIVER=r600 to /etc/bash.bashrc and to /var/lib/xbmc/.bashrc.
    7. Unmute any of the S/PDIFs that might be muted.
    alsamixer
    8. Store alsamixer settings.
    alsactl store
    9. May be required - Edit /usr/share/alsa/alsa.conf and set the correct card and device id.
    For my System:
    defaults.pcm.card 0
    defaults.pcm.device 3
    10. Install xbmc-xvba (FernetMenta).
    11. Enable XBMC to autostart:
    systemctl enable xbmc.service
    To start xbmc:
    systemctl start xbmc.service
    12. Add / Create advancedsettings.xml (location: /var/lib/xbmc/.xbmc/userdata) and add the following:
    <advancedsettings>
    <loglevel hide="false">0</loglevel>
    <gui>
    <algorithmdirtyregions>3</algorithmdirtyregions>
    <nofliptimeout>0</nofliptimeout>
    </gui>
    <video>
    <latency>
    <delay>0</delay>
    <refresh>
    <min>23</min>
    <max>24</max>
    <delay>175</delay> <!-- set to zero or adjust if audio seems out of sync with 24p movies -->
    </refresh>
    </latency>
    </video>
    </advancedsettings>
    13. Restart XBMC for the above settings to be used:
    systemctl restart xbmc.service
    XBMC Settings:
    Settings->System->Video Output:
    Vertical Sync: Always Enabled
    Settings->Video->Playback:
    VDPAU: On
    Prefer VDPAU Mixer: ON
    VAAPI: Off
    XVBA: Off
    Adjust Refreshrate to match video: Off <--- If this is not set to off DTS-HD and TrueHD will not work.
    Sync Playback to Display: Off <--- When turned on audio sync issues are possible.
    Settings->System->Audio Output
    Audio Output: HDMI
    Speaker Configuration: 7.1 (5.1 if that is how many speakers you have)
    Boost Volume Level on Downmix: On
    Output To All Speakers: Off
    Dolby Digital (AC-3): On
    DTS: On
    AAC: On (Not every Receiver can decode AAC. If not, set it to off)
    Multichannel LPCM: On
    TrueHD:On
    DTS-HD:On
    Audio Output Device: HD-Audio Generic
    Passthrough Output Device: HD-Audio Generic
    Last edited by ddeeds (2013-11-29 05:19:44)

    I followed these instrucitons and the worked perfectly on my HTPC build (running the AMD APU A4-4000 on a Gigabyte GA-F2A88XN-WIFI).  I have a quick question though.  When I want to shutdown or reboot I hit the power button on the lower left of the XBMC main window.  Usually a dialog menu pops up giving me the option to Suspend, Shut-Down, Reboot... etc. etc.  The menu in the xbmc-xvba build only shows "Exit".  How do I enable these other options?  I'd like to at least be able to shutdown or reboot from within XBMC.
    EDIT:
    Nevermind, I solved it..
    I found this thread
    It says that running XBMC as a service will not register my session and polkit will not work.  I have to autologin as the user xbmc and startx automatically.
    I followed the instructions here and here.  Then I added "exec xbmc --standalone" to the end of my /var/lib/xbmc/.xinitrc file.
    Everything works fine now.
    Last edited by necbot (2013-12-05 17:30:18)

  • Skype CPU usage over 75%.

    When i use skype, CPU usage is over 75%  (activity monitor).
    Is this normal ?
    (MBP 2011)

    No, that shouldn't happen. Try uninstalling Skype completely (with AppTrash or TrashMe), then reinstall the latest version.

  • After using WMIquery to listen Creation/Deletion of one process makes CPU usage to 100 % at remote terminal server

    Hi there ,
    I am new to the WMI and stuck with max CPU usage .
    I have to open my plugin(MakeyourVoice.exe )
     as MyAPP.exe process starts by a windows user. For hearing 
    the start of MyAPP.exe in processes space ,I have created the WMIquery in watcher.exe and query
     used as
    scope =
    new ManagementScope(String.Format("\\\\{0}\\root\\CIMV2", “localhost”),
    null);
    scope.Connect();
    wmiStartQuery =
    new
    WqlEventQuery("__InstanceOperationEvent",
    new TimeSpan(0, 0, 1),
    "TargetInstance ISA \"Win32_Process\" AND TargetInstance.Name=\"MyAPP.exe\" ");
    ManagementEventWatcher StartWatcher =
    new ManagementEventWatcher(scope, wmiStartQuery);
    // register for WMI event within the scop
     StartWatcher.EventArrived +=
    this.WmiEventHandler;
     // Start Watcher
     StartWatcher.Start();
    Now the problem is if I run my watcher process in Remote Terminal Server (Windows Server 2008 R2 Standard)  with 5-6
    number of users logged in the CPU usage shoot up to 100 %.Due to this users  cannot do any activity on system.
    Could you please suggest how can I solve this issue, so that users can use my plugin?
    Thanks in advance..

    Hi Sharma, 
    Please seek help from
    Scripting forum or else wait until any of our moderator move this post to concerning forum.
    Thank you for understanding.
    Regards, Ravikumar P

  • Rpc.lockd CPU usage over the top

    Hello everyone,
    I just bought a new Mac Mini Server (2,6GHz, 4GB memory, with Mac OS X Snow Leopard Server and 10.6.5)
    It takes the role of network services and Open Directory master.
    The clients are all linux systems and have access to their home directories via NFS.
    At first all worked very well, but then users started to get freezing programs, which were trying to access the home directory.
    The client log states the following when this happens:
    Nov 30 10:06:29 clientName kernel: 7913.576030 lockd: server macminiserver not responding, still trying
    This makes the client unusable!
    On the server, you can see that the process rpc.lockd takes all CPU power. sometimes 1 core, sometimes both cores. only killing the process and/or restart helps. It is logical that if the process on the server hangs, all clients freeze too. But how can I avoid this.All clients, need to relogin too. This is very frustrating, and nobody can work uninterrupted.
    I saw people having similiar problems in this thread, but it is archieved now.
    http://discussions.apple.com/thread.jspa?messageID=11089358
    Is there a solution or a workaround?
    Do I need this looking process, or can I somehow disable locking on the clients side?
    Thank you.
    Benjamin
    Message was edited by: ben_k42

    hi raleigh,
    thank you for your suggestion. I turned verbose mode on and restarted.
    Then I started to start my clients. This is what I got in /var/log/system.log
    Dec 1 18:49:22 server rpc.statd[72]: Failed to contact host clientName: RPC: Port mapper failure - RPC: Timed out
    Dec 1 18:52:56 server rpc.lockd[138]: *** process 138 exceeded 500 log message per second limit - remaining messages this second discarded ***
    Dec 1 18:54:01: --- last message repeated 15 times ---
    Dec 1 18:53:22 server rpc.lockd[138]: *** process 138 exceeded 500 log message per second limit - remaining messages this second discarded ***
    This looks kind of strange to me.
    I checked for the RPC ports:
    On my client I executed: rpcinfo -p
    100000 4 tcp 111 portmapper
    100000 3 tcp 111 portmapper
    100000 2 tcp 111 portmapper
    100000 4 udp 111 portmapper
    100000 3 udp 111 portmapper
    100000 2 udp 111 portmapper
    And I checked the open ports on the server with: nmap server
    111/tcp open rpcbind
    so the ports should be ok, I guess.
    how can I make him tell me those messages?
    Thank you
    Ben
    PS: a few additional hints.
    I ran: fs_usage -w rpc.lockd
    and it called select() over and over and over, many many times per second.
    Another thing which catched my eye, was when I inspected the process in the Activity Monitor.
    It had over 2 billion unix system calls and added probably a few millions every few seconds at least.
    Also, I sampled the rpc.lockd process as it was running with max cpu, maybe someone can read something out of there:
    2157 select$DARWIN_EXTSN
    This is running over and over again.
    Analysis of sampling rpc.lockd (pid 9985) every 1 millisecond
    Call graph:
    2633 Thread_52623 DispatchQueue_1: com.apple.main-thread (serial)
    2633 0x13776330c
    2633 0x137767ea8
    2161 0x137766fd2
    2157 select$DARWIN_EXTSN
    4 0x137766fd2
    384 0x137766f9a
    383 getdtablesize
    1 0x137766f9a
    32 0x13776700f
    32 gettimeofday
    25 __gettimeofday
    14 __nanotime
    11 __gettimeofday
    7 gettimeofday
    25 0x137766fac
    21 __memcpy
    2 0x137766fac
    1 __bcopy
    1 bcopy
    10 0x137767059
    7 0x13776931f
    3 0x1377680fb
    2 0x13776812d
    1 0x137768115
    1 0x137768165
    1 0x137769309
    1 0x13776930d
    1 0x137769394
    5 0x137767029
    3 svc_getreqset
    2 0x137767029
    4 dyld_stub_getdtablesize
    3 dyld_stub_svc_getreqset
    2 0x137766f9c
    2 0x137766fd4
    2 dyld_stub_bcopy
    1 0x137766fa4
    1 0x137766fc6
    1 dyld_stub_select$DARWIN_EXTSN
    Total number in stack (recursive counted multiple, when >=5):
    Sort by top of stack, same collapsed (when >= 5):
    select$DARWIN_EXTSN 2157
    getdtablesize 383
    __memcpy 21
    __nanotime 14
    __gettimeofday 11
    gettimeofday 7

  • FireFox 4 beta 8 freezes on startup, 25 CPU usage, over 2 GB RAM usage

    Safe Mode does not work, the same thing happens if I do that. I have tried uninstalling, restarting and reinstalling but the same thing still happens again.
    What else can I do?
    I have also tried going back to the 3.6 release of FireFox but it crashes instantly on startup, even in Safe Mode.

    You should make sure that you are using firefox 4 in a separate profile from firefox 3, use [[Profile manager]] to help you do that.
    I think by default firefox 4 beta is installed in a separate location from firefox 3, but you still need to make sure you have separate profiles.
    Try to sort out the problems with firefox 3 first. See
    * [[Safe mode]]
    *[[Basic troubleshooting]]
    With Safe Mode do not initially make changes in the first dialogue window you see, instead just click on the 'continue' button
    Creating a new profile is a one of the troubleshooting topics covered in the above article but remember it is good practice
    - to backup your bookmarks manually
    - use an empty folder for each profile
    - keep unused profiles (just stop using them &/or rename them) do not delete them (At least untill you are absolutely certain what they contain and what you could loose if you do delete them, especially if they share folders)
    After you have managed to use safe mode successcully you may be interested in
    *[[Firefox consumes a lot of CPU resources]]
    *[[Troubleshooting plugins]]

  • IPhoto 9.3 using over 60% of CPU usage

    Sinec the upgrade to iPhoto 9.3 it hogs CPU usage over 60% getting beach balls etc.
    I have to quit just so I can use the Mac with other applications.
    OS 10.7.4 8GB RAM 400GB free on HD new fitted only a week ago.
    I do use Aperture and they share a library.. Anyone having the same issue? or anyone
    with any suggestions?
    Cheers all,

    Make a temporary, backup copy of the library if you don't have one (select the library and type Command+D) and  apply the fix below:
    Fix
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #1, followed by #3 and then #4.
    Launch iPhoto after each rebuild and see if there's any improvement. 
    OT

  • Dock Process High CPU Usage (No Parallels, Already Tried Deleting dock.plist)

    I'm having a reoccuring problem with the Dock process putting the CPU usage over 100% continiously.
    I am not running Parallels. I have already tried removing the com.apple.dock.plist file. The problem persists.
    This is a 2008 MBP with 8GB of ram. Recently upgraded to 10.7.2.
    No other changes except for upgrading to 10.7.2.
    The only other odd behivor was that initially the com.apple.dock.plist file was missing from the ~/Library/Preferences folder initially. It wouldn't automitacally recreate either. I had to create a new use and copy the file over to my profile. After that the .db and .lockfile got created and it appeared to sovle the problem for about a day.
    Any thoughts?

    I am also having the same issue. Within an hour of starting a simple Windows 7 x64 VM - using 1 core and 2GB RAM - the processor usage and memory go through the ceiling on the Dock process. Literally using all available CPU processes and over 2-3GB of memory itself. This is not a usable or acceptable bug. I need to use Windows 7 for work and I cannot afford to spend time restarting things every 2 hours. It uses so many resources that time machine cannot back up and eventually the whole system becomes unusable - and not in the generlly thought of way but in th way I remember windows being when explorere and everything that goes with it was crashing. I have some theories and I am going to try to turn off the 3D aceleration and see if that makes a difference but I really hope this gets the attention of VMWare. I enjoy a lot of the feature the seperates Fusion from Parallels. I work in IT and need to be able to interchange and use different VM's on the fly before they go to our ESX server and/or other VMware workstation PC's. If it wasn't for that fact alone - I may very well already be downloading Parallels. I will update with how the 3D adjustment goes.
    UPDATE (over an hour later): After Shutting down the VM and going into the settings - to help you that dont know (Virtual Machine>Settings>Display) and turned off the 3D Acceleration (which I don't need for my work applications) the problem seems to have stopped. The dock is now not going over 32 MB of memory used and the CPU use is stable (generally arond 0.1% or lower) !!!!
    I hope VMWare fixes this soon, but for now this will be a decent workaround. Hope this helps more of you! I will repost this over at apple support.

  • High CPU usage during 15 acquiring analog input and write to file (suggestion needed)

    Helllo everybody,
          I have a problem about the usage of CPU now i am using a realtime target (PXI-8186) with Daq (PXI-6259) to get 15 analog signals at the rate of 10kHz
    at first i try to get signal at different rate but i found out that all of the channels share the same clock so i get the highest frequency that i desired  after that i do 
    some data manipulation with displaying charts  and use shift register to stack data in array of string  finally i write the data to spreadsheet every  5 second, by doing this the CPU usage
    is always 100% and reduce by the time the file is recordedto 71% or so and then start to increase to 100% again. I think  the things that make CPU usage too high are
    1. Time loop: because i set the period to be 10ms maybe this is too low.
    2. The shift registered: may be it use too much overhead memory but i do not know other method to stack data before writing to a file 
    3. RAM too low: The RAM of PXI is only 256mb
    4. Poor program arrangement: Because i am new to labview the program is not arranging correctly or i may use some inappropriate structure.
    My program is very messy sorry about it because i avoid using SubVI and i am new to labview. Please help any suggestion is apperciated. Thanks in advance.
    Best regard
    Wuttikrai
    Attachments:
    target save.vi ‏328 KB

    It looks like you are writing your data to disk every so often.  For that reason, I recommend making it based on the number of samples you have instead of the time.  With that you can preallocate your arrays with constants going into the shift registers.  You then use Replace Array Subset to update your arrays.  When you write to the file, make sure you go back to overwriting the beginning of your array.  This will greatly reduce the amount of time you spend reallocating memory and will reduce your memory usage.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • High CPU usage while buffering a video

    I have a high CPU usage (over 40%) while only buffering this video.
    IE10pre1
    Firefox Nightly 20121229, protected mode enabled
    Firefox Nightly 20121229, protected mode disabled
    Opera Next
    Chrome Canary
    a) open this url: http://www.wimp.com/marsearth/
    b) pause the video if it starts automatically
    c) use task manager or process explorer to view the cpu/gpu usage
    reproducible: mostly
    Windows 7 SP1
    Flash Player 11.6.602.108 / HWA enabled
    TestPC: Gigabyte GA-K8NS Pro; AMD Athlon 64 Venice 3200+; 2x 1GB MDT DDR-400-CL2; Club3D HD4670 AGP; Samsung HD103SJ, SyncMaster 204BM

    While we're aware of the issue, there's not much we can do about it.  The modern security realities facing web browsers have made sandboxing a necessity. 
    There's a good explanation of what's happening here: http://blogs.adobe.com/asset/2012/06/inside-flash-player-protected-mode-for-firefox.html
    Long story short, each video packet has to be passed from the browser to a medium-integrity broker process, then to the low-integrity flash player process for rendering.  If an attacker manages to hijack the Flash Player thread, the process is low-integrity, which prevents the attacker from doing much with it.  While it's not an absolute guarantee (nothing in security is), it raises the bar significantly for attackers.
    The downside is that all of that extra message-passing consumes CPU cycles, especially if you're trying to fill an exceptionally large buffer as fast as possible.  There's not a lot of opportunity to optimize this.
    If you're fine with the risk, you can manually disable ProtectedMode on your machine.  If you're only dealing with trusted sites, and you're not doing anything critical with the machine (work, banking, etc), then it's probably not a huge deal.
    Ultimately, ProtectedMode is like a vaccine -- it's a herd-immunity thing.  If the majority of people run it, exploits targeting machines without it are inconsistent and probably not worth pursuing when you look at the effort involved in developing an end-to-end exploit.  If a large number of people disable it, it becomes economically attractive for people building botnets, and you'll have a problem if you're not using it.
    To disable Protected Mode, add the following line to your mms.cfg file located in:
    Windows 32bit: C:\windows\system32\macromed\flash
    Windows 64bit: C:\windows\syswow64\macromed\flash
    ProtectedMode=0
    If the mms.cfg file does not exist, create one using any standard text editor (e.g.. notepad)
    Depending on your operating system, you might need to first save the mms.cfg file to a writable location (such as your documents or desktop folder) and then copy the file into the destination folder using Windows Explorer.
    To re-enable Protected Mode, simply remove the line from the mms.cfg file.

  • Check cpu usage

    I noticed that while idle my CPU usage spikes to 20% every few seconds. However, activity monitor shows no process using a lot of CPU during those spikes (I have activity monitor set to show all processes). As there any way in Unix that I can track CPU usage over say 10s and find out which process causes this spike?

    Hmm, I wonder if this is not related to a specific process, but rather something like a NIC thread or something similar which doesn't show up obviously in top output.
    You could try the "ps" technique, though that might suffer from the same limitation that top does. No harm in trying though. From the command line, do something like:
    user% for ((i=0; i<30; i++)); do
    for> ps alx >> ps.out
    for> echo "\n=====\n" >> ps.out
    for> sleep 1
    for> done
    Then look through your results in the "ps.out" file at the CPU column. Maybe you'll see something in there. That column is the %cpu -- from the ps man page:
       %cpu   The CPU utilization of the process; this is a decaying average over up to a minute
         of previous (real) time. Because the time base over which this is computed varies
         (some processes may be very young), it is possible for the sum of all %cpu fields to
         exceed 100%.

  • Kernel Task over 400% CPU usage

    Hello, I have some questions about the Kernel Task in my activity monitor.
    Recently, after a hard disk failure, I have my Macbook Pro wiped and start afresh with Mavericks. All was well, but it slowed down tremendously in the last couple of days. I checked the activity monitor and Kernel Task is always around 400-470%, sometimes it even peaked to 1000+%! I closed all my applications but it is still taking up all my RAM. I cannot work when it is freezing up every 2 seconds. What is the problem?
    Here is the report, if it helps:
    EtreCheck version: 1.9.12 (48)
    Report generated 3 August 2014 12:38:14 BST
    Hardware Information:
      MacBook Pro (13-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.7 GHz Intel Core i7 CPU: 2 cores
      4 GB RAM
    Video Information:
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 1 day 8:2:57
    Disk Information:
      WDC WD5000LPVX-00V0TT0 disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 499.25 GB (121.06 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS31N 
    USB Information:
      Apple Computer, Inc. IR Receiver
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Gatekeeper:
      Anywhere
    Kernel Extensions:
      [not loaded] com.m-audio.driver.firewire.dice (2.4.2 - SDK 10.6) Support
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
    Launch Agents:
      [running] com.maudio.profire.helper.plist Support
    User Launch Agents:
      [loaded] com.google.keystone.agent.plist Support
    User Login Items:
      iTunesHelper
      Google Drive
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
      Default Browser: Version: 537 - SDK 10.9
    Safari Extensions:
      Searchme: Version: 1.3
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Flash Player  Support
      PreferencesPane  Support
    Time Machine:
      Time Machine not configured!
    Top Processes by CPU:
          11% Disk Utility
          11% repair_packages
          7% helpd
          5% WindowServer
          3% hidd
    Top Processes by Memory:
      233 MB Finder
      66 MB mds_stores
      49 MB WindowServer
      37 MB mds
      34 MB Disk Utility
    Virtual Memory Information:
      1.22 GB Free RAM
      1.35 GB Active RAM
      394 MB Inactive RAM
      1017 MB Wired RAM
      1.50 GB Page-ins
      100 MB Page-outs

    The kernel is using excessive processor cycles. Below are some possible causes for the condition.
    Throttling
    When it gets high temperature readings from the hardware, or a low-voltage reading from the battery, the kernel may try to compensate by interrupting the processor(s) to slow them down and reduce power consumption. This condition can be due to:
    ☞ a buildup of dust on the logic board
    ☞ high ambient temperature
    ☞ a worn-out or faulty battery in a portable
    ☞ the malfunction of a cooling fan, a temperature sensor, a voltage sensor, or some other internal component
    Note that if the problem is caused by a sensor, there may be no actual overheating or undervoltage.
    If the computer is portable, test with and without the AC adapter connected. If kernel_task hogs the processor only on battery power, the fault is in the battery or the logic board. If it happens only on AC power, charging is causing the machine to heat up. That may be normal on some models. CPU usage should drop when charging is complete.
    Apple Diagnostics or the Apple Hardware Test, though not very reliable, is sometimes able to detect a fault. For more thorough hardware testing, make a "Genius" appointment at an Apple Store, or go to another authorized service provider.
    If nothing is wrong with the hardware, then whatever you can do to improve cooling may help.
    Installed software
    User-installed software that includes a device driver or other kernel code may thrash the kernel. That category includes virtualization software, such as Parallels and VMware, as well as most commercial "anti-virus" products. Some system-monitoring applications, such as "iStat," can also contribute to the problem. You can test for this possibility by completely disabling or removing the software according to the developer's instructions, or starting in safe mode. Note, however, that disabling a system modification without removing it or testing in safe mode may not be as easy as you think.
    Corrupt NVRAM or SMC data
    Sometimes the problem is cleared up by resetting the NVRAM or the SMC.
    External display
    Connecting an external LCD display to some MacBook Pro models while the lid is open may cause this issue. If applicable, test by closing the lid or disconnecting the display. You might get better results with a newer LED display.

  • Mac goes over 100 percent cpu usage

    As seen in the picture, the game called 'runescape' which i was playing reached 171 percent cpu usage on my computer. My computer never crashed from playing this game but crashes alot while playing Dota 2, once when I crashed from dota 2, the computer lagged showing my activity monitor which showed that dota had 100.1 percent cpu usage. Is this a problem of the game or the computer? Multiple friends of mine have played this game and never once crashed on it.

    It is a problem with games in general: they use a lot of CPU power (and heat the CPU up correspondingly). Over 100% is not very spectacular, because modern CPUs have 2, 4 or 8 cores, and each has a maximum of 100%. If you have a 4 cores cpu the run escape is taking almost 45% which is a lot.

  • Flash player 11 is very glitchy on ALL browsers and makes my CPU usage 100%,Streaming media headache

    flash player 11 is very glitchy on ALL browsers and makes my CPU usage 100%, making all youtube and pandora or any streaming media a headache, i have a low-end but good quality Emachine with Windows 7 Sv pk. 1, AMD Athalon Processor 2650e 1.6 GHz 2GB ram 32-bit, which isn't that bad, it used to play HD videos and everything without a skip or lag, it is virus clean, and clean of any large bulky programs, the only thing that went wrong was the fact that the adobe flash updates slowly but surely made it worse, AND it will not let me roll-back to an older version anymore like it used to, so WTF is up? no one seems to have an answer for this, and it seems like ADOBE is doing everything in it's power to not let me ask this question or get it solved, maybe it's because I AM TOO SMART FOR IT AND KNOW IT'S A FAILURE. so please, anyone who actually has a degree in this field is welcome, but no BS anymore, i want answers.
    [moved to Flash Player forum]
    Message was edited by: sinious

    The jump to FP11 was pretty significant with Stage3D. Now Flash Player has a lower level access to your computers GPU to offload playing video and 3d rendering to the GPU. However if your systems GPU isn't up to the task you really won't see that performance gain.
    Enter H264 video decoding. A large segment of the Flash usage market is simply viewing video. For sites without fallback in mind (or don't mind software rendering fallback), video may suffer. Using the GPU accelerated video classes may make it difficult for your system to view playback. Disabling hardware acceleration as recommended above would revert you back to software (CPU) decoding to check if your system itself is the issue (and not all the new GPU additions). You did that yet you're still having an issue.
    Just to clarify, as I have an eMachine (for accounting), your computer is very much in the "budget" margin. You have a 3 year old single core 1.6ghz AM2 CPU with 512kb of L2. That's the K8 series. This is a very underpowered, single thread loving CPU. Only the most optimized Flash sites and lower end videos (720p or below) should play, but I'm not even sure if they'll "play well". It depends on your GPU.
    Also you should know they have an official list of unsupported chipsets and drivers based on many factors. Here's a list for FP11 and AIR3:
    http://helpx.adobe.com/x-productkb/multi/stage3d-unsupported-chipsets-drivers-flash.html
    Check the bottom of the screen to see what Flash is reporting your rendering mode is. For example, mine states:
    Your gpu supports Stage3D in both Baseline and Constrained profile!
    Baseline RenderMode:
    DirectX9
    Constrained RenderMode:
    DirectX9 (Baseline Constrained)
    This probably won't get better in the future for you. Flash is not a low end multimedia runtime. It does require and utilize high end hardware in a much more reliable way.

  • Qosmio X775 - CPU usage is over 99%

    I have a Qosmio x775 and while (im not gonna lie) i was playing LoL, somehow evverything started to go slower. My mouse barely moved, so i quit everything and turned off my qosmio.
    Then i turned in again and the problem got worse.
    It took like a minute to open the start menu. So i opened the task manager and watched the cpu usage went from 24% to 99, 100%,
    So i started to end useless, yet cpu consuming processes and somehow my laptop went back to normal.
    I'm about to scan it with my antivirus and im gonna erase stuff i dont need, but i just want to know what could happened and how to avoid it when it happen again?

    I agree with Joe.
    Have you noticed this from the first day of usage or later?
    What you can try is to stop some useless background processes to see what will happen after doing this.
    Which antivirus application do you use?
    If you use original preinstalled OS disable or stop Tempro and Toshiba service station tool. They are pretty active in the background. Original preinstalled McAffe needs much resources too.
    Play a bit with all this stuff and check in task manager which application or process make CPU so busy.

Maybe you are looking for

  • Very quiet sound in my Lumia 620

    Hello, I have a problem with a speaker to talk in my Lumia 620. I have installed Windows Phone 8.1. When I bought this phone sound from this speaker was loud but now after few mounths it is very quiet. My volume is set for max. What to do with it? Pl

  • How do I get paid by Apple for app sales?

    It may seem like a stupid question, but I put my first 3 apps onto the App Store in September and sold a few, yet no money has come into my bank account. How often and how does Apple pay me for App sales? I thought it might be at the end of each mont

  • How to populate an array with random text files.

    I am making a Jeopardy program. I have my program set up so that it retrieves 5 random text files. I just want to know how I populate one array with all the lines from the text files my program is retrieving.

  • Pretest question does not advance

    I have 4 pretest questions.  All will advance EXCEPT for the last one.  When the last question is answered incorrectly a red box pops up giving the right answer and instructions for the learner to select the right answer before proceeding. When this

  • XI - HTTP Action Block Error !

    Hi Guys! I have problem when using XI HTTP Action block. Everthy worked fine few days back , now i get below error strange [ERROR]: Error: Status (502): Proxy Error ( The specified network name is no longer available.  ) [ERROR]: ACTION FAILED: End A