다음을 통해 공유


!ndiskd.dbglevel

!ndiskd.dbglevel 확장은 현재 NDIS 디버그 수준을 표시하고 필요에 따라 변경합니다.

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

0: kd> !ndiskd.dbglevel
    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.dbglevel [-level <str>]

매개 변수

-수준
세부 정보 표시를 디버깅하는 수준입니다. 가능한 값은 다음과 같습니다.

  • NONE - 디버그 추적을 사용하지 않도록 설정
  • FATAL - 치명적인 오류를 인쇄할 수 있습니다.
  • 오류 - 오류를 인쇄할 수 있습니다.
  • WARN - 경고를 인쇄할 수 있습니다.
  • INFO - 정보 메시지를 인쇄할 수 있습니다.
  • VERBOSE - 모든 디버그 추적을 인쇄할 수 있습니다.

DLL

Ndiskd.dll

설명

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

참고 항목

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

Windows Vista 및 이후 네트워킹 참조

네트워크 스택 디버깅

NDIS 확장(Ndiskd.dll)

!ndiskd.help

!ndiskd.ndis

WPP 소프트웨어 추적

드라이버 검증 도구

WMI 추적 확장(Wmitrace.dll)