Nicholas Key
Nicholas Key

Reputation: 1429

Unable to jstat WebSphere Application Server PID

I've spent the entire day trying to find relevant resources about doing jstat on the WebSphere Process ID. I have WebSphere Application Server 7.0 installed on Windows 2003.

I did this command: jstat -gcutil [PID] 1000

But I kept getting "[PID] not found" message.

Any idea how to resolve this issue? Or Java's jstat utility does not probe into IBM's derivative JVM?

Nicholas

Upvotes: 0

Views: 2750

Answers (1)

Brett Kail
Brett Kail

Reputation: 33936

Sun jstat does not work with the IBM JVM. The equivalent method for IBM JVMs is to utilize the Java Health Center.

Upvotes: 2

Related Questions