MSFN Forum: How to get the cause of high CPU usage by DPC / Interrupt - MSFN Forum

Jump to content


  • 62 Pages +
  • « First
  • 53
  • 54
  • 55
  • 56
  • 57
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

How to get the cause of high CPU usage by DPC / Interrupt Rate Topic: -----

#1081 User is offline   uncleruckus 

  • Group: Members
  • Posts: 9
  • Joined: 28-February 13
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 01 March 2013 - 11:25 AM

In ur first post you said latencyMon was same as the txt file. i cant get .etl to work. heres a screenshot of my latencymon please tell me if this helps. i will retry to get .etl to work


#1082 User is offline   MagicAndre1981 

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

Posted 01 March 2013 - 12:05 PM

run the provided xperf command and update the DPC_interrupt.etl.

#1083 User is offline   uncleruckus 

  • Group: Members
  • Posts: 9
  • Joined: 28-February 13
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 01 March 2013 - 07:15 PM

I dont understand at all. i do what you say and its not working. i downloaded what you said to download even tho it says for windows 8 and i use windows 7. i tried to find it for windows 7 but it wouldnt work. when i go to were i save the DPC_Interrupt.etl it sends me to windows performance analyzer and there is no graph that says dpc interrupt. i have a graph that says dpc/isr. how can i show you what i am seeing. also i did this xperf -I DPC_Interrupt.etl -a fileversion > fileversion.txt to see if i can see whats wrong in txt but it says unknown module on side even tho i clicked load symbols. LatenctMon says that hal.dll and ataport.sys are the main problems. please help

#1084 User is offline   MagicAndre1981 

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

Posted 02 March 2013 - 12:58 AM

" windows performance analyzer " is the new GUI which confuses new users. I've told this MS, but MS is so arrogant to understand this.

Zip and upload the DPC_Interrupt.etl

#1085 User is offline   uncleruckus 

  • Group: Members
  • Posts: 9
  • Joined: 28-February 13
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 March 2013 - 11:09 AM

it says my file is too big to upload zipped

#1086 User is offline   MagicAndre1981 

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

Posted 03 March 2013 - 12:25 AM

upload it to your skydrive, dropbox account and post a link here.

#1087 User is offline   uncleruckus 

  • Group: Members
  • Posts: 9
  • Joined: 28-February 13
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 March 2013 - 11:40 AM

heres my .zip file please tell me if its correct.

https://skydrive.liv...74FDF77EB%21105

#1088 User is offline   MagicAndre1981 

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

Posted 03 March 2013 - 01:08 PM

the ETL is damaged. Don't run LatencyMon the same you you use xperf.

#1089 User is offline   uncleruckus 

  • Group: Members
  • Posts: 9
  • Joined: 28-February 13
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 March 2013 - 08:14 PM

hope this works
https://www.dropbox....Interrupt.zip?m

#1090 User is offline   MagicAndre1981 

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

Posted 03 March 2013 - 11:20 PM

you don't have large DPC(ISR spikes.

Total = 436539
Elapsed Time, >        0 usecs AND <=        1 usecs,  18935, or   4.34%
Elapsed Time, >        1 usecs AND <=        2 usecs,  18621, or   4.27%
Elapsed Time, >        2 usecs AND <=        4 usecs,  19878, or   4.55%
Elapsed Time, >        4 usecs AND <=        8 usecs,  84569, or  19.37%
Elapsed Time, >        8 usecs AND <=       16 usecs, 113490, or  26.00%
Elapsed Time, >       16 usecs AND <=       32 usecs, 122574, or  28.08%
Elapsed Time, >       32 usecs AND <=       64 usecs,  23956, or   5.49%
Elapsed Time, >       64 usecs AND <=      128 usecs,  31902, or   7.31%
Elapsed Time, >      128 usecs AND <=      256 usecs,   2573, or   0.59%
Elapsed Time, >      256 usecs AND <=      512 usecs,     41, or   0.01%
Total,                                                436539



at the time when you get this HAL.dll usage, it is a bit USBPort.sys usage. So it looks like you transfer data to USB devices, probably because of your TP-LINK Wireless USB Adapter which sends data. You can try to get newer drivers.

#1091 User is offline   Ebedou 

  • Group: Members
  • Posts: 5
  • Joined: 04-March 13
  • OS:none specified
  • Country: Country Flag

Posted 04 March 2013 - 03:04 PM

Hello all,

I've had the same kind of issues with my laptop running Win 7 Pro 64bits for a couple of months, I've searched tons of threads trying to find what the problem is, but so far nothing has worked :(

Process Explorer shows that sometimes, "Interrupts" will just fire up and start using 10-12% of the CPU charge continuously, all on one of the core, and my computer just starts slowing, blowing, heating, and eventually switched itself off a few times because it reached too high a temperature. The only seem that solve the issue is to reboot the computer, and sometimes this will happen every 30 min, sometimes every few hours.. Happens when I'm watching movies, listening to music, going anything, or even when the PC is idle.

Using the information in this thread I've tried to start troubleshooting the problem, it seems that it comes from ACPI.sys but that's pretty much all I've found out. I've updated all my drivers, installed Windows updates, so far nothing will do.

I've uploaded an .etl dump to https://dl.dropbox.c...4785207/log.zip , if you guys can find anything that could help me solve that I would be very grateful, it's been driving me crazy for weeks..

Thanks a lot!

E.

#1092 User is offline   uncleruckus 

  • Group: Members
  • Posts: 9
  • Joined: 28-February 13
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 March 2013 - 03:11 PM

driver was updated and even uninstalled it and was still having same problem.

#1093 User is offline   doomguard 

  • Group: Members
  • Posts: 5
  • Joined: 05-March 13
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 05 March 2013 - 08:07 AM

Posted Image

What happen to my highest interrupt to process latency?

thanks

#1094 User is offline   MagicAndre1981 

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

Posted 05 March 2013 - 10:39 AM

View PostEbedou, on 04 March 2013 - 03:04 PM, said:

if you guys can find anything that could help me solve that I would be very grateful, it's been driving me crazy for weeks..



check the temperature of your laptop CPU while you get the issue. ACPI.sys looks


View Postuncleruckus, on 04 March 2013 - 03:11 PM, said:

driver was updated and even uninstalled it and was still having same problem.


which issue do you have? Do you have glitches? the data show that you don't have large spikes.


View Postdoomguard, on 05 March 2013 - 08:07 AM, said:

What happen to my highest interrupt to process latency?



do you also use a laptop? What is the temperature?

#1095 User is offline   uncleruckus 

  • Group: Members
  • Posts: 9
  • Joined: 28-February 13
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 March 2013 - 02:52 PM

its nothing major just that if im on the web or in game it just seems like i have a pop up. it just deselects what im on. if im in game fullscreen it minimizes it

#1096 User is offline   uncleruckus 

  • Group: Members
  • Posts: 9
  • Joined: 28-February 13
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 March 2013 - 04:22 PM

its getting really annoying before the interrupts would stop after 15-20 min after i start my computer now its over 2 hours and its still doing it.

#1097 User is offline   MagicAndre1981 

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

Posted 05 March 2013 - 10:56 PM

ISR/DPC activity is normal if you transfer data. What are the issue you have? Do you have audio/video drops?

#1098 User is offline   doomguard 

  • Group: Members
  • Posts: 5
  • Joined: 05-March 13
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 March 2013 - 12:04 AM

Quote

do you also use a laptop? What is the temperature?


yes. i am using dell studio xps 1640. the temperature is around 60c without doing anything...

#1099 User is offline   MagicAndre1981 

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

Posted 06 March 2013 - 11:31 AM

Use Speedfan and increase the cpu cooler fan speed to reduce the temperature. Does this improve it? If not, zip the ETL file and upload the zip (skydrive, dropbox) and send me a link.

#1100 User is offline   Ebedou 

  • Group: Members
  • Posts: 5
  • Joined: 04-March 13
  • OS:none specified
  • Country: Country Flag

Posted 06 March 2013 - 03:08 PM

View PostMagicAndre1981, on 05 March 2013 - 10:39 AM, said:


check the temperature of your laptop CPU while you get the issue. ACPI.sys looks



Hello MagicAndre,

I monitored the temp of CPU, and last time the problem started and Interrupts fired up everywhere, the cpu was around 75°C. Not sure if this is due to temperature though, as yesterday I ran some tests too, but I wasn't able to trigger the problem, even though temperature of the cpu reached as high as 100°C.

In any case, if acpi.sys is supposed to prevent the computer from overheating.. then isn't it a bit bogus that by doing so it uses the full charge of one of the cores and hence makes the whole thing heat even more?

Thanks for your help

E.

Share this topic:


  • 62 Pages +
  • « First
  • 53
  • 54
  • 55
  • 56
  • 57
  • 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