Juarrow
Juarrow

Reputation: 2384

Analyze Network events with xperf

I have written a small tcp-client/server-thing for testing the xperf-networkttrace capabilities. But as it seems I did do something wrong with xperf. When I use the Xperf kernel group NETWORK or DIAG+NETWORKTRACE it just shows me the "casual" stuff and nothin about tcp/udp-reads and writes...

Anyone got an clue of how to get these information from xperf? (did not find anything really helpful via google)

Upvotes: 2

Views: 1333

Answers (1)

Juarrow
Juarrow

Reputation: 2384

I found out, that the send and receive-actions are logged under the "Generic Events" section, as marks.

You can also find them "easily" if You post-process the etl-log into a human readable file and search for TCPRead/Write UDPRead/Write TCPDisconnect/Connect/Accept etc...

Upvotes: 2

Related Questions