-
rzezeski
-
rzezeskithis seem wrong to anyone else?
-
rzezeskiflags is a 3-bit field
-
rzezeskithis represents DF as value of 4 instead of 2
-
Woodstockyes, that looks wrong. and the line below looks wrong, too, as the offset is a 13-bit field
-
rzezeskiyes that too
-
jbkdanmcd: (I'm guessing if anyone would know this offhand it might be you).. is there a way to get the TCP stats (retransmits, dup acks, etc) for a _single_ tcp session?
-
jbkjust doing a netstat is going to be rather noisy, and not practical to eliminate the other traffic on the system
-
jbk(well either system)
-
rmustaccjbk: connstat?
-
jbkoh duh
-
jbkthanks
-
jbki totally forgot about that
-
rmustaccI forget about it pretty often myself, but it's a useful one.
-
rmustaccBetween -F and -o to specify fields I think you can narrow it down pretty well.
-
rzezeskialso, just in case it's errors you are searching out, it's sometime useful to use the dtrace mib provider because netstat doesn't report all errors
-
rzezeskibut no easy way to do that by conn as far as I know
-
jbkconnstat should be a good starting point