MSFN Forum: How to get the cause of high CPU usage caused by apps? - MSFN Forum

Jump to content


  • 10 Pages +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

How to get the cause of high CPU usage caused by apps? Rate Topic: -----

#81 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 02 February 2012 - 08:08 AM

I can't help you. HDtach.exe causes the high CPU usage but without debug files (http://en.wikipedia....ki/Debug_symbol, http://en.wikipedia....rogram_database) I can't see the cause. The user32.dll function receives Windows messages:

http://msdn.microsof...v=vs.85%29.aspx

so the tool seems to use them heavily and runs code while handling messages.

What do you do with the tool?

1 thing I can see is that you have some DPC spikes caused by the USB Gamer mouse driver (MS1Filter.sys).

This post has been edited by MagicAndre1981: 02 February 2012 - 08:18 AM



#82 User is offline   vicrol123 

  • Group: Members
  • Posts: 4
  • Joined: 07-March 09

Posted 03 February 2012 - 05:45 PM

HDTach is a HDD benchmark, a little bit old..but good.

I can dispense with it, no problem.

but this is just and necessary, and gives the same problem.

Trace

PD: I uninstall the mouse driver.Thanks a lot!

edit: Andre check your inbox

This post has been edited by vicrol123: 04 February 2012 - 09:12 AM


#83 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 04 February 2012 - 08:59 AM

this time the NetCoffee.exe causes the issue which is also very old (coded with Visual Basic 6). But agaon without Debug-files I can't see anything useful.

#84 User is offline   vicrol123 

  • Group: Members
  • Posts: 4
  • Joined: 07-March 09

Posted 04 February 2012 - 11:04 AM

[offtopic]Andre check your inbox.[/offtopic]

#85 User is offline   MikeLlo 

  • Group: Members
  • Posts: 2
  • Joined: 07-February 12
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 07 February 2012 - 09:32 AM

I'm having a bit of an issue. After running the suggested programs in the OP, and if I am reading this correctly, it seems that "intelppm.sys" is my annoyance?

http://i.imgur.com/kGgzJ.jpg
http://i.imgur.com/HBYMR.jpg

#86 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 07 February 2012 - 09:36 AM

no, idle can be ignored. this is the CPU driver which sends a halt signal to the CPU to reduce cpu power consumption.

if you're unsure, upload your trace so that I can look at it.

#87 User is offline   MikeLlo 

  • Group: Members
  • Posts: 2
  • Joined: 07-February 12
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 07 February 2012 - 10:30 AM

Apologies.

I may not actually be certain of my issue. For some reason my CPU usage has increased past the norm in the last two days. Any little task I do it seems to raise in 30-40 percent while browsing and near 70 when streaming videos from sites like Youtube. Normally the usage would not get near as high (except for when I'm rendering video). When I did the steps outlined on the first page I immediately jumped the gun and assumed the idle processes were to blame. Unfortunately I am now back at square one.

#88 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 07 February 2012 - 12:27 PM

make a trace when you have the 70% CPU usage again and sahr the new trace. I look at it.

#89 User is offline   evilpedro 

  • Group: Members
  • Posts: 6
  • Joined: 12-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 February 2012 - 03:36 PM

Andre this tutorial is very much appreciated.

I sent you a dropboxlink to my rared .etl file via the forum PM system due to privacy/security concerns. Please check your inbox and return with some advice.

My problem: CPU goes to 100% when downloading any file. Copying to/from USB is no prob.

As you can see avp.exe and chrome are both taking a large chunk of cpu. avp is kasperski internet security, but problem appears with eset smart security as well and even with antivirus/firewall completely disabled, and completely uninstalled. ntdll.dll seems to be the culprit in both applications causing high cpu.

Have done all the obvious stuff and more, latest drivers, malware, safe mode with networking, tested with ubuntu.

#90 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 13 February 2012 - 05:11 PM

the AMD V140 Processor seems to be the bootleneck. It is a cheap Single Core CPU.

Chrome internally has a message loop and this causes fr a example 9/13% cpu usage (chrome.dll!MessageLoop::DeferOrRunPendingTask, 12.37, chrome.dll!base::MessagePumpWin::Run, 9.37)).

Kaskerspy scans the HTTP traffic (HTTPProtocoller.PPL, anti-phishing http filter.dll) while surfing. So try to disable this scanning. Maybe this helps a bit, but the CPU is simply to slow for todays software. You should use at least a Dual Core cpu with 2GHz. Look if it is possible to upgrade the CPU.

#91 User is offline   evilpedro 

  • Group: Members
  • Posts: 6
  • Joined: 12-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 February 2012 - 07:19 PM

View PostMagicAndre1981, on 13 February 2012 - 05:11 PM, said:

the AMD V140 Processor seems to be the bootleneck. It is a cheap Single Core CPU.

Chrome internally has a message loop and this causes fr a example 9/13% cpu usage (chrome.dll!MessageLoop::DeferOrRunPendingTask, 12.37, chrome.dll!base::MessagePumpWin::Run, 9.37)).

Kaskerspy scans the HTTP traffic (HTTPProtocoller.PPL, anti-phishing http filter.dll) while surfing. So try to disable this scanning. Maybe this helps a bit, but the CPU is simply to slow for todays software. You should use at least a Dual Core cpu with 2GHz. Look if it is possible to upgrade the CPU.


Thank you for your wonderful efforts.

Ya the laptop is crap, impulse shopping be damned. But surely the hardware/processor of my laptop should be able to handle refreshing a webpage without cpu spiking to 100% for a fraction of a second. That's what is happening right now, and worse when dl larger files. The machine is only 14 months old, dunno when it was released though. Thing is during a period of 2-3 weeks the prob went away, so while yes the processor suck it shouldn't manifest in the cpu probs I have right now.

This post has been edited by evilpedro: 13 February 2012 - 07:24 PM


#92 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 14 February 2012 - 07:44 AM

did you use the same Kaspersky version during the test? For me Kaspersky was always a performance hog that's why I never used it. So try to disable the anti-phishing scanning and stop all background tools which are not needed.

#93 User is offline   evilpedro 

  • Group: Members
  • Posts: 6
  • Joined: 12-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 February 2012 - 11:59 AM

Ye, it was the same version, if by that you mean program version. I'll uninstall Kaspersky, and try eset antivirus only. iirc the period during which I had no prob was when I had only eset antivirus and windows firewall. Yea windows firewall sucks but it's worth it if it solves the issue.

#94 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 14 February 2012 - 12:48 PM

I use the same combination (NOD32 + Windows Firewall) and this is ok.

#95 User is offline   evilpedro 

  • Group: Members
  • Posts: 6
  • Joined: 12-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 February 2012 - 12:59 PM

Hehe guess I shouldn't bash windows products on this board :blushing: I've decided, after tens of hours of trying to solve this problem, to try with a fresh install of windows 7. I'm going to do it virtually this time tough hrough WMvare because I can't be arsed to dual boot. What do you think about that? Could there be that the circumstances that matters isn't identical so I can't isolate the problem through virtualization? Ie I take the time to setup WMvare and install windows 7 vritualized and problem is gone. Then when I do a fresh install problem is there again. Never done virtualization or WMvare before.

Thing is before I send laptop in to service center I want to be 100% sure this isn't a software issue. Otherwise they might charge me. So will I be 100% sure with virtualization or do i have to boot from a fresh windows 7 to be sure and see if issue persists?

This post has been edited by evilpedro: 14 February 2012 - 01:04 PM


#96 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 14 February 2012 - 01:06 PM

No, I also don't like WIndows 8 with Metro and tell this here. But Firewall is fine.

But running a VM with your slow system is no good idea. remove Kaspersky and use NOD32.

#97 User is offline   farahahmad 

  • Group: Members
  • Posts: 8
  • Joined: 22-February 12
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 22 February 2012 - 04:46 PM

Hi i have similar prob.. im a newbie so dont really no how to go abt it. I have attached an image of what process explorer is showing me. Interrupts is taking abt 30% in addition to 2 separate svchost processes taking up the rest of 100% cpu. I cnt tell if this is a driver issue or not. I have had this high cpu usage prob from the day i installed windows 7 2 weeks back.

Pls advice me on how to go abt this

#98 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 23 February 2012 - 05:57 AM

please upload the trace file (zip it first) to mediafire..com and send me a link.

#99 User is offline   farahahmad 

  • Group: Members
  • Posts: 8
  • Joined: 22-February 12
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 23 February 2012 - 02:52 PM

I have uploaded the trace file to http://www.mediafire...7svn9bx6m88c88e

Another thing I have noticed is tht if i stop the diagnostic policy service, the cpu usage goes down from 100% to 50%.


thnx so much for your help.

#100 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,970
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 23 February 2012 - 04:27 PM

you've uploaded the wrong file. the kernel.etl is useless for me.

Share this topic:


  • 10 Pages +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy