!ndiskd.ndisref
L'estensione !ndiskd.ndisref visualizza un log di debug di un conteggio dei riferimenti rilevati.
!ndiskd.ndisref -handle <x> [-tagtype <str>] [-stacks] [-tag <str>] [-refdebug]
Parametri
-maneggiare
Obbligatorio. Handle del blocco refcount.
-tagtype
Tipo di enumerazione dei tag.
-Pile
Include le tracce dello stack (se disponibili).
-cartellino
I limiti vengono visualizzati in un singolo tag.
-refdebug
Mostra il log di debug dettagliato, se disponibile.
DLL
Ndiskd.dll
Esempi
Nell'esempio seguente viene passato l'handle di un driver miniport NDIS all'estensione !ndiskd.ndisref per visualizzare il blocco refcount per tale driver. Eseguire prima di tutto !ndiskd.minidriver senza parametri per visualizzare un elenco di tutti i driver miniport nel sistema. Nell'output di esempio seguente cercare l'handle per il driver kdnic, ffffdf801418d650.
3: kd> !ndiskd.minidriver
ffffdf8015a98380 - tunnel
ffffdf801418d650 - kdnic
Usando l'handle del driver miniport, immettere il comando !ndiskd.ndisref -handle per visualizzare il blocco refcount per questo driver miniport. L'esempio seguente ha la metà del blocco refcount accise per brevità.
3: kd> !ndiskd.ndisref ffffdf801418d650
REFCOUNT BLOCK
Tag Number of references
0n0 0n6293 Show stacks
0n1 0n1045 Show stacks
0n2 0n4294966717 Show stacks
0n5 0n25048 Show stacks
0n18 0n4294967293 Show stacks
0n19 0n4294967295 Show stacks
0n21 0n4294967036 Show stacks
0n23 0n30818 Show stacks
0n24 0n24693 Show stacks
0n25 0n25808 Show stacks
...
0n153 0n7 Show stacks
0n154 0n3 Show stacks
0n156 0n29972 Show stacks
0n159 0n4294959128 Show stacks
0n160 0n30892 Show stacks
0n161 0n136 Show stacks
0n162 0n4294951910 Show stacks
0n163 0n30892 Show stacks
0n164 0n136 Show stacks
0n167 0n4294965996 Show stacks
Include inactive tags
Vedi anche
Guida alla progettazione dei driver di rete
Informazioni di riferimento sulla rete di Windows Vista e versioni successive