Unable to jstat WebSphere Application Server PID
        Posted  
        
            by Nicholas Key
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nicholas Key
        
        
        
        Published on 2010-03-30T18:44:20Z
        Indexed on 
            2010/04/18
            16:13 UTC
        
        
        Read the original article
        Hit count: 1012
        
Hi stackoverflow'ers,
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
© Stack Overflow or respective owner