1

Because the computer (ACER Aspire V5-122P) was running slow and was quite messy, I reinstalled Windows 10 and installed all the updates recommended. I also installed Avast and MalwareBytes.

It is still running slow and I can see it is because of the infamous 'system and compressed memory'. As suggested by magicandre1981 in a related post, I downloaded the Windows 10 SDK and used the WPR to create a file which I tried to analyze using WPA. I read a bit about it but I end up with unknown processes. As my experience is very new and superficial I was wondering whether it is indeed possible to find the name of the process. This is my only computer and I need it to work so I am desperate to try anything.

More details: I looked Computation>CPU Usage (Precise) and then proceeded to find the thread and process with the highest %CPU usage but there is no process name.

I provided the file so you can see for yourselves.

EDIT:

1) I created a new trace and the CPU sampling data is also missing after the start.

2) I have noticed that the "system and compressed memory" process is oscillating very regularly.

3) No high CPU usage of this process happens when I am in Safe Mode.

Another .etl file using the command line this time.

8
  • You haven't really quantified what is 'slow.' Judging from the stock specs of this machine, I'm not surprised at this (AMD cpu w/ slow clock rate and small cache, 5400 rpm drive, 4 gb ram); this is more like a tablet then a real laptop. Sorry that this doesn't answer your real question.
    – Hefewe1zen
    Commented Jul 19, 2016 at 11:04
  • 1
    capture a new trace. The CPU sampling data are missing for a unknown reason for most of the time. I only see some at the start of the trace. Commented Jul 19, 2016 at 16:25
  • 1
    don't use WPRUI from WPT, run the commandline version which is part of Windows 10: "C:\Windows\system32\wpr.exe" -start CPU && timeout 30 && "C:\Windows\system32\wpr.exe" -stop C:\Result.etl. Now look if it includes the CPU sampling data Commented Jul 20, 2016 at 4:34
  • 1
    I don't have the permission to download it Commented Jul 20, 2016 at 7:55
  • 1
    I got the file via the email request Commented Jul 21, 2016 at 4:34

1 Answer 1

2

Analyzing the ETL with WPA shows that the cpu usage comes from the AMD/ATI GPU driver atikmdag.sys:

enter image description here

Your driver version is "8.01.01.1533", This looks like the older Catalyst 15.8. Try the latest driver from AMD.

5
  • I did that and now I have a black screen after boot. I did a system restore and it solved the black screen. I tried installing only what I needed, unchecking several unrelated drivers but it did not work. Now my plan is to actually try an earlier version of catalyst. What do you think? Commented Jul 21, 2016 at 0:39
  • 1
    yes, try other AMD drivers until you found a driver that works and no longer shows the atikmdag.sys usage Commented Jul 21, 2016 at 4:33
  • have you found a working driver? Commented Jul 23, 2016 at 8:03
  • I tried 5 different drivers. Black screen or high CPU usage every single time. I will try more as soon as I have time. I have had to create a partition and dual-boot to be able to work on my computer. Commented Jul 25, 2016 at 22:46
  • 1
    ask this AMD in their forums if they have plans to fix this issue Commented Aug 6, 2016 at 7:31

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .