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

[385 byte] By [paulbrabbana] at [2007-10-2 0:51:44]
# 1
Probably not - most of the data isn't available in Java; you'll need to run netstat.
ChuckBinga at 2007-7-15 18:11:16 > top of Java-index,Java Essentials,Java Programming...