| Author |
enabling gc logs
|
sunny kkk
Greenhorn
Joined: Dec 01, 2012
Posts: 5
|
|
hi all,
I've enabled the gc logs in startWeblogic.sh with below script.
this script is redirecting the gc logs. but which servergc log it is redirecting??
if it is admin server, how to redirect the managedservers gc logs??
JAVA_OPTIONS="${JAVA_OPTIONS} -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xloggc:/path/.log
thanks in advance..
|
 |
kona krishnakumar
Ranch Hand
Joined: Dec 03, 2011
Posts: 30
|
|
|
add the above mentioned verbose script in startManagedWebLogic.sh
|
 |
sunny kkk
Greenhorn
Joined: Dec 01, 2012
Posts: 5
|
|
hi
i have 5 managed servers, how to to redirect MS logs into 5 different files.??
thanks.
|
 |
sunny kkk
Greenhorn
Joined: Dec 01, 2012
Posts: 5
|
|
It was solved by adding below script..
JAVA_OPTIONS="${JAVA_OPTIONS} -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xloggc:/path/${SERVER_NAME}_gc.log"
thanks
|
 |
 |
|
|
subject: enabling gc logs
|
|
|