1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add freebsd compatibility info

This commit is contained in:
Kelly Brazil
2020-05-30 15:51:54 -07:00
parent 017159a829
commit 26994cdcb7
8 changed files with 115 additions and 85 deletions

View File

@ -7,7 +7,7 @@ Usage:
Compatibility: Compatibility:
'linux', 'darwin' 'linux', 'darwin', 'freebsd'
Examples: Examples:

View File

@ -7,7 +7,7 @@ Usage:
Compatibility: Compatibility:
'linux' 'linux', 'freebsd'
Examples: Examples:

View File

@ -7,7 +7,7 @@ Usage:
Compatibility: Compatibility:
'linux', 'darwin' 'linux', 'darwin', 'freebsd'
Example: Example:

View File

@ -12,7 +12,7 @@ Caveats:
Compatibility: Compatibility:
'linux', 'darwin' 'linux', 'darwin', 'freebsd'
Examples: Examples:
@ -280,7 +280,7 @@ Returns:
"path": string, "path": string,
"kind": string, "kind": string,
"address": string, "address": string,
"osx_inode": string, "unix_inode": string,
"conn": string, "conn": string,
"refs": string, "refs": string,
"nextref": string, "nextref": string,
@ -289,7 +289,7 @@ Returns:
"vendor": integer, "vendor": integer,
"class": integer, "class": integer,
"subcla": integer, "subcla": integer,
"osx_flags": integer, "unix_flags": integer,
"pcbcount": integer, "pcbcount": integer,
"rcvbuf": integer, "rcvbuf": integer,
"sndbuf": integer, "sndbuf": integer,
@ -298,6 +298,9 @@ Returns:
"destination": string, "destination": string,
"gateway": string, "gateway": string,
"route_flags": string, "route_flags": string,
"route_flags_pretty": [
string,
]
"route_refs": integer, "route_refs": integer,
"use": integer, "use": integer,
"mtu": integer, "mtu": integer,
@ -312,6 +315,7 @@ Returns:
"address": string, "address": string,
"ipkts": integer, - = null "ipkts": integer, - = null
"ierrs": integer, - = null "ierrs": integer, - = null
"idrop": integer, - = null
"opkts": integer, - = null "opkts": integer, - = null
"oerrs": integer, - = null "oerrs": integer, - = null
"coll": integer, - = null "coll": integer, - = null
@ -323,7 +327,30 @@ Returns:
"tx_err": integer, "tx_err": integer,
"tx_drp": integer, "tx_drp": integer,
"tx_ovr": integer, "tx_ovr": integer,
"flg": string "flg": string,
"ibytes": integer,
"obytes": integer,
"r_mbuf": integer,
"s_mbuf": integer,
"r_clus": integer,
"s_clus": integer,
"r_hiwa": integer,
"s_hiwa": integer,
"r_lowa": integer,
"s_lowa": integer,
"r_bcnt": integer,
"s_bcnt": integer,
"r_bmax": integer,
"s_bmax": integer,
"rexmit": integer,
"ooorcv": integer,
"0_win": integer,
"rexmt": float,
"persist": float,
"keep": float,
"2msl": float,
"delack": float,
"rcvtime": float,
} }
] ]

View File

@ -7,7 +7,7 @@ Usage:
Compatibility: Compatibility:
'linux' 'linux', 'freebsd'
Examples: Examples:

View File

@ -123,6 +123,9 @@ Returns:
"gateway": string, "gateway": string,
"genmask": string, "genmask": string,
"flags": string, "flags": string,
"flags_pretty": [
string,
]
"metric": integer, "metric": integer,
"ref": integer, "ref": integer,
"use": integer, "use": integer,

View File

@ -7,7 +7,7 @@ Usage:
Compatibility: Compatibility:
'linux', 'darwin' 'linux', 'darwin', 'freebsd'
Examples: Examples:

View File

@ -11,7 +11,7 @@ Limitations:
Compatibility: Compatibility:
'linux', 'darwin' 'linux', 'darwin', 'freebsd'
Example: Example: