When netstat was run with -i/-I and -w1 to produce running counters, the idrop
field printed an absolute value rather than the delta from the last value Approved by: emaste (mentor) MFC after: 1 week
This commit is contained in:
parent
d2014f5180
commit
3c578b2a05
@ -627,6 +627,7 @@ sidewaysintpr(int interval1, u_long off)
|
||||
}
|
||||
ip->ift_ip = ifnet.if_ipackets;
|
||||
ip->ift_ie = ifnet.if_ierrors;
|
||||
ip->ift_id = ifnet.if_iqdrops;
|
||||
ip->ift_ib = ifnet.if_ibytes;
|
||||
ip->ift_op = ifnet.if_opackets;
|
||||
ip->ift_oe = ifnet.if_oerrors;
|
||||
|
Loading…
Reference in New Issue
Block a user