jstat over iiop Protokoll from another Host
Hello,
I try to check the GC-Values with the command jstat.
It worked fine on the hostsystem:
jstat -gcutil PID (PID from the JVM)
But if I tried that over the iiop-protocol, it failed.
jstat -gcutil iiop://PID@hostname.domainname:port
I don't want to connect over the rmi-protokol!!!!
I get the message below:
Exception in thread "main" java.lang.IllegalArgumentException: Could not find sun.jvmstat.perfdata.monitor.protocol.iiop.MonitoredHostProvider: sun.jvmstat.perfdata.monitor.protocol.iiop.MonitoredHostProvider
at sun.jvmstat.monitor.MonitoredHost.getMonitoredHost(MonitoredHost.java:204)
at sun.jvmstat.monitor.MonitoredHost.getMonitoredHost(MonitoredHost.java:147)
at sun.tools.jstat.Jstat.logSamples(Jstat.java:99)
I try to check the GC-Values with the command jstat.
It worked fine on the hostsystem:
jstat -gcutil PID (PID from the JVM)
But if I tried that over the iiop-protocol, it failed.
jstat -gcutil iiop://PID@hostname.domainname:port
I don't want to connect over the rmi-protokol!!!!
I get the message below:
Exception in thread "main" java.lang.IllegalArgumentException: Could not find sun.jvmstat.perfdata.monitor.protocol.iiop.MonitoredHostProvider: sun.jvmstat.perfdata.monitor.protocol.iiop.MonitoredHostProvider
at sun.jvmstat.monitor.MonitoredHost.getMonitoredHost(MonitoredHost.java:204)
at sun.jvmstat.monitor.MonitoredHost.getMonitoredHost(MonitoredHost.java:147)
at sun.tools.jstat.Jstat.logSamples(Jstat.java:99)
0