Netstat content in java
Hi,
First post on here, so apologies if there's any etiquette I'm not aware of!
I'm trying to create a small java program to monitor the state of network connections on my unix host, and I'm trying to find out if I can get the state of network connections on the host without having to run a netstat and grab the output. Can anyone help?
Thanks
Paul

