M
mholt
I see about four, most of the time.
Thanks.
Thanks.
I see about four, most of the time.
Thanks.
I see about four, most of the time.
Thanks.
I see about four, most of the time.
Thanks.
Download Process Explorer so you can see what is "really" running,
especially behind those multiple svchosts you see running in Task
Manager.
You'll like PE when you get the hang of it. PE is the Windows Task
manager on steroids. PE installs nothing, and only runs on demand.
It looks a little intimidating at first, but you will start to like
the way it works.
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
Expand the columns, make the screen bigger, etc. so you can see the
most information as in the window.
The CPU column is usually the most interesting to get started with
performance issues - who is using the most? It is okay and normal to
have multiple svchost processes running, but there could be a problem
behind any one of them.
Malicious software can sometimes hide as a process behind a
svchost.exe process so you will not be able to see it in Task
Manager. All you will see in Task Manager is a svchost.exe process
gone wild.
You would like the most CPU to be associated with System Idle Process
If you see spikes (or not) double click the graph in the top left
corner to display the usage graph. Hover the mouse over any spikes to
see what causes them.
This will help once you get PE running, read this article and you will
be smarter than the average bear:
http://www.bleepingcomputer.com/tutorials/tutorial129.html
Then with some Googling, you can look at each thing running in PE and
behind your svchost processes and see what it is and decide if your
configuration needs it or not.
If you think you have a svcshost that is misbehaving, useing PE, you
can right click that offensive svchost, Properties and on the Services
and Threads tab you can see what is running under it. There is a CPU
column that will need expanding so you can see CPU. Perhaps you can
spot who is consuming so much CPU under there. Look around under the
svchost and you will find it.
You can see what is running under every svchost by hovering your mouse
over it. Some will have a couple things (hopefully legitimate XP
services) and some will have a lot of things. What is running under
your afflicted one?
No running process should defy reasonable explanation.
Those svchost entries, hold smaller things inside them.
Use Process Explorer, to see what's in them.
http://technet.microsoft.com/en-ca/sysinternals/bb896653.aspx
Hold your mouse over a "svchost" entry, to see a list of
services it contains.
I have seven svchost entries, and one is chock full of services
and has about 28 services running inside it. One of the other
svchosts, only contains a single service (WIA or Windows Image
Acquisition). There is no attempt to "balance the load".
They seem to be dispatched that way on purpose.