trace all stat fields
This commit is contained in:
parent
78e1b02f01
commit
dc1ddb0943
|
@ -57,6 +57,7 @@ public class TestNetIf extends SigarTestCase {
|
|||
NetInterfaceStat ifstat = sigar.getNetInterfaceStat(name);
|
||||
assertGtEqZeroTrace("RxPackets", ifstat.getRxPackets());
|
||||
assertGtEqZeroTrace("TxPackets", ifstat.getTxPackets());
|
||||
traceMethods(ifstat);
|
||||
} catch (SigarNotImplementedException e) {
|
||||
//ok
|
||||
} catch (SigarException e) {
|
||||
|
|
Loading…
Reference in New Issue