Microsoft MVP성태의 닷넷 이야기
오류 유형: 265. svchost.exe 프로세스(IP Helper: IPHLPSVC)의 CPU 100% 현상 [링크 복사], [링크+제목 복사],
조회: 20279
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

svchost.exe 프로세스(IP Helper: IPHLPSVC)의 CPU 100% 현상

웬일인지 알 수 없지만, svchost.exe 프로세스에서 CPU high 현상이 발생하고 있습니다.

svchost_cpu_100_0.png

아시는 분도 계시겠지만, svchost.exe는 윈도우 운영체제에 필요한 "NT Service"를 호스팅하는 특별한 프로세스입니다. 그리고, Process Explorer의 Threads 기능으로 보면 CPU를 소비하는 스레드와 그 스레드가 관여하고 있는 NT 서비스 이름을 확인할 수 있습니다. 이렇게!

svchost_cpu_100_1.png

그렇군요. 이렇게 되면 '서비스 관리자'에서 "IP Helper" 서비스만 재시작하면 해결될 거란 생각이 듭니다.

svchost_cpu_100_2.png

오호~~~ 그런데, 재시작해도 CPU High 현상이 사라지지 않습니다. (물론, 서비스를 멈추면 됩니다.)

이쯤 되면 이제 검색을 해봐야 합니다. ^^

IPHLPSVC High CPU in Windows 8 x64
; http://superuser.com/questions/507035/iphlpsvc-high-cpu-in-windows-8-x64

위의 글에서 IPv6 관련 기능들을 제어하는 것이 나오는데요.

netsh int ipv6 isatap set state disabled
netsh int ipv6 6to4 set state disabled
netsh int teredo set state disabled

테스트 해보니, 제 경우에는 "netsh int ipv6 6to4 set state disabled" 이것만 실행해도 CPU 100% 현상이 없어졌습니다. (컴퓨터를 재시작할 필요는 없었습니다.) 이 명령을 실행하면, 다음의 레지스트리 값이 2에서 3으로 바뀝니다.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iphlpsvc\config
Name: Enable6to4
Type: REG_DWORD

좀 더 문제 분석을 해볼까요? ^^

iphlpsvc CPU %
; https://social.technet.microsoft.com/Forums/windowsserver/en-US/ba9f0968-9275-434f-9e40-ec0621c3a35a/iphlpsvc-cpu-?forum=windowsserver2008r2general

위의 글에 보면 iphlpsvc 서비스에 대한 로그를 남기는 방법이 나옵니다. "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Tracing\IpHlpSvc" 키에 "EnableFileTracing" 이름의 DWORD 타입으로 값을 1로 설정하면 %SystemRoot%\Tracing 폴더에 IpHlpSvc.LOG 파일명으로 로그가 쌓입니다. 로깅 방식이 1MB 내에서 순환적으로 쌓이기 때문에 탐색기에서 보면 파일 크기가 끊임없이 변하게 되는데요. (크기를 변경하는 레지스트리 설정도 있지만) 상관없습니다. 어느 시점에 그냥 열어보면 됩니다. 제 경우에 다음과 같이 로그가 쌓였는데, 보시는 바와 같이 끊임없이 반복 로그가 쌓였습니다.

[17772] 14:53:30: DeleteReusableInterfaceGuidFromRegistry: deleted key System\CurrentControlSet\Services\IPHLPSVC\Parameters\6To4\{3375126B-A0AE-405F-8E62-72B8E575EC47}, status: 2
[17772] 14:53:30: Done enumerating interfaces
[17772] 14:53:30: InstallSwInterface: Attempting install of device: 6TO4_Adapter with PNP id: *6to4mp
[17772] 14:53:30: SwDeviceCreate failed with error: 0x800700b7
[17772] 14:53:30: InstallSwInterface: Failed to install 6TO4_Adapter with error:0xb7
[17772] 14:53:30: Failed to create interface, retry again. Error: 0xb7
[17772] 14:53:30: ReferenceService: ++45 (Process6to4ConfigurationChange) @ net\netio\iphlpsvc\service\6to4svc.c:3785
[17772] 14:53:30: Entered: Queueing worker for Process6to4ConfigurationChange
[17772] 14:53:30: ReferenceService: ++46 (QueueWorkItemForProtocolEvent) @ net\netio\iphlpsvc\service\6to4svc.c:392
[17772] 14:53:30: Entered: Queueing Worker for ProtocolEvent
[17772] 14:53:30: Leaving: Queued worker for ProtocolEvent
[17772] 14:53:30: Leaving: Queued worker for Process6to4ConfigurationChange
[17772] 14:53:30: DereferenceService: --47 (Process6to4ConfigurationChange) @ net\netio\iphlpsvc\service\6to4svc.c:981
[17772] 14:53:30: Get lock (0000000000002F84) invoked at net\netio\iphlpsvc\service\6to4svc.c : Start6to4InCompartment : 3800
[17772] 14:53:30: Lock (0000000000002F84) acquired at net\netio\iphlpsvc\service\6to4svc.c : Start6to4InCompartment : 3800. Return 0
[17772] 14:53:30: Lock (0000000000002F84) released at net\netio\iphlpsvc\service\6to4svc.c : Start6to4InCompartment : 3890. Return 1
[17772] 14:53:30: Failed to start 6to4 in compartment
[17772] 14:53:30: Get lock (0000000000002F84) invoked at net\netio\iphlpsvc\service\6to4svc.c : Start6to4InCompartment : 3944
[17772] 14:53:30: Lock (0000000000002F84) acquired at net\netio\iphlpsvc\service\6to4svc.c : Start6to4InCompartment : 3944. Return 0
[17772] 14:53:30: Leaving: 6to4: Start6to4InCompartment ended in failure
[17772] 14:53:30: Leaving: CompartmentRequirementChangeNotification6to4
[17772] 14:53:30: Leaving: Process6to4ConfigurationChange
[17772] 14:53:30: Lock (0000000000002F84) released at net\netio\iphlpsvc\service\6to4svc.c : Process6to4ConfigurationHandler : 892. Return 1
[17772] 14:53:30: DereferenceService: --46 (Process6to4ConfigurationChange) @ net\netio\iphlpsvc\service\6to4svc.c:901
[17772] 14:53:30: Get lock (0000000000002F84) invoked at net\netio\iphlpsvc\service\6to4svc.c : Process6to4ConfigurationHandler : 886
[17772] 14:53:30: Lock (0000000000002F84) acquired at net\netio\iphlpsvc\service\6to4svc.c : Process6to4ConfigurationHandler : 886. Return 0
[17772] 14:53:30: Entered: Process6to4ConfigurationChangeUnderLock
[17772] 14:53:30: GP: 6to4 state is not configured in GP.
[17772] 14:53:30: GP: for ws, no relay/server name configured
[17772] 14:53:30: 6to4ConfigChange: Enable6to4 = ENABLED.
[17772] 14:53:30: Entered: CompartmentRequirementChangeNotification6to4
[17772] 14:53:30: RequirementChangeNotification6to4: CompartmentId = 1, HaveGlobalIpv6Address = 0, ICSEnabled = FALSE, GlobalIpv4AddressCount = 1, Hence Required = TRUE.
[17772] 14:53:30: Entered Start6to4InCompartment, Compartment 1, 6to4 luid is 0
[17772] 14:53:30: Lock (0000000000002F84) released at net\netio\iphlpsvc\service\6to4svc.c : Start6to4InCompartment : 3759. Return 1
[17772] 14:53:30: Enumerating interfaces of PnpId: *6to4mp
[17772] 14:53:30: Found match device id: SWD\IP_TUNNEL_VBUS\6TO4_ADAPTER
[17772] 14:53:30: Enumerate6to4Interface: Enumerated Microsoft 6to4 Adapter
[17772] 14:53:30: RetrieveInterfaceInformationFromRegistry: reg open key System\CurrentControlSet\Services\IPHLPSVC\Parameters\6To4\{3375126B-A0AE-405F-8E62-72B8E575EC47}, status 2
[17772] 14:53:30: Enumerate6to4Interface: Could not retrieve interface information from registry, uninstalling orphaned interface
[17772] 14:53:30: Entering UninstallSwInterface for 
[17772] 14:53:30: Could not find  to uninstall
[17772] 14:53:30: Leaving UninstallSwInterface
[17772] 14:53:30: Uninstall6To4Interface: Uninstall succeeded, deleting interface GUID from registry
[17772] 14:53:30: RegDeleteTree returned error 2
[17772] 14:53:30: DeleteReusableInterfaceGuidFromRegistry: deleted key System\CurrentControlSet\Services\IPHLPSVC\Parameters\6To4\{3375126B-A0AE-405F-8E62-72B8E575EC47}, status: 2
...[다시 첫 라인부터 반복]...

동시에 "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\NetCfgLockHolder" 레지스트리 키도 끊임없이 생성/삭제를 반복합니다. 보아하니, "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\SWD\IP_TUNNEL_VBUS\6TO4_Adapter" 경로에 있는 "*6to4mp" 장치가 검색되어 "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iphlpsvc\Parameters\6To4" 까지 이어지는 것 같습니다.

잘은 모르겠지만, 아마도 장치 드라이버 설치를 하려는데 '무한 실패' 현상을 보이는 것 같습니다. 레지스트리 전체를 {3375126B-A0AE-405F-8E62-72B8E575EC47} 문자열로 검색해 보면 다음과 같은 경로들이 발견되었습니다.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0002
Name: NetCfgInstanceId
Type: REG_SZ
Data: {3375126B-A0AE-405F-8E62-72B8E575EC47}

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0002\Linkage

Name: Export
Type: REG_MULTI_SZ
Data: \Device\{3375126B-A0AE-405F-8E62-72B8E575EC47}

Name: RootDevice
Type: REG_MULTI_SZ
Data: {3375126B-A0AE-405F-8E62-72B8E575EC47}

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceClasses\{ad498944-762f-11d0-8dcb-00c04fc3358c}\##?#SWD#IP_TUNNEL_VBUS#6TO4_Adapter#{ad498944-762f-11d0-8dcb-00c04fc3358c}\#{3375126B-A0AE-405F-8E62-72B8E575EC47}

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{3375126B-A0AE-405F-8E62-72B8E575EC47}\Connection
Name: Name
Type: REG_SZ
Data: Local Area Connection* 11

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4d36e975-e325-11ce-bfc1-08002be10318}\{F4C8701D-6740-47A5-AC5E-5A1FC2F0D83D}\Linkage
Name: Bind
Type: REG_MULTI_SZ
Data: ...[생략]...
\Device\{3375126B-A0AE-405F-8E62-72B8E575EC47}
...[생략]...

Name: Route
Type: REG_MULTI_SZ
Data: ...[생략]...
"{3375126B-A0AE-405F-8E62-72B8E575EC47}"
...[생략]...

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Linkage
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Linkage
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBIOS\Linkage
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Linkage
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TCPIP6\Linkage

Name: Bind
Type: REG_MULTI_SZ
Data: \Device\NetbiosSmb
...[생략]...
\Device\NetBT_Tcpip6_{3375126B-A0AE-405F-8E62-72B8E575EC47}
...[생략]...

Name: Export
Type: REG_MULTI_SZ
Data: \Device\LanmanServer_NetbiosSmb
...[생략]...
\Device\LanmanServer_NetBT_Tcpip6_{3375126B-A0AE-405F-8E62-72B8E575EC47}
...[생략]...

Name: Route
Type: REG_MULTI_SZ
Data: "NetbiosSmb"
...[생략]...
"NetBT" "Tcpip6" "{3375126B-A0AE-405F-8E62-72B8E575EC47}"
...[생략]...

ipconfig을 실행해 보면 "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{3375126B-A0AE-405F-8E62-72B8E575EC47}\Connection" 경로의 정보를 찾을 수 있습니다.

C:\Windows\system32>ipconfig

Windows IP Configuration

Ethernet adapter vEthernet (Realtek PCIe GBE Family Controller Virtual Switch):

   Connection-specific DNS Suffix  . : kornet
   Link-local IPv6 Address . . . . . : fe80::7836:3c4a:a047:8fae%26
   IPv4 Address. . . . . . . . . . . : 123.221.123.221
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 123.221.123.254

Tunnel adapter Local Area Connection* 11:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :


Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Connection-specific DNS Suffix  . :
   IPv6 Address. . . . . . . . . . . : 2001:0:9d32:9037:158:3e25:835c:df27
   Link-local IPv6 Address . . . . . : fe80::868:4e15:365c:1f27%33
   Default Gateway . . . . . . . . . : ::

Tunnel adapter isatap.testnet:

   Connection-specific DNS Suffix  . : testnet
   Link-local IPv6 Address . . . . . : fe80::200:5efe:123.221.123.221%19
   Default Gateway . . . . . . . . . :

"ipconfig /all" 옵션으로 보면 이것이 "Microsoft 6to4 Adapter"임을 알 수 있습니다.

Tunnel adapter Local Area Connection* 11:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft 6to4 Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

흥미로운 검색 결과가 하나 있는데,

Tunnel Adapter ? Microsoft 6to4 adapter Remover
; http://www.sordum.org/6423/tunnel-adapter-%E2%80%93-microsoft-6to4-adapter-remover/

이렇게 "Microsoft 6to4 Adapter" 항목을 삭제하는 유틸리티도 있습니다. 위의 글에 보면, "if you have more than once 6to4 adapter in device manager probably you have the BUG and probably a new Microsoft 6to4 adapter is unexpectedly created after you restart Windows 7 or Windows Server 2008 R2" 라고 나오는데 "Tunnel adapter Local Area Connection* [번호]"와 같이 늘어나는 현상이 한때 발생한 것으로, 제가 겪은 현상과는 다르므로 상관없어 보입니다.

어쨌든 "Microsoft 6to4 Adapter" 장치를 삭제하려면 다음 그림과 같이 "장치 관리자"에서 "Show hidden devices" 옵션을 켜서 보이게 한 후 "Uninstall" 시키면 됩니다.

svchost_cpu_100_3.png

재미있는 것은? 다시 "Scan for hardware changes" 메뉴를 실행하거나, "IP Helper" 서비스를 재시작하면 다시 "Microsoft 6to4 Adapter" 장치가 재생성된다는 점입니다. 도대체 이 장치를... 확실히 지우는 방법을 모르겠습니다. ^^;

따라서, 일단은 이 글에서 쓴 것과 같은 CPU 100% 현상을 해결하려면 "netsh int ipv6 6to4 set state disabled" 시키는 방법이 최선입니다. IPv6 네트워크 망이 아니라면 이것을 비활성화한다고 해서 영향이 있는 것은 아니므로 안심하시고 사용해도 무방합니다. 왜 이 방법만이 해결책인지에 대해서는 아래의 글에 보면,

Microsoft 6to4 adapter
; https://social.technet.microsoft.com/Forums/windows/en-US/3a503cdb-e61c-44bc-97c4-0b38b0e5f929/microsoft-6to4-adapter?forum=itprovistahardware

"your network adapter is not a supportive one for this component."라고 언급하는 것으로 봐서 네트워크 어댑터가 "IPv6 to IPv4"에 대한 지원을 못하는 경우라고 합니다. (그 이상은 단서를 찾을 수가 없군요. ^^;)

참고로, 제가 가지고 있는 또 다른 3대의 물리 PC에서는 "Microsoft 6to4 Adapter" 장치가 아예 없었습니다. 오늘은 일단 여기까지!




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 7/10/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




1  2  3  4  5  6  [7]  8  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
13465정성태11/28/20232366개발 환경 구성: 689. MSBuild - CopyToOutputDirectory가 "dotnet publish" 시에는 적용되지 않는 문제파일 다운로드1
13464정성태11/28/20232501닷넷: 2174. C# - .NET 7부터 UnmanagedCallersOnly 함수 export 기능을 AOT 빌드에 통합파일 다운로드1
13463정성태11/27/20232404오류 유형: 881. Visual Studio - NU1605: Warning As Error: Detected package downgrade
13462정성태11/27/20232416오류 유형: 880. Visual Studio - error CS0246: The type or namespace name '...' could not be found
13461정성태11/26/20232474닷넷: 2173. .NET Core 3/5+ 기반의 COM Server를 registry 등록 없이 사용하는 방법파일 다운로드1
13460정성태11/26/20232394닷넷: 2172. .NET 6+ 기반의 COM Server 내에 Type Library를 내장하는 방법파일 다운로드1
13459정성태11/26/20232453닷넷: 2171. .NET Core 3/5+ 기반의 COM Server를 기존의 regasm처럼 등록하는 방법파일 다운로드1
13458정성태11/26/20232456닷넷: 2170. .NET Core/5+ 기반의 COM Server를 tlb 파일을 생성하는 방법(tlbexp)
13457정성태11/25/20232341VS.NET IDE: 187. Visual Studio - 16.9 버전부터 추가된 "Display inline type hints" 옵션
13456정성태11/25/20232692닷넷: 2169. C# - OpenAI를 사용해 PDF 데이터를 대상으로 OpenAI 챗봇 작성 [1]파일 다운로드1
13455정성태11/25/20232588닷넷: 2168. C# - Azure.AI.OpenAI 패키지로 OpenAI 사용파일 다운로드1
13454정성태11/23/20232892닷넷: 2167. C# - Qdrant Vector DB를 이용한 Embedding 벡터 값 보관/조회 (Azure OpenAI) [1]파일 다운로드1
13453정성태11/23/20232354오류 유형: 879. docker desktop 설치 시 "Invalid JSON string. (Exception from HRESULT: 0x83750007)"
13452정성태11/22/20232457닷넷: 2166. C# - Azure OpenAI API를 이용해 사용자가 제공하는 정보를 대상으로 검색하는 방법파일 다운로드1
13451정성태11/21/20232597닷넷: 2165. C# - Azure OpenAI API를 이용해 ChatGPT처럼 동작하는 콘솔 응용 프로그램 제작파일 다운로드1
13450정성태11/21/20232393닷넷: 2164. C# - Octokit을 이용한 GitHub Issue 검색파일 다운로드1
13449정성태11/21/20232511개발 환경 구성: 688. Azure OpenAI 서비스 신청 방법
13448정성태11/20/20232826닷넷: 2163. .NET 8 - Dynamic PGO를 결합한 성능 향상파일 다운로드1
13447정성태11/16/20232696닷넷: 2162. ASP.NET Core 웹 사이트의 SSL 설정을 코드로 하는 방법
13446정성태11/16/20232661닷넷: 2161. .NET Conf 2023 - Day 1 Blazor 개요 정리
13445정성태11/15/20232979Linux: 62. 리눅스/WSL에서 CA 인증서를 저장하는 방법
13444정성태11/15/20232710닷넷: 2160. C# 12 - Experimental 특성 지원
13443정성태11/14/20232772개발 환경 구성: 687. OpenSSL로 생성한 사용자 인증서를 ASP.NET Core 웹 사이트에 적용하는 방법
13442정성태11/13/20232543개발 환경 구성: 686. 비주얼 스튜디오로 실행한 ASP.NET Core 사이트를 WSL 2 인스턴스에서 https로 접속하는 방법
13441정성태11/12/20232918닷넷: 2159. C# - ASP.NET Core 프로젝트에서 서버 Socket을 직접 생성하는 방법파일 다운로드1
13440정성태11/11/20232512Windows: 253. 소켓 Listen 시 방화벽의 Public/Private 제어 기능이 비활성화된 경우
1  2  3  4  5  6  [7]  8  9  10  11  12  13  14  15  ...