MONITOR HOST

Level

log_read

History

argument addr appears in 3.0.0
argument iface appears in 3.0.0
argument bandwidth appears in 3.0.0
argument maxcount appears in 3.0.0
Format Appears in Netasq 9.0.0
mac_addr, byte_count and throughput_out appears in 1.0.0
conn disappears in 1.0.0
hostrep appears in 3.0.0
state appears in 3.0.0
geo, iprep appears in 3.8.0

Description

List host informations and statistics

Usage

[addr=<host address or range>] [iface=<interface name>] [bandwidth=<integer_with_metric>] [maxcount=<integer>] [hostrep=<integer>] [geo=<geo>] [iprep=any|none|<string>] [state=<host_state>[,<host_state>[(...)]]]

Returns

addr : host IP address
mac_addr : ethernet address
name : host name
interface : host interface
packet : total accepted packet count
byte : total incoming byte count
byte_count : total outcoming byte count
throughput : current incoming throughput (current,max)
throughput_out : current outcoming throughput (current,max)
hostrep : current reputation for that protected host
geo : current geolocation for that public host
iprep : current reputation for that public host
state : host state

Format

section_line

Example

101 begin
addr=10.3.0.1 name=10.3.0.1 interface=FwTunnel_OUT packet=0 byte=0 conn=0 throughput=0,0 hostrep=0
addr=10.3.1.1 name=10.3.1.1 interface=FwTunnel_OUT packet=4 byte=916 conn=0 throughput=0,71 hostrep=234
...