Merge branch 'sigar-1.6'
This commit is contained in:
commit
a9533e619d
|
@ -158,6 +158,8 @@ public interface SigarProxy {
|
||||||
|
|
||||||
public NetStat getNetStat() throws SigarException;
|
public NetStat getNetStat() throws SigarException;
|
||||||
|
|
||||||
|
public String getNetServicesName(int protocol, long port);
|
||||||
|
|
||||||
public Who[] getWhoList() throws SigarException;
|
public Who[] getWhoList() throws SigarException;
|
||||||
|
|
||||||
public Tcp getTcp() throws SigarException;
|
public Tcp getTcp() throws SigarException;
|
||||||
|
|
Loading…
Reference in New Issue