Winsock trace cannot contain detailed level events

while it’s very easy to get an information layer trace started with Windows-Winsock-AFD using: netsh trace start provider = Microsoft-Windows-Winsock-AFD TraceFile = my_ winsock_log3_trace.etl

the generated file does not seem to include verbose level events such as Select / Poll. I also tried: "netsh trace start provider = Microsoft-Windows-Winsock-AFD TraceFile = my_winsock_log3_trace.etl level = 5" did not help (events at the same level)

Could anyone run a winsock trace in detail?

thank

+5
source share

All Articles