Author Topic: DPC Latency will destroy the AVAST'S reputation ?  (Read 132492 times)

0 Members and 1 Guest are viewing this topic.

PapaSmurf

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #90 on: April 12, 2010, 06:41:21 PM »
Hello,
Just an average user here, so I tried to duplicate system slow down and was unable to do so.
The image shows a few things going on at one time, and I have not noticed any slow down.
But I do thank you for this topic. It has allowed me to test for things that I might not have tested for.





snarky

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #91 on: April 12, 2010, 07:12:18 PM »
if you use the windows XP use the rattv3 ,this it is a tool for auditing the execution times of interrupt service routines (ISRs), deferred procedure calls  (DPCs)
You can download here:
http://www.microsoft.com/whdc/DevTools/tools/RATT.mspx

go to C:\WINDOWS\system32\LogFiles\RATTV3 end open the logfile with wordpad end save to fix the words.
Put the log here.

I installed RATTV3.  Now I have 3 relatively large log files.  Not knowing what's in them, and not being able to really read them, I'm not posting them anywhere.

Cako

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #92 on: April 12, 2010, 07:23:45 PM »
if you use the windows XP use the rattv3 ,this it is a tool for auditing the execution times of interrupt service routines (ISRs), deferred procedure calls  (DPCs)
You can download here:
http://www.microsoft.com/whdc/DevTools/tools/RATT.mspx

go to C:\WINDOWS\system32\LogFiles\RATTV3 end open the logfile with wordpad end save to fix the words.
Put the log here.

I installed RATTV3.  Now I have 3 relatively large log files.  Not knowing what's in them, and not being able to really read them, I'm not posting them anywhere.
wait a few minutes and the file will transform into .txt file (notepad).
or stop rattv3 using the icon (try icon).
upload your file here.
http://uploading.com/ end put the link here.
« Last Edit: April 12, 2010, 07:29:49 PM by Cako »

snarky

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #93 on: April 12, 2010, 07:27:43 PM »
OK thanks.  Here's the file.  I'm not 100% sure I didn't screw it up by disabling the P2P shield before closing RATTV3, but I can't devote much energy to this.  The whole reason I am trying avast is because another vendor's product was consuming too much of my time...

Cako

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #94 on: April 12, 2010, 08:55:02 PM »
OK thanks.  Here's the file.  I'm not 100% sure I didn't screw it up by disabling the P2P shield before closing RATTV3, but I can't devote much energy to this.  The whole reason I am trying avast is because another vendor's product was consuming too much of my time...

well my friend, I looked at your log and I have several drivers that you have.
and are even with high ISR and DPC.
VIDEOPRT.SYS
ntoskrnl.exe
Ndis.sys

but how avast is in conflict with them is a mystery.

NON.
I did the test that you suggested and had no results, still the same thing if I leave the P2P shield scans  emule files,but thanks again. :)

fear
this only happens to me when I use the P2P shield, if I upgrade to win7 and stick with high DPC without even using emule!
probably I'll  upgrade next year...
I'm afraid of it.................

PapaSmurf
DPC latency cause sound problems, no slow the computer,(in my case,until now)
in your photo shows green peaks, but went through a red  peaks and you did not show.
the DPC shows in your photo 18925us , read the warning about  Driver Error message "some device drivers on this machine"
« Last Edit: April 13, 2010, 02:26:29 AM by Cako »

Offline Chris Thomas

  • Avast Evangelist
  • Super Poster
  • ***
  • Posts: 1936
  • Christian Geek - aka 'born again' Geek
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #95 on: April 12, 2010, 09:15:20 PM »
Oh My God

I am also having DPC Latency problem with one of my PC

Check this screenshot



How do I fix this?

Edited:

Only when using YouTube
« Last Edit: April 12, 2010, 09:20:25 PM by Chris Thomas »

Offline NON

  • Japanese User
  • Avast Überevangelist
  • Ultra Poster
  • *****
  • Posts: 5487
  • Whatever will be, will be.
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #96 on: April 13, 2010, 01:45:41 AM »
Oh My God

I am also having DPC Latency problem with one of my PC

Check this screenshot



How do I fix this?

Edited:

Only when using YouTube
:o

I can see you use Vista/7 PC, so please install Windows Performance Analysis Toolkit ,run xperf and see results.
With Stack walking method, you can see what function of the driver causes this DPC Latency.

1. Add the following environment variable:

_NT_SYMBOL_PATH = srv*C:\SrvSymbols*http://msdl.microsoft.com/download/symbols

2. From a command prompt, navigate to the Xperf directory and type

xperf -on Latency –stackwalk Profile

3. Wait for the high DPC activity to occur

4. type this and analysis will stop

xperf -d stackwalk.etl

5. Then run this command:

xperf stackwalk.etl

6. After opening xperfview window, go to "Trace" menu and check "Load symbols". If License certification window appear, press "Yes" and wait a minute.

7. Go to the area [DPC CPU Usage] and select high peak, then right click and press [Summary Table] on context menu.

8. Click selector tab (left in window), open [Column Chooser] and check Function at least.

9. You can see what function causes high DPC Latency in "Function" column.

10. Please report your findings here. Drivers' name, function, or any other findings.

Sorry for my bad English, I brought this way from Japanese WDK Support blog and I don't have enough skills to translate whole article. :-X

Best wishes
« Last Edit: April 13, 2010, 11:47:15 AM by NON »
Desktop: Win10 Pro 22H2 64bit / Core i5-7400 3.0GHz / 32GB RAM / Avast 23 Premium Beta(Icarus) / Comodo Firewall
Notebook: Win10 Pro 22H2 64bit / Core i5-3340M 2.7GHz / 12GB RAM / Avast 23 Free / Windows Firewall Control
Server: Win11 Pro 23H2 64bit / Core i3-4010U 1.7GHz / 12GB RAM / Avast One 23 Essential

Avast の設定について解説しています。よろしければご覧ください。

Cako

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #97 on: April 13, 2010, 02:23:35 AM »
Oh My God

I am also having DPC Latency problem with one of my PC

Check this screenshot

How do I fix this?

Edited:

Only when using YouTube

good morning or good evening everyone.

Chris Thomas.
Welcome.
follow the tips of NON.
put your log file (or your screenshot) here using the xperf, may help the ALWIL to see which drivers are being affected.
By coincidence some of them are the same to me,snarky end NON.
« Last Edit: April 13, 2010, 02:25:39 AM by Cako »

bong2x

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #98 on: April 13, 2010, 02:44:10 PM »
Quote
in your photo shows green peaks, but went through a red  peaks and you did not show.
the DPC shows in your photo 18925us , read the warning about  Driver Error message "some device drivers on this machine"

wow! you are an expert now in dpc.

that only one peak come from the noise of network :D

if you can monitor the db of network, you can see that peak interphase with that noise :D

that 1 also in my peak rating :D

looks like cako and NON are best team in this post :D

Regards!!!

Cako

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #99 on: April 13, 2010, 03:48:10 PM »
Quote
in your photo shows green peaks, but went through a red  peaks and you did not show.
the DPC shows in your photo 18925us , read the warning about  Driver Error message "some device drivers on this machine"

wow! you are an expert now in dpc.

that only one peak come from the noise of network :D

if you can monitor the db of network, you can see that peak interphase with that noise :D

that 1 also in my peak rating :D

looks like cako and NON are best team in this post :D

Regards!!!

just 1 red peak end the sound problem will appear on my PC happens every red peak.
he mistook slow pc with this problem and I just tell to him.
I'm no a expert and i dont like sarcasm. >:(
Do you have done some research or something more useful to help solve this problem  ???
thanks for help us finding a solution  ;D
« Last Edit: April 13, 2010, 03:51:22 PM by Cako »

bong2x

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #100 on: April 13, 2010, 05:49:08 PM »
Quote
Do you have done some research or something more useful to help solve this problem

i did, but run out of solution.
what can i do? that battery control no updated software ;D

look, if i disable it no peak, but if enable the peak is about 3209 micro second

and some dpc peak is created by wireless card, just like the peak of chris :D

Best Regards!!

bong2x

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #101 on: April 13, 2010, 05:52:53 PM »
opps to big this the next picture when enable

bong2x

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #102 on: April 13, 2010, 06:01:24 PM »
another picture :D

bong2x

  • Guest
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #103 on: April 13, 2010, 06:04:08 PM »
continue from 3rd picture

Offline NON

  • Japanese User
  • Avast Überevangelist
  • Ultra Poster
  • *****
  • Posts: 5487
  • Whatever will be, will be.
Re: DPC Latency will destroy the AVAST'S reputation ?
« Reply #104 on: April 13, 2010, 06:31:54 PM »
bong2x, you already find what causes your problem. :D

Try to use Device Doctor, it will show you more updates than MicrosoftUpdate. I don't think it could provide ACPI driver update, but may provide Wireless-Lan adapter drivers.
And, I heard BIOS (on mother-board) has something to do with ACPI before. So if you have BIOS Update on your computer, it's worth a try.
http://www.devicedoctor.com/


It seems your DPC Latency is also caused by power-management system... dynamic CPU clock changing, like nVidia Video Card?
I tired this but I don't have any change except for disappearing taskbar icon ::). Anyway, thanks for the information.

@Chris Thomas:
I also tried to see videos on YouTube ;D, but I don't realize any changes so far. Very environment-dependence issue. :-\
Desktop: Win10 Pro 22H2 64bit / Core i5-7400 3.0GHz / 32GB RAM / Avast 23 Premium Beta(Icarus) / Comodo Firewall
Notebook: Win10 Pro 22H2 64bit / Core i5-3340M 2.7GHz / 12GB RAM / Avast 23 Free / Windows Firewall Control
Server: Win11 Pro 23H2 64bit / Core i3-4010U 1.7GHz / 12GB RAM / Avast One 23 Essential

Avast の設定について解説しています。よろしければご覧ください。