!ndiskd.nblpool
La extensión !ndiskd.nblpool muestra información sobre un grupo de estructuras NET_BUFFER_LIST (NBL). Si ejecuta esta extensión sin parámetros, !ndiskd mostrará una lista de todos los grupos de NBL asignados en el sistema.
!ndiskd.nblpool [-handle <x>] [-basic] [-allocations] [-find <str>] [-findnb <str>]
[-findctx <str>] [-findctxtype <str>] [-findva <x>] [-findpa <x>]
Parámetros
-asa
Identificador de un grupo de NBL.
-básico
Muestra información básica sobre el grupo de NBL.
-Asignaciones
Muestra todas las NBL asignadas.
-encontrar
Filtre la lista de NBL asignadas mediante una expresión del depurador.
-findnb
Filtre la lista de NBL asignadas por los NET_BUFFER (NBS) enlazados.
-findctx
Filtre la lista de NBL asignadas por área de contexto.
-findctxtype
Anula el tipo de datos del área de contexto.
-findva
Busca las NBL que contienen una NB que abarque la dirección virtual especificada.
-findpa
Busca las NBL que contienen una NB que abarque la dirección física especificada.
Archivo DLL
Ndiskd.dll
Ejemplos
Escriba el comando !ndiskd.nblpool sin parámetros para ver una lista de todos los grupos de NBL asignados. En este ejemplo, busque el grupo de NBL asignado por la tarjeta de interfaz de red del depurador de kernel (kdnic) con la etiqueta KDNr. Su identificador es ffffdf80147e4a40.
2: kd> !ndiskd.nblpool
NBL Pool Tag Allocated by
ffffdf80179b6a40 NiBP WdNisDrv!CWFPLayer::Initialize+c6
ffffdf8015ac6a40 EUNP tunnel!TunnelEtherUdpGlobalInit+81
ffffdf8015a78040 Nuio ndisuio!ndisuioCreateBinding+15f
ffffdf8015a77800 Nuio ndisuio!ndisuioCreateBinding+13c
ffffdf8015a63040 BaNB rspndr!TopStartNetBufferModule+6d
ffffdf8015a68a40 LLnb mslldp!lldpProtSetOptions+49
ffffdf8014654040 BaNB lltdio!TopStartNetBufferModule+6d
ffffdf801494ca40 Pcsb pacer!PcFilterAttach+142
ffffdf80147e4a40 KDNr kdnic!NICAllocAdapter+178
ffffdf80131ce040 bnvW wfplwfs!DriverEntry+7a0
ffffdf80139ffa40 Wfdp wfplwfs!WfpRioInitialize+a4
ffffdf8012061200 UNbl NETIO!NetioAllocateNetBufferListNetBufferMdlAndDataPool+49
ffffdf8013968a40 TcDN NETIO!NetioAllocateNetBufferListNetBufferMdlAndDataPool+49
ffffdf8013969a40 TNbl NETIO!NetioAllocateNetBufferListNetBufferMdlAndDataPool+49
ffffdf801397c040 StBn NETIO!StreamPoolsInit+c1
ffffdf8013088040 Wfra NETIO!WfpNblInfoLibraryInit+b8
ffffdf8012067440 Nnnn NETIO!NetioInitializeNetBufferListLibrary+13e
ffffdf8012067a40 Nnbl NETIO!NetioInitializeNetBufferListLibrary+112
ffffdf80131caa40 NDrt ndis!ndisInitializePeriodicReceives+22f
ffffdf80131d5a40 NDnd ndis!DriverEntry+5e9
Haga clic en el identificador del grupo de NBL o escriba el comando !ndiskd.nblpool -handle para ver sus detalles.
2: kd> !ndiskd.nblpool ffffdf80147e4a40
NBL POOL
Ndis handle ffffdf80147e4a40
Allocation tag KDNr
Owner
Allocated by kdnic!NICAllocAdapter+178
Flags CONTAINS_NET_BUFFER
Structure size 0n544
Context size 0
Data size 0
All allocated NBLs
Para explorar las NBL contenidas en este grupo de NBL, haga clic en el vínculo "Todas las NBL asignadas" en la parte inferior. También puede escribir el comando !ndiskd.nblpool -handle -allocations. Como se muestra en el ejemplo siguiente, este grupo de NBL contiene más de 1024 NBL, por lo que !ndiskd sale antes de tiempo. Puede usar la opción -force para solucionar este límite y ver todas las NBL de este grupo de NBL.
2: kd> !ndiskd.nblpool ffffdf80147e4a40 -allocations
ALL ALLOCATED NBLs
NBL Active?
ffffdf8014951940 Allocated
ffffdf8014951b90 Allocated
ffffdf8014951de0 Allocated
ffffdf8014951030 Allocated
ffffdf80149524a0 Allocated
ffffdf80149526f0 Allocated
ffffdf8014952940 Allocated
ffffdf8014952b90 Allocated
ffffdf8014952de0 Allocated
ffffdf8014952030 Allocated
ffffdf80149534a0 Allocated
ffffdf80149536f0 Allocated
ffffdf8014953940 Allocated
ffffdf8014953b90 Allocated
ffffdf8014953de0 Allocated
ffffdf8014953030 Allocated
ffffdf80149544a0 Allocated
ffffdf80149546f0 Allocated
ffffdf8014954940 Allocated
...
ffffdf80148b0b90 Allocated
ffffdf80148b0de0 Allocated
ffffdf80148b0030 Allocated
ffffdf80148b14a0 Allocated
ffffdf80148b16f0 Allocated
ffffdf80148b1940 Allocated
ffffdf80148b1b90 Allocated
ffffdf80148b1de0 Allocated
ffffdf80148b1030 Allocated
[Maximum of 1024 items read; quitting early. Rerun with the '-force' option
to bypass this limit.]
Consulte también
Guía de diseño de controladores de red
Referencia de redes de Windows Vista y versiones posteriores