public class PingResponse extends Object
Modifier and Type | Field and Description |
---|---|
int |
ping_lost
no# of packes lost
|
int |
ping_recv
no# of icmp echo response packets, in sync to sent packets, received
|
int |
ping_send
no# of icmp echo request packets sent
|
int |
pkt_rcvd
no# overall received packets, including wrong packets
|
int |
result
last socket error, see NetExtension
|
int |
rtt_avg
average round trip time in millisecs
|
int |
rtt_max
maximum round trip time in millisecs
|
int |
rtt_min
minimum round trip time in millisecs
|
int |
runtime
overall time for the ping request in millisecs
|
int |
seq_err
no# of ping sequence errors (wrong ping received ??)
|
Constructor and Description |
---|
PingResponse() |
public int result
public int rtt_min
public int rtt_avg
public int rtt_max
public int ping_send
public int ping_recv
public int ping_lost
public int pkt_rcvd
public int seq_err
public int runtime
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.