I don't know much about WebSphere, but I need to know the configured heap size for WebSphere.
I checked out with ps -ef and grep it by WebSphere hoping for Xms, Xmx to show up but could not see those arguments in the process result. (MaxPermSize was listed, though)
How can I check the xms, xmx, and optionaly the current usage? I way not using GUI is prefered, but if no easy way, then GUI is ok.