LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   WebLogic server (https://www.linuxquestions.org/questions/linux-newbie-8/weblogic-server-880039/)

brownie_cookie 05-12-2011 07:42 AM

i've got it working ;)

but maybe you can tell me what the HEAP is of a weblogic server?! does it have to be low or high?

output:
Code:

---------------------------
MBeanName: "domain:Location=myserver,Name=myserver,ServerRuntime=myserver,Type=JVMRuntime"
        CachingDisabled: true
        HeapFreeCurrent: 27796544
        HeapSizeCurrent: 62554112
        JavaVMVendor: Hewlett-Packard Company
        JavaVendor: Hewlett-Packard Co.
        JavaVersion: 1.4.2.10
        Name: myserver
        OSName: HP-UX
        OSVersion: B.11.11
        ObjectName: myserver
        Parent: myserver
        Registered: false
        Type: JVMRuntime


brownie_cookie 05-12-2011 08:06 AM

another question, what is the difference between

Code:

HeapSizeCurrent
HeapFreeCurrent

???

also, what is the TOTAL heap of such a server, or does it depends on something? Can i check this total heap?

kind regards

:hattip:

brownie_cookie 05-12-2011 10:19 AM

Can someone explain this command?
Code:

$JAVA_HOME/java -classpath $CLASSPATH weblogic.Admin -url t3://URL:$PORT -username user -password pass GET -pretty -type JVMRuntime > output.txt
?????
pls reply ^^

acid_kewpie 05-12-2011 10:47 AM

Seriously, if you don't even know what a heap size relates to, let alone what it actually means, then you *REALLY* should stop doing this. the Heap is not a weblogic thing, but a JVM thing. Are you aware of the difference between the two? Honestly, I think you're heading in a bad direction and things will only keep getting more confusing and odd unless you just play and research by yourself when your workload permits.


All times are GMT -5. The time now is 03:18 PM.