I’m not a
nettop
expert but it’s likely that:
rx_ooo
means “received out of order”tx_cwin
means “transmit congestion window”
In situations like this I generally follow the breadcrumb trail from the tool’s source code in Darwin to the fundamental implementation within the kernel. Unfortunately that’s not possible in this case because
nettop
is not open source. Given that, my recommendation is that you file a
bug agains the man page asking for a better explanation of the columns. Please post your bug number, just for the record.
Still, getting a better description of the column names won’t necessarily help. To make sense of values like this you really need to understand the ins and outs of TCP. My go-to reference for this sort of thing is TCP/IP Illustrated by Stevens.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"