Which instance (below) is the run-away one?
On Mon, 12 Apr 2010 10:22:54 -0400, ibrs <> wrote:
|The same command here produces:
|Image Name PID Services
|========================= ======== ===========================================|svchost.exe 780 DcomLaunch, PlugPlay, Power
|svchost.exe 864 RpcEptMapper, RpcSs
|svchost.exe 928 AudioSrv, Dhcp, eventlog, lmhosts, wscsvc
|svchost.exe 112 AudioEndpointBuilder, CscService, hidserv,
| Netman, PcaSvc, SysMain, TrkWks,
| UmRdpService, UxSms, Wlansvc, wudfsvc
|svchost.exe 376 AeLookupSvc, Appinfo, BITS, CertPropSvc,
| EapHost, gpsvc, IKEEXT, iphlpsvc,
| LanmanServer, ProfSvc, RasMan, Schedule,
| SENS, SessionEnv, ShellHWDetection, Themes,
| Winmgmt, wuauserv
|svchost.exe 1132 EventSystem, netprofm, nsi, SstpSvc,
| W32Time, WdiServiceHost, WinHttpAutoProxySv
|svchost.exe 1300 CryptSvc, Dnscache, LanmanWorkstation,
| NlaSvc, TapiSrv, TermService
|svchost.exe 1568 SCardSvr, SSDPSRV
|svchost.exe 1620 BFE, DPS, MpsSvc
|svchost.exe 2972 stisvc
|svchost.exe 3776 WinDefend
|svchost.exe 4628 bthserv
|svchost.exe 3916 PolicyAgent
|svchost.exe 1204 SDRSVC
|
|
|---Quote (Originally by fromano)---
|Here's the output on my Win7 x64, that doesn't have the problem in question
|
|
|
|
|Image Name PID Services
|========================= ======== ===========================================svchost.exe 1092 DcomLaunch, PlugPlay, Power
|svchost.exe 1200 RpcEptMapper, RpcSs
|svchost.exe 1344 AudioSrv, Dhcp, eventlog,
| HomeGroupProvider, lmhosts, wscsvc
|svchost.exe 1376 AudioEndpointBuilder, hidserv,
| HomeGroupListener, IPBusEnum, Netman,
| PcaSvc, SysMain, TrkWks, UmRdpService,
| UxSms, Wlansvc, wudfsvc
|svchost.exe 1408 AeLookupSvc, BITS, Browser, CertPropSvc,
| EapHost, gpsvc, IKEEXT, iphlpsvc,
| LanmanServer, MMCSS, ProfSvc, Schedule,
| SENS, SessionEnv, ShellHWDetection, Themes,
| UxTuneUp, Winmgmt, wuauserv
|svchost.exe 1680 EventSystem, fdPHost, netprofm, nsi,
| W32Time, WdiServiceHost, WinHttpAutoProxySv
|svchost.exe 1940 CryptSvc, Dnscache, LanmanWorkstation,
| NlaSvc, TermService, Wecsvc
|svchost.exe 2068 BFE, DPS, MpsSvc
|svchost.exe 4408 Net Driver HPZ12
|svchost.exe 5204 Pml Driver HPZ12
|svchost.exe 5784 FDResPub, FontCache, SSDPSRV, upnphost,
| wcncsvc
|svchost.exe 5812 stisvc
|svchost.exe 1576 WerSvc
|svchost.exe 7624 PolicyAgent
|svchost.exe 8024 p2pimsvc, p2psvc, PNRPsvc
|svchost.exe 10212 swprv
|
| - Federico
|
|
|
|----- Original Message ----
|From: vefatica <>
|To:
[email protected]
|Sent: Mon, April 12, 2010 6:37:40 AM
|Subject: RE: [Support-t-1864] shralias causes svchost.exe to use 100% cpu
|
|On Mon, 12 Apr 2010 01:16:29 -0400, ibrs <> wrote:
|
||When
|| shralias.exe
||is loaded (using "shralias"), svchost.exe will eventually ramp up to 100%. It does not happen immediately, maybe after a few minutes.
||
||Unloading shralias ("shralias /u") immediately drops svchost.exe to an acceptable cpu usage.
||
||Consistently reproducible, consistently puzzling ..
|
|Odd! Does Win7 have TASKLIST.EXE? If so, run it (see below) to see what that
|instance of SVCHOST is doing. Don't confuse it with the built-in TASKLIST. On
|XP, SVCHOST doesn't seem to do anything of concern to SHRALIAS.
|
|v:\> s:\tasklist.exe /svc /fi "imagename eq svchost.exe"
|
|Image Name PID Services
|========================= ====== ============================================svchost.exe 1160 DcomLaunch, TermService
|svchost.exe 1228 RpcSs
|svchost.exe 1484 AppMgmt, AudioSrv, BITS, CryptSvc, Dhcp,
| dmserver, EventSystem, HidServ,
| LanmanServer, lanmanworkstation, Netman,
| RasMan, Schedule, SENS, TapiSrv, w32time,
| winmgmt
|svchost.exe 1544 Dnscache
--
- Vince