<--previous | contents | next-->

ip6stats - IPv6 Protocol

IPv6 protocol statistics.

Header Files

Interface

import openbsd n = openbsd.netstat.Netstat() print n.ip6stats()

Example Output

The example output below was produced using the building Python pretty-printer. See the netstat parent page for an example of how this is done.

{ 'badoptions': 0L, 'badscope': 0L, 'badvers': 0L, 'cantforward': 0L, 'cantfrag': 0L, 'delivered': 5789L, 'exthdrtoolong': 0L, 'forward': 0L, 'fragdropped': 0L, 'fragmented': 0L, 'fragments': 0L, 'fragoverflow': 0L, 'fragtimeout': 0L, 'localout': 5796L, 'm1': 4232L, 'mext1': 0L, 'mext2m': 0L, 'nogif': 0L, 'noroute': 0L, 'notmember': 0L, 'odropped': 0L, 'ofragments': 0L, 'rawout': 0L, 'reassembled': 0L, 'redirectsent': 0L, 'toomanyhdr': 0L, 'tooshort': 0L, 'toosmall': 0L, 'total': 5789L }

<--previous | contents | next--> (12/21/04)
PyOpenbsd v0.1 Manual