다음을 통해 공유


!ndiskd.dbgsystems

!ndiskd.dbgsystems 확장은 디버그 추적을 사용하도록 설정된 NDIS 하위 시스템을 표시하고 필요에 따라 변경합니다.

Warning!ndiskd.dbgsystems 는 WPP(Windows 소프트웨어 추적 전처리기) 및 드라이버 검증 도구로 대체되었습니다. 대상 시스템이 !ndiskd.dbgsystems를 지원하지 않는 경우 !ndiskd에서 다음 경고를 표시합니다.

0: kd> !ndiskd.dbgsystems
    This target does not support tracing through !ndiskd.dbglevel or
    !ndiskd.dbgsystems.
    Learn how to collect traces with WPP

경고의 맨 아래에 있는 링크를 클릭하면 !ndiskd에서 자세한 정보를 제공합니다.

0: kd> !ndiskd.help wpptracing
    WPP traces are fast, flexible, and detailed.  Plus, starting with Windows 8
    and Windows Server 2012, you can automatically decode NDIS traces using the
    symbol file.  Just point TraceView (or tracepdb.exe) at NDIS.PDB, and it
    will be able to get all the TMFs it needs to trace NDIS activity.
    
    If you would like traces to be printed in the debugger window, you use the
    !wmitrace extension.  For example, you might enable traces with this:

    !wmitrace.searchpath c:\path\to\TMF\files
    !wmitrace.start ndis -kd
    !wmitrace.enable ndis {DD7A21E6-A651-46D4-B7C2-66543067B869} -level 4 -flag 0x31f3

WPP에 대한 자세한 내용은 WPP 소프트웨어 추적을 참조 하세요.

드라이버 검증 도구에 대한 자세한 내용은 드라이버 검증 도구를 참조 하세요.

WMI 추적 에 대한 자세한 내용은 WMI 추적 확장(Wmitrace.dll)을 참조하세요.

!ndiskd.dbgsystems [-subsystem <any>]

매개 변수

-하위
토글할 하위 시스템입니다.

여러 구성 요소를 선택한 경우 공백으로 구분합니다. 이전에 선택한 구성 요소가 반복되면 해당 디버그 모니터링이 해제됩니다. 가능한 값은 다음과 같습니다.

의미

INIT

어댑터 초기화를 추적합니다.

CONFIG

어댑터 구성을 추적합니다.

SEND

네트워크를 통해 데이터를 보내는 추적

RECV

네트워크에서 데이터를 수신하는 추적

프로토콜

프로토콜 작업을 추적합니다.

BIND

바인딩 작업을 추적합니다.

BUS_QUERY

버스 쿼리를 추적합니다.

레지스트리

레지스트리 작업을 추적합니다.

메모리

메모리 관리를 추적합니다.

FILTER

필터 작업을 추적합니다.

REQUEST

요청을 추적합니다.

WORK_ITEM

작업 항목 작업을 추적합니다.

PNP

플러그 앤 플레이 작업을 추적합니다.

PM

전원 관리 작업을 추적합니다.

OPEN

참조 개체를 여는 작업을 추적합니다.

LOCKS

잠금 작업을 추적합니다.

다시 설정

다시 설정 작업을 추적합니다.

WMI

Windows Management Instrumentation 작업을 추적합니다.

NDIS_CO

연결 지향 NDIS를 추적합니다.

참조

참조 작업을 추적합니다.

DLL

Ndiskd.dll

설명

이 확장은 확인된 NDIS.sys만 적용됩니다. NDIS.sys 빌드 정보를 확인하려면 !ndiskd.ndis 확장을 실행 합니다 .

참고 항목

네트워크 드라이버 디자인 가이드

Windows Vista 및 이후 네트워킹 참조

네트워크 스택 디버깅

NDIS 확장(Ndiskd.dll)

!ndiskd.help

!ndiskd.ndis

WPP 소프트웨어 추적

드라이버 검증 도구

WMI 추적 확장(Wmitrace.dll)