Appendix C. Thread Dump Configuration

Table of Contents

C.1. JEUS Environment Configuration

This appendix describes about configuring thread dump settings.

C.1. JEUS Environment Configuration

The following describes JEUS configuration that is needed when looking up thread dump from the SysMaster console screen.

  • Configuring JEUSMain.xml to record logs in JeusServer.log

    <node>
            <name>jeuswas</name>
            <class-ftp>true</class-ftp>
            <sequential-start>true</sequential-start>
            <enable-webadmin>true</enable-webadmin>
            <system-logging>
                <level>FINE</level>
                <handler>
                    <console-handler>
                        <name>consoleHandler</name>
                        <level>INFO</level>
                    </console-handler>
                    <!-- file-handler setting must be included. -->
                    <file-handler>
                        <name>fileHandler</name>
                        <level>FINE</level>
                    </file-handler>
                </handler>
            </system-logging> 
      …
    </node>
    …
  • Configuring JEUSMain.xml to record jvm logs for the corresponding container

    Add the following to the jvm option part of each container.

       -XX:+UnlockDiagnosticVMOptions
       -XX:+LogVMOutput
       -XX:LogFile=/home/daehun2/jeus609/logs/ubunqa/ubunqa_container1/jvm.log