users@glassfish.java.net

Re: How can I see if JVM instance is running in 64-bit using asadmin get -m?

From: Wolfram Rittmeyer <w.rittmeyer_at_jsptutorial.org>
Date: Tue, 17 Jun 2008 22:17:18 +0200

You can get way more information about the VM using the asadmin-command
"generate-jvm-report".

I'm not sure - since I do not have a 64 bit VM anywhere - but I guess
the following line should help you get the desired information:

./asadmin generate-jvm-report | grep "arch"

--
Wolfram Rittmeyer
glassfish_at_javadesktop.org wrote:
> I have tried to find out if the JVM that started the Glassfish v2 U2 or AS 9.1 U2 is running in 64-bit mode or not by running variations of  ./asadmin get --monitor server.jvm.*.  But I could not find exactly what server.jvm. option to check if the JVM is running in 64-bit mode or not.  Does anyone know how I can get the full list of server.jvm options or the one for 64-bit JVM mode?
> 
> Thanks.
> [Message sent by forum member 'ykwon' (ykwon)]
> 
> http://forums.java.net/jive/thread.jspa?messageID=280827
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
> 
>