test NetStat

This commit is contained in:
Doug MacEachern 2005-05-10 20:32:24 +00:00
parent e34bbcfa2d
commit 3e48aa1c0b
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ public class TestInvoker extends SigarTestCase {
{ "sigar:Type=ProcTime,Arg=$$", "Stime" }, { "sigar:Type=ProcTime,Arg=$$", "Stime" },
{ "sigar:Type=ProcTime,Arg=$$", "Utime" }, { "sigar:Type=ProcTime,Arg=$$", "Utime" },
{ "sigar:Type=CpuPercList,Arg=0", "Idle" }, { "sigar:Type=CpuPercList,Arg=0", "Idle" },
{ "sigar:Type=NetStat", "TcpOutboundTotal" },
{ "sigar:Type=NetStat", "TcpListen" },
}; };
private static final String[][] BROKEN_QUERIES = { private static final String[][] BROKEN_QUERIES = {