ystem private fields ?
Thanks
Enrico Olivelli
Il 23/07/2013 20:35, lana.ste...@oracle.com ha scritto:
http://hg.openjdk.java.net/jdk8/jdk8/rev/d2dcb110e9db
http://hg.openjdk.java.net/jdk8/jdk8/nashorn/rev/598321c438b5
http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/82f68da70e47
)
/ .getInputStream() Methods
and return an appropriate wrapper that overrides the read(byte[],int,int)
and write(byte[],int,int) methods in which you could maintain the
"latest socket activity timestamp" information.
HTH
Best regards,
Thomas
2013/5/3 Enrico Olivelli <mailto:eoli
Il 02/05/2013 22:44, Alan Bateman ha scritto:
On 02/05/2013 20:35, Enrico Olivelli wrote:
Hi,
In jdk7 there is no way to ask the jvm for the list of actually active
sockets, witout jni or any other native non-portable solution.
Is there any plan to add a jmx set of beans to monitor jvm network
Hi,
In jdk7 there is no way to ask the jvm for the list of actually active
sockets, witout jni or any other native non-portable solution.
Is there any plan to add a jmx set of beans to monitor jvm network
activity in a portable manner?
Thanks
Enrico