Oracle Weblogic Server (MOSC)

MOSC Banner

jstat over iiop Protokoll from another Host

edited Jun 25, 2013 2:54AM in Oracle Weblogic Server (MOSC) 4 commentsAnswered ✓
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)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center