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:
@ -7,7 +7,7 @@ Usage:
|
|||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|
||||||
'linux', 'darwin'
|
'linux', 'darwin', 'freebsd'
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ Usage:
|
|||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|
||||||
'linux'
|
'linux', 'freebsd'
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ Usage:
|
|||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|
||||||
'linux', 'darwin'
|
'linux', 'darwin', 'freebsd'
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ Caveats:
|
|||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|
||||||
'linux', 'darwin'
|
'linux', 'darwin', 'freebsd'
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
@ -257,73 +257,100 @@ Returns:
|
|||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"proto": string,
|
"proto": string,
|
||||||
"recv_q": integer,
|
"recv_q": integer,
|
||||||
"send_q": integer,
|
"send_q": integer,
|
||||||
"transport_protocol" string,
|
"transport_protocol" string,
|
||||||
"network_protocol": string,
|
"network_protocol": string,
|
||||||
"local_address": string,
|
"local_address": string,
|
||||||
"local_port": string,
|
"local_port": string,
|
||||||
"local_port_num": integer,
|
"local_port_num": integer,
|
||||||
"foreign_address": string,
|
"foreign_address": string,
|
||||||
"foreign_port": string,
|
"foreign_port": string,
|
||||||
"foreign_port_num": integer,
|
"foreign_port_num": integer,
|
||||||
"state": string,
|
"state": string,
|
||||||
"program_name": string,
|
"program_name": string,
|
||||||
"pid": integer,
|
"pid": integer,
|
||||||
"user": string,
|
"user": string,
|
||||||
"security_context": string,
|
"security_context": string,
|
||||||
"refcnt": integer,
|
"refcnt": integer,
|
||||||
"flags": string,
|
"flags": string,
|
||||||
"type": string,
|
"type": string,
|
||||||
"inode": integer,
|
"inode": integer,
|
||||||
"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,
|
||||||
"name": string,
|
"name": string,
|
||||||
"unit": integer,
|
"unit": integer,
|
||||||
"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,
|
||||||
"rxbytes": integer,
|
"rxbytes": integer,
|
||||||
"txbytes": integer,
|
"txbytes": integer,
|
||||||
"destination": string,
|
"destination": string,
|
||||||
"gateway": string,
|
"gateway": string,
|
||||||
"route_flags": string,
|
"route_flags": string,
|
||||||
"route_refs": integer,
|
"route_flags_pretty": [
|
||||||
"use": integer,
|
string,
|
||||||
"mtu": integer,
|
]
|
||||||
"expire": string,
|
"route_refs": integer,
|
||||||
"genmask": string,
|
"use": integer,
|
||||||
"mss": integer,
|
"mtu": integer,
|
||||||
"window": integer,
|
"expire": string,
|
||||||
"irtt": integer,
|
"genmask": string,
|
||||||
"iface": string,
|
"mss": integer,
|
||||||
"metric": integer,
|
"window": integer,
|
||||||
"network": string,
|
"irtt": integer,
|
||||||
"address": string,
|
"iface": string,
|
||||||
"ipkts": integer, - = null
|
"metric": integer,
|
||||||
"ierrs": integer, - = null
|
"network": string,
|
||||||
"opkts": integer, - = null
|
"address": string,
|
||||||
"oerrs": integer, - = null
|
"ipkts": integer, - = null
|
||||||
"coll": integer, - = null
|
"ierrs": integer, - = null
|
||||||
"rx_ok": integer,
|
"idrop": integer, - = null
|
||||||
"rx_err": integer,
|
"opkts": integer, - = null
|
||||||
"rx_drp": integer,
|
"oerrs": integer, - = null
|
||||||
"rx_ovr": integer,
|
"coll": integer, - = null
|
||||||
"tx_ok": integer,
|
"rx_ok": integer,
|
||||||
"tx_err": integer,
|
"rx_err": integer,
|
||||||
"tx_drp": integer,
|
"rx_drp": integer,
|
||||||
"tx_ovr": integer,
|
"rx_ovr": integer,
|
||||||
"flg": string
|
"tx_ok": integer,
|
||||||
|
"tx_err": integer,
|
||||||
|
"tx_drp": integer,
|
||||||
|
"tx_ovr": integer,
|
||||||
|
"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,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ Usage:
|
|||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|
||||||
'linux'
|
'linux', 'freebsd'
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
@ -119,17 +119,20 @@ Returns:
|
|||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"destination": string,
|
"destination": string,
|
||||||
"gateway": string,
|
"gateway": string,
|
||||||
"genmask": string,
|
"genmask": string,
|
||||||
"flags": string,
|
"flags": string,
|
||||||
"metric": integer,
|
"flags_pretty": [
|
||||||
"ref": integer,
|
string,
|
||||||
"use": integer,
|
]
|
||||||
"mss": integer,
|
"metric": integer,
|
||||||
"window": integer,
|
"ref": integer,
|
||||||
"irtt": integer,
|
"use": integer,
|
||||||
"iface": string
|
"mss": integer,
|
||||||
|
"window": integer,
|
||||||
|
"irtt": integer,
|
||||||
|
"iface": string
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ Usage:
|
|||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|
||||||
'linux', 'darwin'
|
'linux', 'darwin', 'freebsd'
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ Limitations:
|
|||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|
||||||
'linux', 'darwin'
|
'linux', 'darwin', 'freebsd'
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user