Jump to content

Finally I found the reason , pci-express


Recommended Posts

Idle is not a real process, like a real EXE program. It's a virtual process that represents all time that is not being used, or more accurately, that is not accounted for in other executable processes.

 

However, the problem you're having is that drivers use CPU more directly, perhaps via the kernel or something, but neither task manager nor perfmon know what is doing it. The reason is because it's not a process (which usually end in EXE), it's a driver. Drivers end in .VXD or .DRV or other extensions.

 

If you're on an AMD, you could try AMD CodeAnalyst Performance Analyzer (google it, yes it's free). It is a general system profiler to determine where time is being spent in programs, right down to which function inside of a DLL is using how much time. If that doesn't find it I don't know what will.

Share this post


Link to post
Share on other sites

  • Replies 39
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I tried safe mode and there was no such problem. And then I used

msconfig and select diagonostic boot up, which only load basic drivers

and services, but there is still such problem. What's the differences between

them?

Share this post


Link to post
Share on other sites

Now some new discoveries. When I use safe mode, there is no such problem.

But when I use safe mode with network, it comes out again. So maybe

something wrong with the network? Who can tell me what should I do? Thanks

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...