public class statsvar extends Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
avenrun |
rstat_timeval |
boottime |
int[] |
cp_time |
rstat_timeval |
curtime |
int[] |
dk_xfer |
int |
if_collisions |
int |
if_ierrors |
int |
if_ipackets |
int |
if_oerrors |
int |
if_opackets |
int |
v_intr |
int |
v_pgpgin |
int |
v_pgpgout |
int |
v_pswpin |
int |
v_pswpout |
int |
v_swtch |
public int[] cp_time
public int[] dk_xfer
public int v_pgpgin
public int v_pgpgout
public int v_pswpin
public int v_pswpout
public int v_intr
public int if_ipackets
public int if_ierrors
public int if_opackets
public int if_oerrors
public int if_collisions
public int v_swtch
public int[] avenrun
public rstat_timeval boottime
public rstat_timeval curtime
public statsvar()
public statsvar(XdrDecodingStream xdr)
throws OncRpcException,
IOException
OncRpcExceptionIOExceptionpublic void xdrEncode(XdrEncodingStream xdr)
throws OncRpcException,
IOException
OncRpcExceptionIOExceptionpublic void xdrDecode(XdrDecodingStream xdr)
throws OncRpcException,
IOException
OncRpcExceptionIOException